Searched refs:seq_ctrl (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 2260 u16 seq_ctrl; in handle_auth() local 2283 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_auth() 2297 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "", in handle_auth() 2446 sta->last_seq_ctrl == seq_ctrl && in handle_auth() 2452 seq_ctrl); in handle_auth() 2490 sta->last_seq_ctrl = seq_ctrl; in handle_auth() 4086 u16 capab_info, listen_interval, seq_ctrl, fc; in handle_assoc() local 4126 seq_ctrl = le_to_host16(mgmt->seq_ctrl); in handle_assoc() 4137 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : ""); in handle_assoc() 4148 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 | 859 le16 seq_ctrl; member 878 le16 seq_ctrl; member
|
/external/tcpdump/ |
D | print-802_11.c | 182 uint16_t seq_ctrl; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_event.c | 679 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc), in mlme_event_mgmt()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | sme.c | 995 resp->seq_ctrl = host_to_le16(seq_num << 4); in sme_external_auth_build_buf()
|