Home
last modified time | relevance | path

Searched refs:sap_tx_leakage_threshold (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_ucfg_api.c579 uint32_t *sap_tx_leakage_threshold) in ucfg_mlme_get_sap_tx_leakage_threshold() argument
585 *sap_tx_leakage_threshold = in ucfg_mlme_get_sap_tx_leakage_threshold()
590 *sap_tx_leakage_threshold = in ucfg_mlme_get_sap_tx_leakage_threshold()
591 mlme_obj->cfg.dfs_cfg.sap_tx_leakage_threshold; in ucfg_mlme_get_sap_tx_leakage_threshold()
598 uint32_t sap_tx_leakage_threshold) in ucfg_mlme_set_sap_tx_leakage_threshold() argument
606 mlme_obj->cfg.dfs_cfg.sap_tx_leakage_threshold = in ucfg_mlme_set_sap_tx_leakage_threshold()
607 sap_tx_leakage_threshold; in ucfg_mlme_set_sap_tx_leakage_threshold()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_cfg.h119 uint16_t sap_tx_leakage_threshold; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_ucfg_api.h986 uint32_t *sap_tx_leakage_threshold);
997 uint32_t sap_tx_leakage_threshold);
Dwlan_mlme_public_struct.h809 uint32_t sap_tx_leakage_threshold; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c1959 dfs_cfg->sap_tx_leakage_threshold = in mlme_init_dfs_cfg()