Searched refs:le16 (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/utils/
H A Dplatform.h18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((le16 *)(p)))
H A Dradiotap.h68 le16 it_len; /* length of the whole
H A Dcommon.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-12-stable/contrib/wpa/src/common/
H A Dieee802_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_cod
[all...]
H A Dhw_features_common.c478 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
H A Dwpa_common.h336 le16 status_code;
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c70 static uint16_t le16(const void *_p) { function
77 return le16(p) | ((uint32_t)le16(p + 2) << 16);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h30 le16 action_length; /* little endian length of action_frame */
81 #define FT_RRB_PAIRWISE 11 /* le16 */
82 #define FT_RRB_EXPIRES_IN 12 /* le16 seconds */
84 #define FT_RRB_VLAN_UNTAGGED 13 /* le16 */
85 #define FT_RRB_VLAN_TAGGED 14 /* n times le16 */
92 le16 type;
93 le16 len;
H A Dwpa_auth_ft.c142 le16 type16;
254 if (type == FT_RRB_VLAN_UNTAGGED && len != sizeof(le16)) {
260 if (type == FT_RRB_VLAN_TAGGED && len % sizeof(le16) != 0) {
266 while (len >= sizeof(le16)) {
268 plain += sizeof(le16);
269 left -= sizeof(le16);
270 len -= sizeof(le16);
367 tlv_len += sizeof(le16);
372 tlv_len += sizeof(le16);
396 hdr->len = host_to_le16(sizeof(le16));
[all...]
H A Dieee802_11.c609 buf = wpabuf_alloc(sizeof(le16) + SHA256_MAC_LEN);
1051 if (pos + sizeof(le16) > end) {
1064 pos += sizeof(le16);
1120 if (end - pos >= (int) sizeof(le16) &&
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c139 failed = le_to_host16((*(le16 *) iter.this_arg)) &
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dsme.c1080 if (len < sizeof(le16)) {
1097 wpa_s->sme.sae_token = wpabuf_alloc_copy(data + sizeof(le16),
1098 len - sizeof(le16));
H A Dwpa_supplicant.c4542 le16 msk;
4630 le16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ |
4653 le16 msk = host_to_le16(HT_CAP_INFO_LDPC_CODING_CAP);
4674 le16 msk = host_to_le16(HT_CAP_INFO_TX_STBC);
4700 le16 msk = host_to_le16(HT_CAP_INFO_RX_STBC_MASK);
4749 le16 bit = host_to_le16(HT_CAP_INFO_40MHZ_INTOLERANT);

Completed in 159 milliseconds