Home
last modified time | relevance | path

Searched refs:le16 (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h752 le16 frame_control;
753 le16 duration_id;
757 le16 seq_ctrl;
771 le16 frame_control;
772 le16 duration;
776 le16 seq_ctrl;
779 le16 auth_alg;
780 le16 auth_transaction;
781 le16 status_code;
786 le16 reason_code;
[all …]
Dhw_features_common.c464 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET | in set_disable_ht40()
Dwpa_common.h336 le16 status_code;
/external/valgrind/none/tests/ppc32/
Dldstrev.stdout.exp2 ld le16 0x00003412
6 st le16 0xcdab5678
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h28 le16 action_length; /* little endian length of action_frame */
54 le16 data_length; /* little endian length of data (44) */
72 le16 data_length; /* little endian length of data (78) */
80 le16 pairwise;
92 le16 data_length; /* little endian length of data (82) */
103 le16 pairwise;
Dieee802_11.c489 buf = wpabuf_alloc(sizeof(le16) + SHA256_MAC_LEN); in auth_build_token_req()
812 if (pos + sizeof(le16) > end) { in handle_auth_sae()
826 pos += sizeof(le16); in handle_auth_sae()
/external/wpa_supplicant_8/src/utils/
Dplatform.h18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((le16 *)(p)))
Dradiotap.h68 le16 it_len; /* length of the whole
Dcommon.h165 #define le_to_host16(n) ((__force u16) (le16) (n))
166 #define host_to_le16(n) ((__force le16) (u16) (n))
430 typedef u16 __bitwise le16; typedef
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c139 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c738 if (len < sizeof(le16)) { in sme_sae_auth()
755 wpa_s->sme.sae_token = wpabuf_alloc_copy(data + sizeof(le16), in sme_sae_auth()
756 len - sizeof(le16)); in sme_sae_auth()
Dwpa_supplicant.c3815 le16 msk; in wpa_disable_max_amsdu()
3902 le16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ | in wpa_set_disable_sgi()
3924 le16 msk = host_to_le16(HT_CAP_INFO_LDPC_CODING_CAP); in wpa_set_disable_ldpc()
3965 le16 bit = host_to_le16(HT_CAP_INFO_40MHZ_INTOLERANT); in wpa_supplicant_apply_ht_overrides()