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

/freebsd-11.0-release/contrib/wpa/src/common/
H A Dieee802_11_defs.h450 le16 frame_control;
451 le16 duration_id;
455 le16 seq_ctrl;
469 le16 frame_control;
470 le16 duration;
474 le16 seq_ctrl;
477 le16 auth_alg;
478 le16 auth_transaction;
479 le16 status_code;
484 le16 reason_cod
[all...]
H A Dwpa_common.h338 le16 status_code;
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwpa_auth.h28 le16 action_length; /* little endian length of action_frame */
53 le16 data_length; /* little endian length of data (44) */
67 le16 data_length; /* little endian length of data (76) */
75 le16 pairwise;
83 le16 data_length; /* little endian length of data (88) */
94 le16 pairwise;
H A Dieee802_11.c464 buf = wpabuf_alloc(sizeof(le16) + SHA256_MAC_LEN);
727 if (pos + sizeof(le16) > end) {
741 pos += sizeof(le16);
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c70 static int16_t le16(const void *_p) { function
77 int32_t v = 0xffff & (int32_t)le16(_p);
78 return v + ((0xffff & (int32_t)le16(p + 2)) << 16);
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dcommon.h165 #define le_to_host16(n) ((__force u16) (le16) (n))
166 #define host_to_le16(n) ((__force le16) (u16) (n))
426 typedef u16 __bitwise le16; typedef
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dsme.c675 if (len < sizeof(le16)) {
692 wpa_s->sme.sae_token = wpabuf_alloc_copy(data + sizeof(le16),
693 len - sizeof(le16));
H A Dwpa_supplicant.c3431 le16 msk;
3504 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
3526 le16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ |
3548 le16 msk = host_to_le16(HT_CAP_INFO_LDPC_CODING_CAP);
3589 le16 bit = host_to_le16(HT_CAP_INFO_40MHZ_INTOLERANT);

Completed in 194 milliseconds