Home
last modified time | relevance | path

Searched refs:reassoc_req (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c924 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)) in atheros_raw_receive()
926 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in atheros_raw_receive()
927 iebuf = mgmt->u.reassoc_req.variable; in atheros_raw_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c920 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)) in atheros_raw_receive()
922 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in atheros_raw_receive()
923 iebuf = mgmt->u.reassoc_req.variable; in atheros_raw_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c3875 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()
3906 capab_info = le_to_host16(mgmt->u.reassoc_req.capab_info); in handle_assoc()
3908 mgmt->u.reassoc_req.listen_interval); in handle_assoc()
3913 MAC2STR(mgmt->u.reassoc_req.current_ap), in handle_assoc()
3915 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in handle_assoc()
3916 pos = mgmt->u.reassoc_req.variable; in handle_assoc()
4692 wpa_printf(MSG_DEBUG, "mgmt::reassoc_req"); in ieee802_11_mgmt()
H A Dwpa_auth.c2510 ie_start = mgmt->u.reassoc_req.variable; in fils_decrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c5483 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()
5514 capab_info = le_to_host16(mgmt->u.reassoc_req.capab_info); in handle_assoc()
5516 mgmt->u.reassoc_req.listen_interval); in handle_assoc()
5521 MAC2STR_SEC(mgmt->u.reassoc_req.current_ap), in handle_assoc()
5523 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in handle_assoc()
5524 pos = mgmt->u.reassoc_req.variable; in handle_assoc()
6326 wpa_printf(MSG_DEBUG, "mgmt::reassoc_req"); in ieee802_11_mgmt()
H A Dwpa_auth.c2629 ie_start = mgmt->u.reassoc_req.variable; in fils_decrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_defs.h896 } STRUCT_PACKED reassoc_req; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h969 } STRUCT_PACKED reassoc_req; member

Completed in 44 milliseconds