Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c912 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)) in atheros_raw_receive()
914 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in atheros_raw_receive()
915 iebuf = mgmt->u.assoc_req.variable; in atheros_raw_receive()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c5301 len -= IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req); in handle_mlo_translate()
5302 pos = mgmt->u.assoc_req.variable; in handle_mlo_translate()
5344 sizeof(mgmt->u.assoc_req))) { in handle_assoc()
5386 capab_info = le_to_host16(mgmt->u.assoc_req.capab_info); in handle_assoc()
5388 mgmt->u.assoc_req.listen_interval); in handle_assoc()
5394 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()
5395 pos = mgmt->u.assoc_req.variable; in handle_assoc()
H A Dwpa_auth.c3223 ie_start = mgmt->u.assoc_req.variable;
3263 aad[4] = (const u8 *) &mgmt->u.assoc_req.capab_info;
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1013 } STRUCT_PACKED assoc_req; member