Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Ddfs.c675 iface->cac_started = 0; in hostapd_handle_dfs()
794 iface->cac_started = 0; in hostapd_dfs_complete_cac()
812 iface->cac_started = 0; in hostapd_dfs_complete_cac()
850 iface->cac_started = 0; in hostapd_dfs_start_channel_switch_cac()
894 __func__, iface->cac_started ? "yes" : "no", in hostapd_dfs_start_channel_switch()
902 if (iface->cac_started) in hostapd_dfs_start_channel_switch()
1100 iface->cac_started = 1; in hostapd_dfs_start_cac()
1115 __func__, iface->cac_started); in hostapd_handle_dfs_offload()
1122 if (iface->cac_started) { in hostapd_handle_dfs_offload()
1124 __func__, iface->cac_started); in hostapd_handle_dfs_offload()
[all …]
H A Dhostapd.h442 unsigned int cac_started:1; member
H A Dctrl_iface_ap.c688 if (!iface->cac_started || !iface->dfs_cac_ms) { in hostapd_ctrl_iface_status()
H A Dap_drv_ops.c827 iface->cac_started = 1; in hostapd_start_dfs_cac()
H A Ddrv_callbacks.c1882 } else if (hapd->disabled && hapd->iface->cac_started) { in wpa_supplicant_event()