Searched defs:hostap_sta_set_flags (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c323 static int hostap_sta_set_flags(void *priv, const u8 *addr, function
655 hostap_sta_set_flags(drv, addr, 0, 0, ~WPA_STA_AUTHORIZED);
1181 .sta_set_flags = hostap_sta_set_flags,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c323 static int hostap_sta_set_flags(void *priv, const u8 *addr, function
655 hostap_sta_set_flags(drv, addr, 0, 0, ~WPA_STA_AUTHORIZED);
1181 .sta_set_flags = hostap_sta_set_flags,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c323 static int hostap_sta_set_flags(void *priv, const u8 *addr, function
655 hostap_sta_set_flags(drv, addr, 0, 0, ~WPA_STA_AUTHORIZED);
1181 .sta_set_flags = hostap_sta_set_flags,

Completed in 95 milliseconds