Searched refs:hostapd_setup_interface_complete (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | hw_features.c | 302 hostapd_setup_interface_complete(iface, 1); in ieee80211n_check_scan() 339 hostapd_setup_interface_complete(iface, !res); in ieee80211n_check_scan() 464 hostapd_setup_interface_complete(iface, 0); in ap_ht40_scan_retry() 846 return hostapd_setup_interface_complete(iface, ret); in hostapd_acs_completed()
|
D | dfs.c | 793 hostapd_setup_interface_complete(iface, 0); in hostapd_dfs_complete_cac() 812 hostapd_setup_interface_complete(iface, 0); in hostapd_dfs_complete_cac() 877 hostapd_setup_interface_complete(iface, err); in hostapd_dfs_start_channel_switch_cac()
|
D | hostapd.h | 558 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
|
D | hostapd.c | 1552 return hostapd_setup_interface_complete(iface, 0); in setup_interface2() 2028 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err) in hostapd_setup_interface_complete() function
|