Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhw_features.c325 hostapd_setup_interface_complete(iface, 1); in ieee80211n_check_scan()
379 hostapd_setup_interface_complete(iface, !res); in ieee80211n_check_scan()
504 hostapd_setup_interface_complete(iface, 0); in ap_ht40_scan_retry()
1069 return hostapd_setup_interface_complete(iface, ret); in hostapd_acs_completed()
Ddfs.c1131 hostapd_setup_interface_complete(iface, 0); in hostapd_dfs_complete_cac()
1166 hostapd_setup_interface_complete(iface, 0); in hostapd_dfs_complete_cac()
1279 hostapd_setup_interface_complete(iface, err); in hostapd_dfs_start_channel_switch_cac()
Dhostapd.h644 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
Dhostapd.c1756 return hostapd_setup_interface_complete(iface, 0); in setup_interface2()
2252 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err) in hostapd_setup_interface_complete() function