• Home
  • Raw
  • Download

Lines Matching refs:radar

1320 					     struct dfs_event *radar)  in hostapd_event_dfs_radar_detected()  argument
1322 wpa_printf(MSG_DEBUG, "DFS radar detected on %d MHz", radar->freq); in hostapd_event_dfs_radar_detected()
1323 hostapd_dfs_radar_detected(hapd->iface, radar->freq, radar->ht_enabled, in hostapd_event_dfs_radar_detected()
1324 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_radar_detected()
1325 radar->cf1, radar->cf2); in hostapd_event_dfs_radar_detected()
1330 struct dfs_event *radar) in hostapd_event_dfs_pre_cac_expired() argument
1332 wpa_printf(MSG_DEBUG, "DFS Pre-CAC expired on %d MHz", radar->freq); in hostapd_event_dfs_pre_cac_expired()
1333 hostapd_dfs_pre_cac_expired(hapd->iface, radar->freq, radar->ht_enabled, in hostapd_event_dfs_pre_cac_expired()
1334 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_pre_cac_expired()
1335 radar->cf1, radar->cf2); in hostapd_event_dfs_pre_cac_expired()
1340 struct dfs_event *radar) in hostapd_event_dfs_cac_finished() argument
1342 wpa_printf(MSG_DEBUG, "DFS CAC finished on %d MHz", radar->freq); in hostapd_event_dfs_cac_finished()
1343 hostapd_dfs_complete_cac(hapd->iface, 1, radar->freq, radar->ht_enabled, in hostapd_event_dfs_cac_finished()
1344 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_finished()
1345 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_finished()
1350 struct dfs_event *radar) in hostapd_event_dfs_cac_aborted() argument
1352 wpa_printf(MSG_DEBUG, "DFS CAC aborted on %d MHz", radar->freq); in hostapd_event_dfs_cac_aborted()
1353 hostapd_dfs_complete_cac(hapd->iface, 0, radar->freq, radar->ht_enabled, in hostapd_event_dfs_cac_aborted()
1354 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_aborted()
1355 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_aborted()
1360 struct dfs_event *radar) in hostapd_event_dfs_nop_finished() argument
1362 wpa_printf(MSG_DEBUG, "DFS NOP finished on %d MHz", radar->freq); in hostapd_event_dfs_nop_finished()
1363 hostapd_dfs_nop_finished(hapd->iface, radar->freq, radar->ht_enabled, in hostapd_event_dfs_nop_finished()
1364 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_nop_finished()
1365 radar->cf1, radar->cf2); in hostapd_event_dfs_nop_finished()
1370 struct dfs_event *radar) in hostapd_event_dfs_cac_started() argument
1372 wpa_printf(MSG_DEBUG, "DFS offload CAC started on %d MHz", radar->freq); in hostapd_event_dfs_cac_started()
1373 hostapd_dfs_start_cac(hapd->iface, radar->freq, radar->ht_enabled, in hostapd_event_dfs_cac_started()
1374 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_started()
1375 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_started()