Home
last modified time | relevance | path

Searched refs:srg_pd_threshold (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
Dwlan_vdev_mlme_api.c410 int32_t srg_pd_threshold, int32_t non_srg_pd_threshold, in wlan_mlme_update_sr_data() argument
458 if (!srg_pd_threshold || in wlan_mlme_update_sr_data()
459 (srg_pd_threshold > (ap_srg_max_pd_threshold_offset + in wlan_mlme_update_sr_data()
461 srg_pd_threshold < (ap_srg_min_pd_threshold_offset + in wlan_mlme_update_sr_data()
463 srg_pd_threshold = ap_srg_max_pd_threshold_offset + in wlan_mlme_update_sr_data()
478 (uint8_t)srg_pd_threshold); in wlan_mlme_update_sr_data()
482 wlan_vdev_mlme_set_current_srg_pd_threshold(vdev, srg_pd_threshold); in wlan_mlme_update_sr_data()
/wlan-driver/qcacld-3.0/components/spatial_reuse/dispatcher/src/
Dspatial_reuse_api.c71 bool is_sr_enable, int32_t srg_pd_threshold, in wlan_sr_setup_req() argument
82 srg_pd_threshold, non_srg_pd_threshold); in wlan_sr_setup_req()
Dspatial_reuse_ucfg_api.c129 bool is_sr_enable, int32_t srg_pd_threshold, in ucfg_spatial_reuse_setup_req() argument
133 srg_pd_threshold, non_srg_pd_threshold); in ucfg_spatial_reuse_setup_req()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
Dwlan_vdev_mlme_api.h339 int32_t srg_pd_threshold, int32_t non_srg_pd_threshold,
344 int32_t srg_pd_threshold, int32_t non_srg_pd_threshold, in wlan_mlme_update_sr_data() argument
/wlan-driver/qca-wifi-host-cmn/target_if/spatial_reuse/src/
Dtarget_if_spatial_reuse.c188 bool is_sr_enable, int32_t srg_pd_threshold, in spatial_reuse_set_sr_enable_disable() argument
200 wlan_mlme_update_sr_data(vdev, &val, srg_pd_threshold, in spatial_reuse_set_sr_enable_disable()
/wlan-driver/qcacld-3.0/components/spatial_reuse/dispatcher/inc/
Dspatial_reuse_ucfg_api.h134 bool is_sr_enable, int32_t srg_pd_threshold,
Dspatial_reuse_api.h144 int32_t srg_pd_threshold, int32_t non_srg_pd_threshold);
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_he.c692 int32_t srg_pd_threshold = 0; in __wlan_hdd_cfg80211_sr_operations() local
825 srg_pd_threshold = in __wlan_hdd_cfg80211_sr_operations()
841 is_sr_enable, srg_pd_threshold, non_srg_pd_threshold); in __wlan_hdd_cfg80211_sr_operations()
846 srg_pd_threshold, in __wlan_hdd_cfg80211_sr_operations()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
Dwlan_vdev_mlme.h1700 int32_t *srg_pd_threshold) in wlan_vdev_mlme_get_current_srg_pd_threshold() argument
1708 *srg_pd_threshold = in wlan_vdev_mlme_get_current_srg_pd_threshold()
1747 int32_t srg_pd_threshold) in wlan_vdev_mlme_set_current_srg_pd_threshold() argument
1755 srg_pd_threshold; in wlan_vdev_mlme_set_current_srg_pd_threshold()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_api.c2732 int32_t srg_pd_threshold = 0; in lim_handle_sr_cap() local
2773 &srg_pd_threshold); in lim_handle_sr_cap()
2784 ((srg_pd_threshold > srg_max_pd_offset + in lim_handle_sr_cap()
2786 (srg_pd_threshold < srg_min_pd_offset + in lim_handle_sr_cap()
2793 sr_status, reason, srg_pd_threshold, non_srg_pd_threshold, in lim_handle_sr_cap()
2840 wlan_sr_setup_req(vdev, pdev, true, srg_pd_threshold, in lim_handle_sr_cap()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h1711 bool is_sr_enable, int32_t srg_pd_threshold,