Searched refs:sta_set_flags (Results 1 - 19 of 19) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | ap_drv_ops.c | 537 if (hapd->driver == NULL || hapd->driver->sta_set_flags == NULL) 539 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags,
|
/external/wpa_supplicant_8/src/ap/ |
H A D | ap_drv_ops.c | 537 if (hapd->driver == NULL || hapd->driver->sta_set_flags == NULL) 539 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | driver_i.h | 349 if (wpa_s->driver->sta_set_flags) 350 return wpa_s->driver->sta_set_flags(wpa_s->drv_priv, addr,
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | ap_drv_ops.c | 537 if (hapd->driver == NULL || hapd->driver->sta_set_flags == NULL) 539 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags,
|
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver.h | 2343 * sta_set_flags - Set station flags (AP only) 2351 int (*sta_set_flags)(void *priv, const u8 *addr, member in struct:wpa_driver_ops
|
H A D | driver_hostap.c | 1189 .sta_set_flags = hostap_sta_set_flags,
|
H A D | driver_bsd.c | 1624 .sta_set_flags = bsd_set_sta_authorized,
|
H A D | driver_atheros.c | 2132 .sta_set_flags = atheros_sta_set_flags,
|
H A D | driver_nl80211.c | 8504 .sta_set_flags = wpa_driver_nl80211_sta_set_flags,
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver.h | 2343 * sta_set_flags - Set station flags (AP only) 2351 int (*sta_set_flags)(void *priv, const u8 *addr, member in struct:wpa_driver_ops
|
H A D | driver_hostap.c | 1189 .sta_set_flags = hostap_sta_set_flags,
|
H A D | driver_bsd.c | 1624 .sta_set_flags = bsd_set_sta_authorized,
|
H A D | driver_atheros.c | 2132 .sta_set_flags = atheros_sta_set_flags,
|
H A D | driver_nl80211.c | 8504 .sta_set_flags = wpa_driver_nl80211_sta_set_flags,
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver.h | 2343 * sta_set_flags - Set station flags (AP only) 2351 int (*sta_set_flags)(void *priv, const u8 *addr, member in struct:wpa_driver_ops
|
H A D | driver_hostap.c | 1189 .sta_set_flags = hostap_sta_set_flags,
|
H A D | driver_bsd.c | 1624 .sta_set_flags = bsd_set_sta_authorized,
|
H A D | driver_atheros.c | 2132 .sta_set_flags = atheros_sta_set_flags,
|
H A D | driver_nl80211.c | 8504 .sta_set_flags = wpa_driver_nl80211_sta_set_flags,
|
Completed in 206 milliseconds