OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ap_pin
(Results
1 - 11
of
11
) 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
426
if (!iface || 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
238
wsc_registrar.password = (u8 *) conf->
ap_pin
;
239
wsc_registrar.password_len = conf->
ap_pin
?
240
os_strlen(conf->
ap_pin
) : 0;
wps_hostapd.c
642
if (!data->enrollee || hapd->conf->
ap_pin
== NULL || hapd->wps == NULL)
705
if (hapd->conf->
ap_pin
== NULL || hapd->wps == NULL)
[
all
...]
ap_config.h
363
char *
ap_pin
;
member in struct:hostapd_bss_config
ap_config.c
489
os_free(conf->
ap_pin
);
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
845
os_free(hapd->conf->
ap_pin
);
846
hapd->conf->
ap_pin
= NULL;
862
os_free(hapd->conf->
ap_pin
);
863
hapd->conf->
ap_pin
= os_strdup(pin_txt);
864
if (hapd->conf->
ap_pin
== NULL)
868
return hapd->conf->
ap_pin
;
878
return hapd->conf->
ap_pin
;
895
os_free(hapd->conf->
ap_pin
);
896
hapd->conf->
ap_pin
= os_strdup(pin_txt);
897
if (hapd->conf->
ap_pin
== NULL
[
all
...]
/external/wpa_supplicant_8/hostapd/
README-WPS
218
device) can be configured in hostapd.conf (
ap_pin
parameter). A more
config_file.c
[
all
...]
hostapd.conf
[
all
...]
Completed in 917 milliseconds