Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/common/
HDieee802_11_defs.h840 le16 frame_control;
841 le16 duration_id;
845 le16 seq_ctrl;
859 le16 frame_control;
860 le16 duration;
864 le16 seq_ctrl;
867 le16 auth_alg;
868 le16 auth_transaction;
869 le16 status_code;
874 le16 reason_code;
[all …]
HDwpa_common.h336 le16 status_code;
HDhw_features_common.c478 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET | in set_disable_ht40()
/freebsd-11-stable/contrib/wpa/src/utils/
HDplatform.h18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((le16 *)(p)))
HDradiotap.h68 le16 it_len; /* length of the whole
HDcommon.h175 #define le_to_host16(n) ((__force u16) (le16) (n))
176 #define host_to_le16(n) ((__force le16) (u16) (n))
444 typedef u16 __bitwise le16; typedef
/freebsd-11-stable/contrib/libarchive/libarchive/test/
HDtest_write_format_zip_large.c70 static uint16_t le16(const void *_p) { in le16() function
77 return le16(p) | ((uint32_t)le16(p + 2) << 16); in le32()
/freebsd-11-stable/contrib/wpa/src/ap/
HDwpa_auth.h30 le16 action_length; /* little endian length of action_frame */
92 le16 type;
93 le16 len;
HDwpa_auth_ft.c142 le16 type16; in wpa_ft_rrb_get_tlv()
254 if (type == FT_RRB_VLAN_UNTAGGED && len != sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan()
260 if (type == FT_RRB_VLAN_TAGGED && len % sizeof(le16) != 0) { in wpa_ft_rrb_get_tlv_vlan()
266 while (len >= sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan()
268 plain += sizeof(le16); in wpa_ft_rrb_get_tlv_vlan()
269 left -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan()
270 len -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan()
367 tlv_len += sizeof(le16); in wpa_ft_vlan_len()
372 tlv_len += sizeof(le16); in wpa_ft_vlan_len()
396 hdr->len = host_to_le16(sizeof(le16)); in wpa_ft_vlan_lin()
[all …]
HDieee802_11.c609 buf = wpabuf_alloc(sizeof(le16) + SHA256_MAC_LEN); in auth_build_token_req()
1051 if (pos + sizeof(le16) > end) { in handle_auth_sae()
1064 pos += sizeof(le16); in handle_auth_sae()
1120 if (end - pos >= (int) sizeof(le16) && in handle_auth_sae()
/freebsd-11-stable/contrib/wpa/src/drivers/
HDdriver_nl80211_monitor.c139 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDsme.c1080 if (len < sizeof(le16)) { in sme_sae_auth()
1097 wpa_s->sme.sae_token = wpabuf_alloc_copy(data + sizeof(le16), in sme_sae_auth()
1098 len - sizeof(le16)); in sme_sae_auth()
HDwpa_supplicant.c4542 le16 msk; in wpa_disable_max_amsdu()
4630 le16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ | in wpa_set_disable_sgi()
4653 le16 msk = host_to_le16(HT_CAP_INFO_LDPC_CODING_CAP); in wpa_set_disable_ldpc()
4674 le16 msk = host_to_le16(HT_CAP_INFO_TX_STBC); in wpa_set_tx_stbc()
4700 le16 msk = host_to_le16(HT_CAP_INFO_RX_STBC_MASK); in wpa_set_rx_stbc()
4749 le16 bit = host_to_le16(HT_CAP_INFO_40MHZ_INTOLERANT); in wpa_supplicant_apply_ht_overrides()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFInstrInfo.td685 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>;