Home
last modified time | relevance | path

Searched refs:set_wds_sta (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
Dap_drv_ops.c339 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL) in hostapd_set_wds_sta()
345 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val, in hostapd_set_wds_sta()
/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver.h3463 int (*set_wds_sta)(void *priv, const u8 *addr, int aid, int val, member
Ddriver_nl80211.c12151 .set_wds_sta = i802_set_wds_sta,