Searched refs:wpa_psk_file (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.c453 return hostapd_config_read_wpa_psk(ssid->wpa_psk_file, &conf->ssid);
676 os_free(conf->ssid.wpa_psk_file);
1069 bss->ssid.wpa_psk_file == NULL &&
H A Dap_config.h101 char *wpa_psk_file; member in struct:hostapd_ssid
H A Dwps_hostapd.c137 if (ssid->wpa_psk_file) {
141 f = fopen(ssid->wpa_psk_file, "a");
144 "'%s'", ssid->wpa_psk_file);
1139 if (conf->ssid.wpa_psk_file) {
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2935 } else if (os_strcmp(buf, "wpa_psk_file") == 0) {
2936 os_free(bss->ssid.wpa_psk_file);
2937 bss->ssid.wpa_psk_file = os_strdup(pos);
2938 if (!bss->ssid.wpa_psk_file) {

Completed in 170 milliseconds