Searched refs:seq_ctrl (Results 1 - 9 of 9) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 2045 u16 seq_ctrl; in handle_auth() local 2067 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_auth() 2077 "seq_ctrl=0x%x%s%s", in handle_auth() 2081 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth() 2232 sta->last_seq_ctrl == seq_ctrl && in handle_auth() 2237 "Drop repeated authentication frame seq_ctrl=0x%x", in handle_auth() 2238 seq_ctrl); in handle_auth() 2276 sta->last_seq_ctrl = seq_ctrl; in handle_auth() 3862 u16 capab_info, listen_interval, seq_ctrl, f in handle_assoc() local 4443 u16 seq_ctrl = le_to_host16(mgmt->seq_ctrl); handle_action() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 3583 u16 seq_ctrl; in handle_auth() local 3606 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_auth() 3616 "seq_ctrl=0x%x%s%s", in handle_auth() 3620 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth() 3777 sta->last_seq_ctrl == seq_ctrl && in handle_auth() 3782 "Drop repeated authentication frame seq_ctrl=0x%x", in handle_auth() 3783 seq_ctrl); in handle_auth() 3830 sta->last_seq_ctrl = seq_ctrl; in handle_auth() 5471 u16 capab_info, listen_interval, seq_ctrl, f in handle_assoc() local 6046 u16 seq_ctrl = le_to_host16(mgmt->seq_ctrl); handle_action() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_defs.h | 845 le16 seq_ctrl; member 864 le16 seq_ctrl; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_defs.h | 918 le16 seq_ctrl; member 937 le16 seq_ctrl; member
|
H A D | wpa_common.c | 3617 auth->seq_ctrl = 0; in wpa_pasn_build_auth_header()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_event.c | 664 " freq=%d ssi_signal=%d fc=0x%x seq_ctrl=0x%x stype=%u (%s) len=%u", in mlme_event_mgmt() 667 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc), in mlme_event_mgmt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | sme.c | 925 resp->seq_ctrl = host_to_le16(seq_num << 4); in sme_external_auth_build_buf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_event.c | 1133 " freq=%d ssi_signal=%d fc=0x%x seq_ctrl=0x%x stype=%u (%s) len=%u", 1136 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 1367 resp->seq_ctrl = host_to_le16(seq_num << 4);
|
Completed in 48 milliseconds