Home
last modified time | relevance | path

Searched refs:reassoc_req (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/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()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c5298 len -= IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req); in handle_mlo_translate()
5299 pos = mgmt->u.reassoc_req.variable; in handle_mlo_translate()
5343 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()
5374 capab_info = le_to_host16(mgmt->u.reassoc_req.capab_info); in handle_assoc()
5376 mgmt->u.reassoc_req.listen_interval); in handle_assoc()
5381 MAC2STR(mgmt->u.reassoc_req.current_ap), in handle_assoc()
5383 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in handle_assoc()
5384 pos = mgmt->u.reassoc_req.variable; in handle_assoc()
H A Dwpa_auth.c3221 ie_start = mgmt->u.reassoc_req.variable;
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1027 } STRUCT_PACKED reassoc_req; member