Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c917 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)) in atheros_raw_receive()
919 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in atheros_raw_receive()
920 iebuf = mgmt->u.assoc_req.variable; in atheros_raw_receive()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c3002 sizeof(mgmt->u.assoc_req))) { in handle_assoc()
3044 capab_info = le_to_host16(mgmt->u.assoc_req.capab_info); in handle_assoc()
3046 mgmt->u.assoc_req.listen_interval); in handle_assoc()
3052 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()
3053 pos = mgmt->u.assoc_req.variable; in handle_assoc()
Dwpa_auth.c2332 ie_start = mgmt->u.assoc_req.variable; in fils_decrypt_assoc()
2372 aad[4] = (const u8 *) &mgmt->u.assoc_req.capab_info; in fils_decrypt_assoc()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h797 } STRUCT_PACKED assoc_req; member