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.c296 hostapd_setup_interface_complete(iface, 1); in ieee80211n_check_scan()
329 hostapd_setup_interface_complete(iface, !res); in ieee80211n_check_scan()
454 hostapd_setup_interface_complete(iface, 0); in ap_ht40_scan_retry()
874 return hostapd_setup_interface_complete(iface, ret); in hostapd_acs_completed()
Ddfs.c762 hostapd_setup_interface_complete(iface, 0); in hostapd_dfs_complete_cac()
770 hostapd_setup_interface_complete(iface, 0); in hostapd_dfs_complete_cac()
796 hostapd_setup_interface_complete(iface, err); in hostapd_dfs_start_channel_switch_cac()
815 hostapd_setup_interface_complete(iface, err); in hostapd_dfs_start_channel_switch_cac()
Dhostapd.h418 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
Dhostapd.c1356 return hostapd_setup_interface_complete(iface, 0); in setup_interface2()
1375 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err) in hostapd_setup_interface_complete() function