Home
last modified time | relevance | path

Searched refs:hostapd_enable_iface (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Ddfs.c1082 hostapd_enable_iface(iface); in hostapd_dfs_start_channel_switch()
1096 hostapd_enable_iface(iface); in hostapd_dfs_start_channel_switch()
1159 hostapd_enable_iface(iface); in hostapd_dfs_start_channel_switch()
H A Dhostapd.h626 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
H A Dhostapd.c261 res = hostapd_enable_iface(iface); in hostapd_reload_config()
2735 int hostapd_enable_iface(struct hostapd_iface *hapd_iface) in hostapd_enable_iface() function
3721 hostapd_enable_iface(iface); in hostapd_switch_channel_fallback()
H A Ddrv_callbacks.c1007 hostapd_enable_iface(hapd->iface); in hostapd_event_ch_switch()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1612 if (hostapd_enable_iface(iface) < 0) { in hostapd_ctrl_iface_enable()