OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:le16
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/none/tests/ppc32/
ldstrev.stdout.exp
2
ld
le16
0x00003412
6
st
le16
0xcdab5678
/external/wpa_supplicant_8/src/common/
ieee802_11_defs.h
461
le16
frame_control;
462
le16
duration_id;
466
le16
seq_ctrl;
480
le16
frame_control;
481
le16
duration;
485
le16
seq_ctrl;
488
le16
auth_alg;
489
le16
auth_transaction;
490
le16
status_code;
495
le16
reason_code
[
all
...]
wpa_common.h
328
le16
status_code;
/external/wpa_supplicant_8/src/ap/
wpa_auth.h
28
le16
action_length; /* little endian length of action_frame */
54
le16
data_length; /* little endian length of data (44) */
72
le16
data_length; /* little endian length of data (78) */
80
le16
pairwise;
92
le16
data_length; /* little endian length of data (82) */
103
le16
pairwise;
ieee802_11.c
481
buf = wpabuf_alloc(sizeof(
le16
) + SHA256_MAC_LEN);
763
if (pos + sizeof(
le16
) > end) {
777
pos += sizeof(
le16
);
[
all
...]
/external/wpa_supplicant_8/src/utils/
common.h
165
#define le_to_host16(n) ((__force u16) (
le16
) (n))
166
#define host_to_le16(n) ((__force
le16
) (u16) (n))
429
typedef u16 __bitwise
le16
;
typedef
/external/wpa_supplicant_8/wpa_supplicant/
sme.c
709
if (len < sizeof(
le16
)) {
726
wpa_s->sme.sae_token = wpabuf_alloc_copy(data + sizeof(
le16
),
727
len - sizeof(
le16
));
[
all
...]
wpa_supplicant.c
[
all
...]
Completed in 79 milliseconds