Searched refs:wpa_driver_hostap_mlme (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver_hostap.c | 264 static int wpa_driver_hostap_mlme(struct wpa_driver_hostap_data *drv, in wpa_driver_hostap_mlme() function 293 return wpa_driver_hostap_mlme(drv, addr, MLME_STA_DEAUTH, in wpa_driver_hostap_deauthenticate() 303 return wpa_driver_hostap_mlme(drv, addr, MLME_STA_DISASSOC, in wpa_driver_hostap_disassociate()
|
/external/wpa_supplicant/ |
D | driver_hostap.c | 266 static int wpa_driver_hostap_mlme(struct wpa_driver_hostap_data *drv, in wpa_driver_hostap_mlme() function 295 return wpa_driver_hostap_mlme(drv, addr, MLME_STA_DEAUTH, in wpa_driver_hostap_deauthenticate() 305 return wpa_driver_hostap_mlme(drv, addr, MLME_STA_DISASSOC, in wpa_driver_hostap_disassociate()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_hostap.c | 1366 static int wpa_driver_hostap_mlme(struct wpa_driver_hostap_data *drv, in wpa_driver_hostap_mlme() function 1395 return wpa_driver_hostap_mlme(drv, addr, MLME_STA_DEAUTH, in wpa_driver_hostap_deauthenticate() 1405 return wpa_driver_hostap_mlme(drv, addr, MLME_STA_DISASSOC, in wpa_driver_hostap_disassociate()
|