Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h875 le16 frame_control;
876 le16 duration_id;
880 le16 seq_ctrl;
894 le16 frame_control;
895 le16 duration;
899 le16 seq_ctrl;
902 le16 auth_alg;
903 le16 auth_transaction;
904 le16 status_code;
909 le16 reason_code;
[all …]
Dhw_features_common.c659 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET | in set_disable_ht40()
Dwpa_common.h367 le16 status_code;
Dieee802_11_common.c2738 le16 mcs_map; in get_max_nss_capability()
/external/wpa_supplicant_8/src/utils/
Dradiotap.h36 le16 it_len;
Dcommon.h175 #define le_to_host16(n) ((__force u16) (le16) (n))
176 #define host_to_le16(n) ((__force le16) (u16) (n))
447 typedef u16 __bitwise le16; typedef
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h30 le16 action_length; /* little endian length of action_frame */
92 le16 type;
93 le16 len;
Dwpa_auth_ft.c143 le16 type16; in wpa_ft_rrb_get_tlv()
255 if (type == FT_RRB_VLAN_UNTAGGED && len != sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan()
261 if (type == FT_RRB_VLAN_TAGGED && len % sizeof(le16) != 0) { in wpa_ft_rrb_get_tlv_vlan()
267 while (len >= sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan()
269 plain += sizeof(le16); in wpa_ft_rrb_get_tlv_vlan()
270 left -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan()
271 len -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan()
368 tlv_len += sizeof(le16); in wpa_ft_vlan_len()
373 tlv_len += sizeof(le16); in wpa_ft_vlan_len()
397 hdr->len = host_to_le16(sizeof(le16)); in wpa_ft_vlan_lin()
[all …]
Dieee802_11.c794 buf = wpabuf_alloc(sizeof(le16) + 3 + SHA256_MAC_LEN); in auth_build_token_req()
1346 if (pos + sizeof(le16) > end) { in handle_auth_sae()
1359 pos += sizeof(le16); in handle_auth_sae()
1416 if (end - pos >= (int) sizeof(le16) && in handle_auth_sae()
/external/llvm-project/llvm/test/CodeGen/BPF/
Dobjdump_intrinsics.ll93 ; CHECK-EB: r3 = le16 r3
Dintrinsics.ll93 ; CHECK-EB: r3 = le16 r3 # encoding: [0xd4,0x30,0x00,0x00,0x00,0x00,0x00,0x10]
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c142 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c1254 if (len < sizeof(le16)) { in sme_sae_auth()
1271 token_pos = data + sizeof(le16); in sme_sae_auth()
1272 token_len = len - sizeof(le16); in sme_sae_auth()
Dwpa_supplicant.c5233 le16 msk; in wpa_disable_max_amsdu()
5321 le16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ | in wpa_set_disable_sgi()
5344 le16 msk = host_to_le16(HT_CAP_INFO_LDPC_CODING_CAP); in wpa_set_disable_ldpc()
5365 le16 msk = host_to_le16(HT_CAP_INFO_TX_STBC); in wpa_set_tx_stbc()
5391 le16 msk = host_to_le16(HT_CAP_INFO_RX_STBC_MASK); in wpa_set_rx_stbc()
5440 le16 bit = host_to_le16(HT_CAP_INFO_40MHZ_INTOLERANT); in wpa_supplicant_apply_ht_overrides()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrInfo.td685 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>;
/external/llvm-project/llvm/lib/Target/BPF/
DBPFInstrInfo.td857 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>;