Lines Matching full:radar

2198 					     struct dfs_event *radar)  in hostapd_event_dfs_radar_detected()  argument
2200 wpa_printf(MSG_DEBUG, "DFS radar detected on %d MHz", radar->freq); in hostapd_event_dfs_radar_detected()
2201 hostapd_dfs_radar_detected(hapd->iface, radar->freq, radar->ht_enabled, in hostapd_event_dfs_radar_detected()
2202 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_radar_detected()
2203 radar->cf1, radar->cf2); in hostapd_event_dfs_radar_detected()
2208 struct dfs_event *radar) in hostapd_event_dfs_pre_cac_expired() argument
2210 wpa_printf(MSG_DEBUG, "DFS Pre-CAC expired on %d MHz", radar->freq); in hostapd_event_dfs_pre_cac_expired()
2211 hostapd_dfs_pre_cac_expired(hapd->iface, radar->freq, radar->ht_enabled, in hostapd_event_dfs_pre_cac_expired()
2212 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_pre_cac_expired()
2213 radar->cf1, radar->cf2); in hostapd_event_dfs_pre_cac_expired()
2218 struct dfs_event *radar) in hostapd_event_dfs_cac_finished() argument
2220 wpa_printf(MSG_DEBUG, "DFS CAC finished on %d MHz", radar->freq); in hostapd_event_dfs_cac_finished()
2221 hostapd_dfs_complete_cac(hapd->iface, 1, radar->freq, radar->ht_enabled, in hostapd_event_dfs_cac_finished()
2222 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_finished()
2223 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_finished()
2228 struct dfs_event *radar) in hostapd_event_dfs_cac_aborted() argument
2230 wpa_printf(MSG_DEBUG, "DFS CAC aborted on %d MHz", radar->freq); in hostapd_event_dfs_cac_aborted()
2231 hostapd_dfs_complete_cac(hapd->iface, 0, radar->freq, radar->ht_enabled, in hostapd_event_dfs_cac_aborted()
2232 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_aborted()
2233 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_aborted()
2238 struct dfs_event *radar) in hostapd_event_dfs_nop_finished() argument
2240 wpa_printf(MSG_DEBUG, "DFS NOP finished on %d MHz", radar->freq); in hostapd_event_dfs_nop_finished()
2241 hostapd_dfs_nop_finished(hapd->iface, radar->freq, radar->ht_enabled, in hostapd_event_dfs_nop_finished()
2242 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_nop_finished()
2243 radar->cf1, radar->cf2); in hostapd_event_dfs_nop_finished()
2248 struct dfs_event *radar) in hostapd_event_dfs_cac_started() argument
2250 wpa_printf(MSG_DEBUG, "DFS offload CAC started on %d MHz", radar->freq); in hostapd_event_dfs_cac_started()
2251 hostapd_dfs_start_cac(hapd->iface, radar->freq, radar->ht_enabled, in hostapd_event_dfs_cac_started()
2252 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_started()
2253 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_started()