Searched refs:sta_set_flags (Results 1 - 22 of 22) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c605 if (hapd->driver == NULL || hapd->driver->sta_set_flags == NULL)
607 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags,
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c605 if (hapd->driver == NULL || hapd->driver->sta_set_flags == NULL)
607 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h341 if (wpa_s->driver->sta_set_flags)
342 return wpa_s->driver->sta_set_flags(wpa_s->drv_priv, addr,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c605 if (hapd->driver == NULL || hapd->driver->sta_set_flags == NULL)
607 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2093 * sta_set_flags - Set station flags (AP only)
2101 int (*sta_set_flags)(void *priv, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1180 .sta_set_flags = hostap_sta_set_flags,
H A Ddriver_madwifi.c1297 .sta_set_flags = madwifi_sta_set_flags,
H A Ddriver_bsd.c1610 .sta_set_flags = bsd_set_sta_authorized,
H A Ddriver_atheros.c2228 .sta_set_flags = atheros_sta_set_flags,
H A Ddriver_nl80211.c12635 .sta_set_flags = wpa_driver_nl80211_sta_set_flags,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2093 * sta_set_flags - Set station flags (AP only)
2101 int (*sta_set_flags)(void *priv, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1180 .sta_set_flags = hostap_sta_set_flags,
H A Ddriver_madwifi.c1297 .sta_set_flags = madwifi_sta_set_flags,
H A Ddriver_bsd.c1610 .sta_set_flags = bsd_set_sta_authorized,
H A Ddriver_atheros.c2228 .sta_set_flags = atheros_sta_set_flags,
H A Ddriver_nl80211.c12635 .sta_set_flags = wpa_driver_nl80211_sta_set_flags,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h2093 * sta_set_flags - Set station flags (AP only)
2101 int (*sta_set_flags)(void *priv, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1180 .sta_set_flags = hostap_sta_set_flags,
H A Ddriver_madwifi.c1297 .sta_set_flags = madwifi_sta_set_flags,
H A Ddriver_bsd.c1610 .sta_set_flags = bsd_set_sta_authorized,
H A Ddriver_atheros.c2228 .sta_set_flags = atheros_sta_set_flags,
H A Ddriver_nl80211.c12635 .sta_set_flags = wpa_driver_nl80211_sta_set_flags,

Completed in 1429 milliseconds