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.c913 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)) in atheros_raw_receive()
915 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in atheros_raw_receive()
916 iebuf = mgmt->u.assoc_req.variable; in atheros_raw_receive()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c5326 sizeof(mgmt->u.assoc_req))) { in handle_assoc()
5368 capab_info = le_to_host16(mgmt->u.assoc_req.capab_info); in handle_assoc()
5370 mgmt->u.assoc_req.listen_interval); in handle_assoc()
5376 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()
5377 pos = mgmt->u.assoc_req.variable; in handle_assoc()
Dwpa_auth.c2595 ie_start = mgmt->u.assoc_req.variable; in fils_decrypt_assoc()
2635 aad[4] = (const u8 *) &mgmt->u.assoc_req.capab_info; in fils_decrypt_assoc()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h917 } STRUCT_PACKED assoc_req; member