Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-WPS102 wps_pin_requests=/var/run/hostapd.pin-req
140 wps_pin_requests file (/var/run/hostapd.pin-req in this example). In
Dap_config_file.c3694 os_free(bss->wps_pin_requests); in hostapd_config_fill()
3695 bss->wps_pin_requests = os_strdup(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-WPS102 wps_pin_requests=/var/run/hostapd.pin-req
140 wps_pin_requests file (/var/run/hostapd.pin-req in this example). In
Dap_config_file.c3591 os_free(bss->wps_pin_requests);
3592 bss->wps_pin_requests = os_strdup(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h474 char *wps_pin_requests; member
Dwps_hostapd.c191 if (hapd->conf->wps_pin_requests) { in hostapd_wps_pin_needed_cb()
194 f = fopen(hapd->conf->wps_pin_requests, "a"); in hostapd_wps_pin_needed_cb()
Dap_config.c748 os_free(conf->wps_pin_requests); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h482 char *wps_pin_requests; member
Dwps_hostapd.c193 if (hapd->conf->wps_pin_requests) { in hostapd_wps_pin_needed_cb()
196 f = fopen(hapd->conf->wps_pin_requests, "a"); in hostapd_wps_pin_needed_cb()
Dap_config.c842 os_free(conf->wps_pin_requests); in hostapd_config_free_bss()