OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ssoh_len
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c
1225
u8 *tlv_len, *tlv_len2, *outer_len, *inner_len, *
ssoh_len
, *end;
local
1272
ssoh_len
= wpabuf_put(buf, 2);
1320
WPA_PUT_BE16(
ssoh_len
, end -
ssoh_len
- 2);
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
1219
u8 *tlv_len, *tlv_len2, *outer_len, *inner_len, *
ssoh_len
, *end;
local
1266
ssoh_len
= wpabuf_put(buf, 2);
1314
WPA_PUT_BE16(
ssoh_len
, end -
ssoh_len
- 2);
Completed in 20 milliseconds