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

12

/external/valgrind/none/tests/ppc32/
H A Dldstrev.stdout.exp2 ld le16 0x00003412
6 st le16 0xcdab5678
/external/wpa_supplicant_8/hostapd/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.h174 #define le_to_host16(n) ((__force u16) (le16) (n))
175 #define host_to_le16(n) ((__force le16) (u16) (n))
442 typedef u16 __bitwise le16; typedef
/external/wpa_supplicant_8/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.h174 #define le_to_host16(n) ((__force u16) (le16) (n))
175 #define host_to_le16(n) ((__force le16) (u16) (n))
442 typedef u16 __bitwise le16; typedef
/external/wpa_supplicant_8/wpa_supplicant/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.h174 #define le_to_host16(n) ((__force u16) (le16) (n))
175 #define host_to_le16(n) ((__force le16) (u16) (n))
442 typedef u16 __bitwise le16; typedef
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h755 le16 frame_control;
756 le16 duration_id;
760 le16 seq_ctrl;
774 le16 frame_control;
775 le16 duration;
779 le16 seq_ctrl;
782 le16 auth_alg;
783 le16 auth_transaction;
784 le16 status_code;
789 le16 reason_cod
[all...]
H A Dhw_features_common.c464 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
H A Dwpa_common.h322 le16 status_code;
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h755 le16 frame_control;
756 le16 duration_id;
760 le16 seq_ctrl;
774 le16 frame_control;
775 le16 duration;
779 le16 seq_ctrl;
782 le16 auth_alg;
783 le16 auth_transaction;
784 le16 status_code;
789 le16 reason_cod
[all...]
H A Dhw_features_common.c464 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
H A Dwpa_common.h322 le16 status_code;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_defs.h755 le16 frame_control;
756 le16 duration_id;
760 le16 seq_ctrl;
774 le16 frame_control;
775 le16 duration;
779 le16 seq_ctrl;
782 le16 auth_alg;
783 le16 auth_transaction;
784 le16 status_code;
789 le16 reason_cod
[all...]
H A Dhw_features_common.c464 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h28 le16 action_length; /* little endian length of action_frame */
79 #define FT_RRB_PAIRWISE 11 /* le16 */
82 le16 type;
83 le16 len;
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h28 le16 action_length; /* little endian length of action_frame */
79 #define FT_RRB_PAIRWISE 11 /* le16 */
82 le16 type;
83 le16 len;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.h28 le16 action_length; /* little endian length of action_frame */
79 #define FT_RRB_PAIRWISE 11 /* le16 */
82 le16 type;
83 le16 len;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_monitor.c139 failed = le_to_host16((*(le16 *) iter.this_arg)) &
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_monitor.c139 failed = le_to_host16((*(le16 *) iter.this_arg)) &
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_monitor.c139 failed = le_to_host16((*(le16 *) iter.this_arg)) &
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c811 if (len < sizeof(le16)) {
828 wpa_s->sme.sae_token = wpabuf_alloc_copy(data + sizeof(le16),
829 len - sizeof(le16));

Completed in 312 milliseconds

12