OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPS_VERSION
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_defs.h
22
#define
WPS_VERSION
wps_version_number
27
#define
WPS_VERSION
0x20
29
#define
WPS_VERSION
0x10
wps_attr_build.c
186
wpa_printf(MSG_DEBUG, "WPS: * Version2 (0x%x)",
WPS_VERSION
);
189
wpabuf_put_u8(msg,
WPS_VERSION
);
214
if (
WPS_VERSION
> 0x20) {
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_build.c
138
wpabuf_put_u8(msg,
WPS_VERSION
);
wps_defs.h
18
#define
WPS_VERSION
0x10
wps_i.h
243
return version && (*version & 0xf0) == (
WPS_VERSION
& 0xf0);
Completed in 49 milliseconds