Home
last modified time | relevance | path

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

/src/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()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h556 } __packed assoc_req; member
/src/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;
/src/contrib/wpa/src/common/
H A Dieee802_11_defs.h1013 } STRUCT_PACKED assoc_req; member
/src/sys/contrib/dev/rtw89/
H A Dwow.c19 const u8 *rsn, *ies = mgmt->u.assoc_req.variable; in __rtw89_wow_parse_akm()