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_er.c
1047
sta->wps =
wps_init
(&cfg);
[
all
...]
wps.c
30
*
wps_init
- Initialize WPS Registration protocol data
39
struct wps_data *
wps_init
(const struct wps_config *cfg)
function
154
* @data: WPS Registration protocol data from
wps_init
()
189
* @wps: WPS Registration protocol data from
wps_init
()
212
* @wps: WPS Registration protocol data from
wps_init
()
wps.h
192
struct wps_data *
wps_init
(const struct wps_config *cfg);
wps_upnp_web.c
455
peer->wps =
wps_init
(&cfg);
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c
258
data->wps =
wps_init
(&cfg);
261
wpa_printf(MSG_DEBUG, "EAP-WSC:
wps_init
failed");
Completed in 56 milliseconds