Home | History | Annotate | Download | only in hostapd

Lines Matching refs:wpa_psk_file

2397 	} else if (os_strcmp(buf, "wpa_psk_file") == 0) {
2398 os_free(bss->ssid.wpa_psk_file);
2399 bss->ssid.wpa_psk_file = os_strdup(pos);
2400 if (!bss->ssid.wpa_psk_file) {