Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h957 le16 frame_control;
958 le16 duration_id;
962 le16 seq_ctrl;
974 le16 frame_control;
975 le16 duration_id;
993 le16 frame_control;
994 le16 duration;
998 le16 seq_ctrl;
1001 le16 auth_alg;
1002 le16 auth_transaction;
[all …]
H A Dhw_features_common.c817 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET | in set_disable_ht40()
H A Dwpa_common.h443 le16 status_code;
H A Dieee802_11_common.c3540 le16 mcs_map; in get_max_nss_capability()
/aosp_15_r20/system/libbase/
H A Dendian_test.cpp30 static constexpr uint16_t le16 = 0x1234; in TEST() local
38 ASSERT_EQ(be16, htons(le16)); in TEST()
42 ASSERT_EQ(le16, ntohs(be16)); in TEST()
46 ASSERT_EQ(be16, htobe16(le16)); in TEST()
50 ASSERT_EQ(le16, betoh16(be16)); in TEST()
54 ASSERT_EQ(le16, htole16(le16)); in TEST()
58 ASSERT_EQ(le16, letoh16(le16)); in TEST()
62 ASSERT_EQ(le16, be16toh(be16)); in TEST()
66 ASSERT_EQ(le16, le16toh(le16)); in TEST()
/aosp_15_r20/bionic/tests/
H A Dendian_test.cpp21 static constexpr uint16_t le16 = 0x1234; variable
45 ASSERT_EQ(be16, htons(le16)); in TEST()
55 ASSERT_EQ(le16, ntohs(be16)); in TEST()
64 ASSERT_EQ(be16, htobe16(le16)); in TEST()
70 ASSERT_EQ(le16, htole16(le16)); in TEST()
76 ASSERT_EQ(le16, be16toh(be16)); in TEST()
82 ASSERT_EQ(le16, le16toh(le16)); in TEST()
89 ASSERT_EQ(le16, betoh16(be16)); in TEST()
99 ASSERT_EQ(le16, letoh16(le16)); in TEST()
H A Dbyteswap_test.cpp21 static constexpr uint16_t le16 = 0x1234; variable
30 EXPECT_EQ(le16, bswap_16(be16)); in TEST()
31 EXPECT_EQ(be16, bswap_16(le16)); in TEST()
H A Dnetinet_in_test.cpp28 static constexpr uint16_t le16 = 0x1234; variable
63 ASSERT_EQ(be16, (htons)(le16)); in TEST()
79 ASSERT_EQ(le16, (ntohs)(be16)); in TEST()
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dcommon.h176 #define le_to_host16(n) ((__force u16) (le16) (n))
177 #define host_to_le16(n) ((__force le16) (u16) (n))
467 typedef u16 __bitwise le16; typedef
H A Dradiotap.h36 le16 it_len;
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c147 le16 type16; in wpa_ft_rrb_get_tlv()
259 if (type == FT_RRB_VLAN_UNTAGGED && len != sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan()
265 if (type == FT_RRB_VLAN_TAGGED && len % sizeof(le16) != 0) { in wpa_ft_rrb_get_tlv_vlan()
271 while (len >= sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan()
273 plain += sizeof(le16); in wpa_ft_rrb_get_tlv_vlan()
274 left -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan()
275 len -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan()
372 tlv_len += sizeof(le16); in wpa_ft_vlan_len()
377 tlv_len += sizeof(le16); in wpa_ft_vlan_len()
401 hdr->len = host_to_le16(sizeof(le16)); in wpa_ft_vlan_lin()
[all …]
H A Dwpa_auth.h31 le16 action_length; /* little endian length of action_frame */
93 le16 type;
94 le16 len;
H A Dcomeback_token.c98 buf = wpabuf_alloc(sizeof(le16) + 3 + SHA256_MAC_LEN); in auth_build_token_req()
H A Dbeacon.c2845 sta_profile_len += sizeof(le16); in hostapd_add_sta_profile()
2848 sizeof(le16)); in hostapd_add_sta_profile()
2849 sta_profile += sizeof(le16); in hostapd_add_sta_profile()
H A Dieee802_11.c1403 if (pos + sizeof(le16) > end) { in handle_auth_sae()
1416 pos += sizeof(le16); in handle_auth_sae()
1478 if (end - pos >= (int) sizeof(le16) && in handle_auth_sae()
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_monitor.c142 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c1693 if (len < sizeof(le16)) { in sme_sae_auth()
1710 token_pos = data + sizeof(le16); in sme_sae_auth()
1711 token_len = len - sizeof(le16); in sme_sae_auth()
H A Dwpa_supplicant.c6204 le16 msk;
6292 le16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ |
6315 le16 msk = host_to_le16(HT_CAP_INFO_LDPC_CODING_CAP);
6336 le16 msk = host_to_le16(HT_CAP_INFO_TX_STBC);
6362 le16 msk = host_to_le16(HT_CAP_INFO_RX_STBC_MASK);
6411 le16 bit = host_to_le16(HT_CAP_INFO_40MHZ_INTOLERANT);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td685 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td859 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>;