OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LEAP_RESPONSE_LEN
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
eap_leap.c
24
#define
LEAP_RESPONSE_LEN
24
37
u8 peer_response[
LEAP_RESPONSE_LEN
];
40
u8 ap_response[
LEAP_RESPONSE_LEN
];
119
3 +
LEAP_RESPONSE_LEN
+ identity_len,
125
*rpos++ =
LEAP_RESPONSE_LEN
;
127
os_memcpy(data->peer_response, rpos,
LEAP_RESPONSE_LEN
);
129
rpos,
LEAP_RESPONSE_LEN
);
130
rpos +=
LEAP_RESPONSE_LEN
;
200
expected[
LEAP_RESPONSE_LEN
];
229
if (response_len !=
LEAP_RESPONSE_LEN
||
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_leap.c
24
#define
LEAP_RESPONSE_LEN
24
37
u8 peer_response[
LEAP_RESPONSE_LEN
];
40
u8 ap_response[
LEAP_RESPONSE_LEN
];
115
3 +
LEAP_RESPONSE_LEN
+ identity_len,
121
wpabuf_put_u8(resp,
LEAP_RESPONSE_LEN
);
122
rpos = wpabuf_put(resp,
LEAP_RESPONSE_LEN
);
127
os_memcpy(data->peer_response, rpos,
LEAP_RESPONSE_LEN
);
129
rpos,
LEAP_RESPONSE_LEN
);
195
expected[
LEAP_RESPONSE_LEN
];
223
if (response_len !=
LEAP_RESPONSE_LEN
|| response_len > len - 3)
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_leap.c
25
#define
LEAP_RESPONSE_LEN
24
38
u8 peer_response[
LEAP_RESPONSE_LEN
];
41
u8 ap_response[
LEAP_RESPONSE_LEN
];
116
3 +
LEAP_RESPONSE_LEN
+ identity_len,
122
wpabuf_put_u8(resp,
LEAP_RESPONSE_LEN
);
123
rpos = wpabuf_put(resp,
LEAP_RESPONSE_LEN
);
128
os_memcpy(data->peer_response, rpos,
LEAP_RESPONSE_LEN
);
130
rpos,
LEAP_RESPONSE_LEN
);
196
expected[
LEAP_RESPONSE_LEN
];
224
if (response_len !=
LEAP_RESPONSE_LEN
|| response_len > len - 3)
[
all
...]
Completed in 61 milliseconds