OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wps_init
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c
142
data->wps =
wps_init
(&cfg);
/external/wpa_supplicant_8/src/wps/
wps.c
25
*
wps_init
- Initialize WPS Registration protocol data
34
struct wps_data *
wps_init
(const struct wps_config *cfg)
function
142
* @data: WPS Registration protocol data from
wps_init
()
178
* @wps: WPS Registration protocol data from
wps_init
()
201
* @wps: WPS Registration protocol data from
wps_init
()
wps.h
188
struct wps_data *
wps_init
(const struct wps_config *cfg);
wps_er.c
1047
sta->wps =
wps_init
(&cfg);
[
all
...]
wps_upnp_web.c
446
peer->wps =
wps_init
(&cfg);
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c
236
data->wps =
wps_init
(&cfg);
239
wpa_printf(MSG_DEBUG, "EAP-WSC:
wps_init
failed");
Completed in 1425 milliseconds