Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/ap/
Ddfs.c775 iface->cac_started = 0; in hostapd_handle_dfs()
894 iface->cac_started = 0; in hostapd_dfs_complete_cac()
912 iface->cac_started = 0; in hostapd_dfs_complete_cac()
988 iface->cac_started = 0; in hostapd_dfs_start_channel_switch_cac()
1041 __func__, iface->cac_started ? "yes" : "no", in hostapd_dfs_start_channel_switch()
1049 if (iface->cac_started) in hostapd_dfs_start_channel_switch()
1223 if (iface->state == HAPD_IFACE_DFS && !iface->cac_started) in hostapd_dfs_nop_finished()
1272 iface->cac_started = 1; in hostapd_dfs_start_cac()
1290 __func__, iface->cac_started); in hostapd_handle_dfs_offload()
1297 if (iface->cac_started) { in hostapd_handle_dfs_offload()
[all …]
Dhostapd.h473 unsigned int cac_started:1; member
Ddrv_callbacks.c1005 !hapd->iface->cac_started) { in hostapd_event_ch_switch()
2055 } else if (hapd->disabled && hapd->iface->cac_started) { in wpa_supplicant_event()
Dctrl_iface_ap.c719 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()