Home
last modified time | relevance | path

Searched refs:cfr_capture_enable (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_sta.c252 u32 cfr_capture_enable = 0, cfr_capture_bw = 0; in ath11k_dbg_sta_write_cfr_capture() local
267 ret = sscanf(buf, "%u %u %u %u", &cfr_capture_enable, &cfr_capture_bw, in ath11k_dbg_sta_write_cfr_capture()
270 if (ret < 1 || (cfr_capture_enable && ret != 4)) in ath11k_dbg_sta_write_cfr_capture()
273 if (cfr_capture_enable == arsta->cfr_capture.cfr_enable && in ath11k_dbg_sta_write_cfr_capture()
280 if (!cfr_capture_enable && in ath11k_dbg_sta_write_cfr_capture()
281 cfr_capture_enable == arsta->cfr_capture.cfr_enable) in ath11k_dbg_sta_write_cfr_capture()
284 if (cfr_capture_enable > WMI_PEER_CFR_CAPTURE_ENABLE || in ath11k_dbg_sta_write_cfr_capture()
303 if (!cfr_capture_enable) { in ath11k_dbg_sta_write_cfr_capture()
309 arg.request = cfr_capture_enable; in ath11k_dbg_sta_write_cfr_capture()
325 if (cfr_capture_enable && in ath11k_dbg_sta_write_cfr_capture()
[all …]
H A Dcfr.c699 u32 cfr_capture_enable; in ath11k_write_file_cfr_unassoc() local
720 &peer_mac[4], &peer_mac[5], &cfr_capture_enable, in ath11k_write_file_cfr_unassoc()
726 if (cfr_capture_enable && ret != 8) in ath11k_write_file_cfr_unassoc()
729 if (!cfr_capture_enable) { in ath11k_write_file_cfr_unassoc()