Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h954 le16 frame_control;
955 le16 duration_id;
959 le16 seq_ctrl;
971 le16 frame_control;
972 le16 duration_id;
990 le16 frame_control;
991 le16 duration;
995 le16 seq_ctrl;
998 le16 auth_alg;
999 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.h442 le16 status_code;
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c69 static uint16_t le16(const void *_p) { in le16() function
76 return le16(p) | ((uint32_t)le16(p + 2) << 16); in le32()
/freebsd/contrib/wpa/src/utils/
H A Dradiotap.h36 le16 it_len;
H A Dcommon.h175 #define le_to_host16(n) ((__force u16) (le16) (n))
176 #define host_to_le16(n) ((__force le16) (u16) (n))
466 typedef u16 __bitwise le16; typedef
/freebsd/contrib/wpa/src/ap/
H A Dcomeback_token.c98 buf = wpabuf_alloc(sizeof(le16) + 3 + SHA256_MAC_LEN); in auth_build_token_req()
H A Dwpa_auth.h31 le16 action_length; /* little endian length of action_frame */
93 le16 type;
94 le16 len;
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 Dieee802_11.c1384 if (pos + sizeof(le16) > end) { in handle_auth_sae()
1397 pos += sizeof(le16); in handle_auth_sae()
1459 if (end - pos >= (int) sizeof(le16) && in handle_auth_sae()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c142 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c1686 if (len < sizeof(le16)) { in sme_sae_auth()
1703 token_pos = data + sizeof(le16); in sme_sae_auth()
1704 token_len = len - sizeof(le16); in sme_sae_auth()
H A Dwpa_supplicant.c6076 le16 msk; in wpa_disable_max_amsdu()
6164 le16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ | in wpa_set_disable_sgi()
6187 le16 msk = host_to_le16(HT_CAP_INFO_LDPC_CODING_CAP); in wpa_set_disable_ldpc()
6208 le16 msk = host_to_le16(HT_CAP_INFO_TX_STBC); in wpa_set_tx_stbc()
6234 le16 msk = host_to_le16(HT_CAP_INFO_RX_STBC_MASK); in wpa_set_rx_stbc()
6283 le16 bit = host_to_le16(HT_CAP_INFO_40MHZ_INTOLERANT); in wpa_supplicant_apply_ht_overrides()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td1035 …def LE16 : BSWAP<BPF_ALU, 16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))…