OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ap_pin
(Results
1 - 10
of
10
) 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/wpa_supplicant/
ap.c
781
os_free(hapd->conf->
ap_pin
);
782
hapd->conf->
ap_pin
= NULL;
798
os_free(hapd->conf->
ap_pin
);
799
hapd->conf->
ap_pin
= os_strdup(pin_txt);
800
if (hapd->conf->
ap_pin
== NULL)
804
return hapd->conf->
ap_pin
;
814
return hapd->conf->
ap_pin
;
831
os_free(hapd->conf->
ap_pin
);
832
hapd->conf->
ap_pin
= os_strdup(pin_txt);
833
if (hapd->conf->
ap_pin
== NULL
[
all
...]
/external/wpa_supplicant_8/src/ap/
ap_config.c
485
os_free(conf->
ap_pin
);
646
wsc_registrar.password = (u8 *) conf->
ap_pin
;
647
wsc_registrar.password_len = conf->
ap_pin
?
648
os_strlen(conf->
ap_pin
) : 0;
wps_hostapd.c
544
if (!data->enrollee || hapd->conf->
ap_pin
== NULL || hapd->wps == NULL)
601
if (hapd->conf->
ap_pin
== NULL || hapd->wps == NULL)
[
all
...]
ap_config.h
347
char *
ap_pin
;
member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/
README-WPS
219
device) can be configured in hostapd.conf (
ap_pin
parameter). A more
config_file.c
[
all
...]
hostapd.conf
[
all
...]
Completed in 543 milliseconds