OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ap_pin
(Results
1 - 9
of
9
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_upnp.h
33
char *
ap_pin
;
member in struct:upnp_wps_device_ctx
46
int upnp_wps_set_ap_pin(struct upnp_wps_device_sm *sm, const char *
ap_pin
);
wps_upnp.c
[
all
...]
wps_upnp_web.c
428
if (iface->ctx->
ap_pin
== NULL)
444
cfg.pin = (u8 *) iface->ctx->
ap_pin
;
445
cfg.pin_len = os_strlen(iface->ctx->
ap_pin
);
[
all
...]
/external/wpa_supplicant_8/src/ap/
eap_user_db.c
234
wsc_registrar.password = (u8 *) conf->
ap_pin
;
235
wsc_registrar.password_len = conf->
ap_pin
?
236
os_strlen(conf->
ap_pin
) : 0;
wps_hostapd.c
674
if (!data->enrollee || hapd->conf->
ap_pin
== NULL || hapd->wps == NULL)
737
if (hapd->conf->
ap_pin
== NULL || hapd->wps == NULL)
[
all
...]
ap_config.h
357
char *
ap_pin
;
member in struct:hostapd_bss_config
ap_config.c
491
os_free(conf->
ap_pin
);
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
802
os_free(hapd->conf->
ap_pin
);
803
hapd->conf->
ap_pin
= NULL;
819
os_free(hapd->conf->
ap_pin
);
820
hapd->conf->
ap_pin
= os_strdup(pin_txt);
821
if (hapd->conf->
ap_pin
== NULL)
825
return hapd->conf->
ap_pin
;
835
return hapd->conf->
ap_pin
;
852
os_free(hapd->conf->
ap_pin
);
853
hapd->conf->
ap_pin
= os_strdup(pin_txt);
854
if (hapd->conf->
ap_pin
== NULL
[
all
...]
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
Completed in 198 milliseconds