Home
last modified time | relevance | path

Searched refs:cfr_current_sta_count (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/src/ !
H A Dwlan_cfr_ucfg_api.c105 if (pa->cfr_current_sta_count == pa->cfr_max_sta_count) { in ucfg_cfr_start_capture()
110 pa->cfr_current_sta_count++; in ucfg_cfr_start_capture()
127 pa->cfr_current_sta_count--; in ucfg_cfr_start_capture()
150 if (pa->cfr_current_sta_count == pa->cfr_max_sta_count) { in ucfg_cfr_start_capture_probe_req()
196 pa->cfr_current_sta_count++; in ucfg_cfr_start_capture_probe_req()
224 pa->cfr_current_sta_count--; in ucfg_cfr_stop_capture_probe_req()
361 pa->cfr_current_sta_count--; in ucfg_cfr_stop_capture()
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/inc/ !
H A Dwlan_cfr_utils_api.h608 uint16_t cfr_current_sta_count; member
/wlan-driver/qca-wifi-host-cmn/umac/cfr/core/src/ !
H A Dcfr_common.c478 pa->cfr_current_sta_count--; in wlan_cfr_peer_obj_destroy_handler()