Searched refs:seq_ctrl (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 2040 u16 seq_ctrl; in handle_auth() local 2062 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_auth() 2076 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth() 2227 sta->last_seq_ctrl == seq_ctrl && in handle_auth() 2233 seq_ctrl); in handle_auth() 2271 sta->last_seq_ctrl = seq_ctrl; in handle_auth() 3697 u16 capab_info, listen_interval, seq_ctrl, fc; in handle_assoc() local 3738 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_assoc() 3749 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc() 3760 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc() [all …]
|
/external/u-boot/arch/arm/include/asm/arch-tegra/ |
D | dc.h | 234 uint seq_ctrl; /* _DISP_INIT_SEQ_CONTROL_0 */ member
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_defs.h | 844 le16 seq_ctrl; member 863 le16 seq_ctrl; member
|
/external/tcpdump/ |
D | print-802_11.c | 182 uint16_t seq_ctrl; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | sme.c | 925 resp->seq_ctrl = host_to_le16(seq_num << 4); in sme_external_auth_build_buf()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_event.c | 662 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc), in mlme_event_mgmt()
|