Home
last modified time | relevance | path

Searched refs:sta_set_flags (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Ddriver_i.h366 if (wpa_s->driver->sta_set_flags) in wpa_drv_sta_set_flags()
367 return wpa_s->driver->sta_set_flags(wpa_s->drv_priv, addr, in wpa_drv_sta_set_flags()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_drv_ops.c586 if (hapd->driver == NULL || hapd->driver->sta_set_flags == NULL) in hostapd_sta_set_flags()
588 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags, in hostapd_sta_set_flags()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c1189 .sta_set_flags = hostap_sta_set_flags,
H A Ddriver.h2982 int (*sta_set_flags)(void *priv, const u8 *addr, member
H A Ddriver_bsd.c1737 .sta_set_flags = bsd_set_sta_authorized,
H A Ddriver_atheros.c2273 .sta_set_flags = atheros_sta_set_flags,
H A Ddriver_nl80211.c11053 .sta_set_flags = wpa_driver_nl80211_sta_set_flags,