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/
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/
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/
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()
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/
Dieee802_11.c5459 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()
5490 capab_info = le_to_host16(mgmt->u.reassoc_req.capab_info); in handle_assoc()
5492 mgmt->u.reassoc_req.listen_interval); in handle_assoc()
5497 MAC2STR(mgmt->u.reassoc_req.current_ap), in handle_assoc()
5499 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in handle_assoc()
5500 pos = mgmt->u.reassoc_req.variable; in handle_assoc()
Dwpa_auth.c2607 ie_start = mgmt->u.reassoc_req.variable; in fils_decrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_defs.h896 } STRUCT_PACKED reassoc_req; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h949 } STRUCT_PACKED reassoc_req; member