OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPS_KWA_LEN
(Results
1 - 8
of
8
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_build.c
222
wpabuf_put_be16(msg,
WPS_KWA_LEN
);
223
wpabuf_put_data(msg, hash,
WPS_KWA_LEN
);
wps_attr_process.c
72
len = wpabuf_len(msg) - 4 -
WPS_KWA_LEN
;
80
if (os_memcmp(hash, key_wrap_auth,
WPS_KWA_LEN
) != 0) {
wps_attr_parse.c
242
if (len !=
WPS_KWA_LEN
) {
wps_defs.h
32
#define
WPS_KWA_LEN
8
/external/wpa_supplicant_8/src/wps/
wps_attr_process.c
66
len = wpabuf_len(msg) - 4 -
WPS_KWA_LEN
;
74
if (os_memcmp(hash, key_wrap_auth,
WPS_KWA_LEN
) != 0) {
wps_attr_build.c
307
wpabuf_put_be16(msg,
WPS_KWA_LEN
);
308
wpabuf_put_data(msg, hash,
WPS_KWA_LEN
);
wps_defs.h
40
#define
WPS_KWA_LEN
8
wps_attr_parse.c
361
if (len !=
WPS_KWA_LEN
) {
Completed in 2453 milliseconds