Searched refs:hostapd_dfs_complete_cac (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | dfs.h | 14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
|
D | drv_callbacks.c | 1703 hostapd_dfs_complete_cac(hapd->iface, 1, radar->freq, radar->ht_enabled, in hostapd_event_dfs_cac_finished() 1713 hostapd_dfs_complete_cac(hapd->iface, 0, radar->freq, radar->ht_enabled, in hostapd_event_dfs_cac_aborted()
|
D | dfs.c | 876 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, in hostapd_dfs_complete_cac() function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.c | 1783 hostapd_dfs_complete_cac(iface, 1, radar->freq, in wpas_ap_event_dfs_cac_finished() 1799 hostapd_dfs_complete_cac(iface, 0, radar->freq, in wpas_ap_event_dfs_cac_aborted()
|