Home
last modified time | relevance | path

Searched refs:hostapd_setup_wpa_psk (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h1380 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf);
H A Dap_config.c531 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk() function
H A Dhostapd.c155 if (hostapd_setup_wpa_psk(hapd->conf)) { in hostapd_reload_bss()
1561 if (hostapd_setup_wpa_psk(conf)) { in hostapd_setup_bss()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1463 err = hostapd_setup_wpa_psk(conf); in hostapd_ctrl_iface_reload_wpa_psk()