OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ms_wps
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c
861
const u8
ms_wps
[7] = {
local
869
wpabuf_put_data(beacon,
ms_wps
, sizeof(
ms_wps
));
870
wpabuf_put_data(probe,
ms_wps
, sizeof(
ms_wps
));
[
all
...]
/external/wpa_supplicant_8/src/wps/
wps_registrar.c
1213
const u8
ms_wps
[7] = {
local
1221
wpabuf_put_data(beacon,
ms_wps
, sizeof(
ms_wps
));
1222
wpabuf_put_data(probe,
ms_wps
, sizeof(
ms_wps
));
[
all
...]
Completed in 17 milliseconds