Searched refs:wpa_driver_nl80211_sta_remove (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 4770 static int wpa_driver_nl80211_sta_remove(struct i802_bss *bss, const u8 *addr, in wpa_driver_nl80211_sta_remove() function 6640 return wpa_driver_nl80211_sta_remove(bss, addr, 1, reason); in i802_sta_deauth() 6667 return wpa_driver_nl80211_sta_remove(bss, addr, 0, reason); in i802_sta_disassoc() 8684 return wpa_driver_nl80211_sta_remove(bss, addr, -1, 0); in driver_nl80211_sta_remove()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 5584 int wpa_driver_nl80211_sta_remove(struct i802_bss *bss, const u8 *addr, in wpa_driver_nl80211_sta_remove() function 7708 return wpa_driver_nl80211_sta_remove(bss, addr, 1, reason); 7735 return wpa_driver_nl80211_sta_remove(bss, addr, 0, reason); 9995 return wpa_driver_nl80211_sta_remove(bss, addr, -1, 0);
|
Completed in 26 milliseconds