Lines Matching full:cac
107 /* This is DFS CAC work queue function.
108 * This delayed work emits CAC finished event for cfg80211 if
109 * CAC was started earlier.
122 "CAC timer finished; No radar detected\n"); in mwifiex_dfs_cac_work_queue()
154 mwifiex_dbg(priv->adapter, MSG, "cancelling CAC\n"); in mwifiex_cmd_issue_chan_report_request()
172 /* This function is to abort ongoing CAC upon stopping AP operations
180 "failed to stop CAC in FW\n"); in mwifiex_abort_cac()
182 "Aborting delayed work for CAC.\n"); in mwifiex_abort_cac()
190 /* This function handles channel report event from FW during CAC period.
191 * If radar is detected during CAC, driver indicates the same to cfg80211
250 "Failed to stop CAC in FW\n"); in mwifiex_11h_handle_radar_detected()