Searched refs:le16 (Results 1 – 16 of 16) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_defs.h | 875 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 …]
|
D | hw_features_common.c | 659 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET | in set_disable_ht40()
|
D | wpa_common.h | 367 le16 status_code;
|
D | ieee802_11_common.c | 2738 le16 mcs_map; in get_max_nss_capability()
|
/external/wpa_supplicant_8/src/utils/ |
D | radiotap.h | 36 le16 it_len;
|
D | common.h | 175 #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/ |
D | wpa_auth.h | 30 le16 action_length; /* little endian length of action_frame */ 92 le16 type; 93 le16 len;
|
D | wpa_auth_ft.c | 143 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 …]
|
D | ieee802_11.c | 794 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/ |
D | objdump_intrinsics.ll | 93 ; CHECK-EB: r3 = le16 r3
|
D | intrinsics.ll | 93 ; CHECK-EB: r3 = le16 r3 # encoding: [0xd4,0x30,0x00,0x00,0x00,0x00,0x00,0x10]
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 142 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | sme.c | 1254 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()
|
D | wpa_supplicant.c | 5233 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/ |
D | BPFInstrInfo.td | 685 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>;
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 857 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>;
|