Searched refs:le16 (Results 1 – 14 of 14) sorted by relevance
840 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 …]
336 le16 status_code;
478 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET | in set_disable_ht40()
18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((le16 *)(p)))
68 le16 it_len; /* length of the whole
175 #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
70 static uint16_t le16(const void *_p) { in le16() function77 return le16(p) | ((uint32_t)le16(p + 2) << 16); in le32()
30 le16 action_length; /* little endian length of action_frame */92 le16 type;93 le16 len;
142 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 …]
609 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()
139 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read()
1080 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()
4542 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()
685 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>;