Home
last modified time | relevance | path

Searched refs:deauth (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dctrl_iface_ap.c278 mgmt->u.deauth.reason_code = in p2p_manager_disconnect()
280 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1); in p2p_manager_disconnect()
338 mgmt.u.deauth.reason_code = host_to_le16(reason); in hostapd_ctrl_iface_deauthenticate()
341 sizeof(mgmt.u.deauth), in hostapd_ctrl_iface_deauthenticate()
401 sizeof(mgmt.u.deauth), in hostapd_ctrl_iface_disassociate()
Dsta_info.c462 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer() local
466 deauth ? "deauthentication" : "disassociation", in ap_handle_timer()
469 if (deauth) { in ap_handle_timer()
Dieee802_11.c1763 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth); in send_deauth()
1764 reply.u.deauth.reason_code = host_to_le16(reason_code); in send_deauth()
2268 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.deauth)) { in handle_deauth()
2276 MAC2STR(mgmt->sa), le_to_host16(mgmt->u.deauth.reason_code)); in handle_deauth()
2294 hapd, sta, le_to_host16(mgmt->u.deauth.reason_code)); in handle_deauth()
/external/autotest/server/site_tests/network_WiFi_DisconnectReason/
Dcontrol.deauth_client25 disconnect_trigger='deauth client',
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c712 if (len >= 24 + sizeof(mgmt->u.deauth)) in mlme_event_deauth_disassoc()
713 reason_code = le_to_host16(mgmt->u.deauth.reason_code); in mlme_event_deauth_disassoc()
745 if (frame + len > mgmt->u.deauth.variable) { in mlme_event_deauth_disassoc()
746 event.deauth_info.ie = mgmt->u.deauth.variable; in mlme_event_deauth_disassoc()
748 mgmt->u.deauth.variable; in mlme_event_deauth_disassoc()
776 if (len >= 24 + sizeof(mgmt->u.deauth)) in mlme_event_unprot_disconnect()
777 reason_code = le_to_host16(mgmt->u.deauth.reason_code); in mlme_event_unprot_disconnect()
Ddriver_hostap.c1047 mgmt.u.deauth.reason_code = host_to_le16(reason); in hostap_sta_deauth()
1049 sizeof(mgmt.u.deauth), 0, 0, NULL, 0); in hostap_sta_deauth()
Ddriver_nl80211.c4055 int deauth, u16 reason_code) in wpa_driver_nl80211_sta_remove() argument
4063 (deauth == 0 && in wpa_driver_nl80211_sta_remove()
4066 (deauth == 1 && in wpa_driver_nl80211_sta_remove()
5625 mgmt.u.deauth.reason_code = host_to_le16(reason); in i802_sta_deauth()
5628 sizeof(mgmt.u.deauth), 0, 0, 0, 0, in i802_sta_deauth()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c2201 int deauth = 0; in wpa_sm_pmksa_free_cb() local
2219 deauth = 1; in wpa_sm_pmksa_free_cb()
2228 deauth = 1; in wpa_sm_pmksa_free_cb()
2231 if (deauth) { in wpa_sm_pmksa_free_cb()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h497 } STRUCT_PACKED deauth; member
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c2994 const u8 *ie, size_t ie_len, int deauth) argument
3021 if (deauth && reason_code > 0) {