Home
last modified time | relevance | path

Searched refs:wps_pin_requests (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_config.h298 char *wps_pin_requests; member
Dap_config.c453 os_free(conf->wps_pin_requests); in hostapd_config_free_bss()
Dwps_hostapd.c168 if (hapd->conf->wps_pin_requests) { in hostapd_wps_pin_needed_cb()
171 f = fopen(hapd->conf->wps_pin_requests, "a"); in hostapd_wps_pin_needed_cb()
/external/wpa_supplicant_8/hostapd/
DREADME-WPS100 wps_pin_requests=/var/run/hostapd.pin-req
138 wps_pin_requests file (/var/run/hostapd.pin-req in this example). In
Dconfig_file.c1928 os_free(bss->wps_pin_requests); in hostapd_config_read()
1929 bss->wps_pin_requests = os_strdup(pos); in hostapd_config_read()