Home
last modified time | relevance | path

Searched refs:disassoc (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dctrl_iface_ap.c493 mgmt->u.disassoc.reason_code = in p2p_manager_disconnect()
495 pos = mgmt->u.disassoc.variable; in p2p_manager_disconnect()
610 mgmt.u.disassoc.reason_code = host_to_le16(reason); in hostapd_ctrl_iface_disassociate()
H A Dieee802_11.c5870 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.disassoc)) { in handle_disassoc()
5878 le_to_host16(mgmt->u.disassoc.reason_code)); in handle_disassoc()
5915 hapd, sta, le_to_host16(mgmt->u.disassoc.reason_code)); in handle_disassoc()
6331 wpa_printf(MSG_DEBUG, "mgmt::disassoc"); in ieee802_11_mgmt()
6636 wpa_printf(MSG_DEBUG, "STA " MACSTR_SEC " acknowledged disassoc", in handle_disassoc_cb()
6640 "disassoc", MAC2STR_SEC(sta->addr)); in handle_disassoc_cb()
6757 wpa_printf(MSG_DEBUG, "mgmt::disassoc cb"); in ieee802_11_mgmt_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dctrl_iface_ap.c456 mgmt->u.disassoc.reason_code = in p2p_manager_disconnect()
458 pos = mgmt->u.disassoc.variable; in p2p_manager_disconnect()
575 mgmt.u.disassoc.reason_code = host_to_le16(reason); in hostapd_ctrl_iface_disassociate()
H A Dieee802_11.c4271 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.disassoc)) { in handle_disassoc()
4279 le_to_host16(mgmt->u.disassoc.reason_code)); in handle_disassoc()
4315 hapd, sta, le_to_host16(mgmt->u.disassoc.reason_code)); in handle_disassoc()
4697 wpa_printf(MSG_DEBUG, "mgmt::disassoc"); in ieee802_11_mgmt()
4990 wpa_printf(MSG_DEBUG, "STA " MACSTR " acknowledged disassoc", in handle_disassoc_cb()
4994 "disassoc", MAC2STR(sta->addr)); in handle_disassoc_cb()
5111 wpa_printf(MSG_DEBUG, "mgmt::disassoc cb"); in ieee802_11_mgmt_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.c1090 mgmt.u.disassoc.reason_code = host_to_le16(reason); in hostap_sta_disassoc()
1092 sizeof(mgmt.u.disassoc), 0, 0, NULL, 0); in hostap_sta_disassoc()
H A Ddriver_nl80211_event.c754 "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR, in mlme_event_deauth_disassoc()
771 "nl80211: Ignore deauth/disassoc event from old AP " in mlme_event_deauth_disassoc()
806 if (frame + len > mgmt->u.disassoc.variable) { in mlme_event_deauth_disassoc()
807 event.disassoc_info.ie = mgmt->u.disassoc.variable; in mlme_event_deauth_disassoc()
809 mgmt->u.disassoc.variable; in mlme_event_deauth_disassoc()
H A Ddriver_nl80211.c6675 mgmt.u.disassoc.reason_code = host_to_le16(reason); in i802_sta_disassoc()
6678 sizeof(mgmt.u.disassoc), 0, 0, 0, 0, in i802_sta_disassoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_hostap.c1094 mgmt.u.disassoc.reason_code = host_to_le16(reason); in hostap_sta_disassoc()
1096 sizeof(mgmt.u.disassoc), 0, 0, NULL, 0, 0, 0); in hostap_sta_disassoc()
H A Ddriver_nl80211_event.c1249 "nl80211: Ignore deauth/disassoc event from old AP " MACSTR_SEC
1267 "nl80211: Ignore deauth/disassoc event from old AP "
1302 if (frame + len > mgmt->u.disassoc.variable) {
1303 event.disassoc_info.ie = mgmt->u.disassoc.variable;
1305 mgmt->u.disassoc.variable;
H A Ddriver_nl80211.c7743 mgmt.u.disassoc.reason_code = host_to_le16(reason);
7746 sizeof(mgmt.u.disassoc), 0, 0, 0, 0,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_defs.h900 } STRUCT_PACKED disassoc; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h973 } STRUCT_PACKED disassoc; member

Completed in 65 milliseconds