Searched refs:cc_mode (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_core.c | 1130 char *cc_mode, uint32_t length) in policy_mgr_dump_current_concurrency_one_connection() argument 1142 count = strlcat(cc_mode, in policy_mgr_dump_current_concurrency_one_connection() 1148 count = strlcat(cc_mode, "SAP", in policy_mgr_dump_current_concurrency_one_connection() 1152 count = strlcat(cc_mode, "P2P CLI", in policy_mgr_dump_current_concurrency_one_connection() 1156 count = strlcat(cc_mode, "P2P GO", in policy_mgr_dump_current_concurrency_one_connection() 1160 count = strlcat(cc_mode, "NAN DISC", length); in policy_mgr_dump_current_concurrency_one_connection() 1163 count = strlcat(cc_mode, "NDI", length); in policy_mgr_dump_current_concurrency_one_connection() 1166 count = strlcat(cc_mode, "LT_SAP", length); in policy_mgr_dump_current_concurrency_one_connection() 1172 count += strlcat(cc_mode, buf, length); in policy_mgr_dump_current_concurrency_one_connection() 1190 char *cc_mode, uint32_t length) in policy_mgr_dump_current_concurrency_two_connection() argument [all …]
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_module.c | 3968 uint8_t cc_mode; in wlansap_get_chan_band_restrict() local 4109 cc_mode = sap_ctx->cc_switch_mode; in wlansap_get_chan_band_restrict() 4116 cc_mode, vdev_id); in wlansap_get_chan_band_restrict()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ |
H A D | wlan_policy_mgr_api.h | 1590 uint8_t vdev_id, uint8_t cc_mode);
|