Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddfs.c772 iface->cac_started = 0; in hostapd_handle_dfs()
891 iface->cac_started = 0; in hostapd_dfs_complete_cac()
909 iface->cac_started = 0; in hostapd_dfs_complete_cac()
985 iface->cac_started = 0; in hostapd_dfs_start_channel_switch_cac()
1038 __func__, iface->cac_started ? "yes" : "no", in hostapd_dfs_start_channel_switch()
1046 if (iface->cac_started) in hostapd_dfs_start_channel_switch()
1220 if (iface->state == HAPD_IFACE_DFS && !iface->cac_started) in hostapd_dfs_nop_finished()
1267 iface->cac_started = 1; in hostapd_dfs_start_cac()
1283 __func__, iface->cac_started); in hostapd_handle_dfs_offload()
1290 if (iface->cac_started) { in hostapd_handle_dfs_offload()
[all …]
Dhostapd.h470 unsigned int cac_started:1; member
Ddrv_callbacks.c990 !hapd->iface->cac_started) { in hostapd_event_ch_switch()
2040 } else if (hapd->disabled && hapd->iface->cac_started) { in wpa_supplicant_event()
Dctrl_iface_ap.c711 if (!iface->cac_started || !iface->dfs_cac_ms) { in hostapd_ctrl_iface_status()
Dap_drv_ops.c844 iface->cac_started = 1; in hostapd_start_dfs_cac()