Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dhw_features.c374 hostapd_setup_interface_complete(iface, 1); in ieee80211n_check_scan()
428 hostapd_setup_interface_complete(iface, !res); in ieee80211n_check_scan()
560 hostapd_setup_interface_complete(iface, 0); in ap_ht40_scan_retry()
1248 return hostapd_setup_interface_complete(iface, ret); in hostapd_acs_completed()
H A Ddfs.c1171 hostapd_setup_interface_complete(iface, 0); in hostapd_dfs_complete_cac()
1206 hostapd_setup_interface_complete(iface, 0); in hostapd_dfs_complete_cac()
1320 hostapd_setup_interface_complete(iface, err); in hostapd_dfs_start_channel_switch_cac()
H A Dhostapd.h762 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
H A Dhostapd.c2243 return hostapd_setup_interface_complete(iface, 0); in setup_interface2()
2793 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err) in hostapd_setup_interface_complete() function
H A Ddrv_callbacks.c1378 hostapd_setup_interface_complete(hapd->iface, 0); in hostapd_event_ch_switch()