Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/hostapd/
HDmain.c408 if (hostapd_reload_config(iface) < 0) { in handle_reload_iface()
787 interfaces.reload_config = hostapd_reload_config; in main()
HDctrl_iface.c4184 if (hostapd_reload_config(hapd->iface)) in hostapd_ctrl_iface_receive_process()
/freebsd-head/contrib/wpa/src/ap/
HDhostapd.h720 int hostapd_reload_config(struct hostapd_iface *iface);
HDhostapd.c251 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config() function