Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dcfg_mlme_threshold.h75 #define CFG_FRAG_THRESHOLD CFG_INI_UINT( \ macro
85 CFG(CFG_FRAG_THRESHOLD)
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c2443 threshold->frag_threshold = cfg_get(psoc, CFG_FRAG_THRESHOLD); in mlme_init_threshold_cfg()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c25497 cfg_max(CFG_FRAG_THRESHOLD) : in __wlan_hdd_cfg80211_set_wiphy_params()
25500 if ((cfg_min(CFG_FRAG_THRESHOLD) > frag_threshold) || in __wlan_hdd_cfg80211_set_wiphy_params()
25501 (cfg_max(CFG_FRAG_THRESHOLD) < frag_threshold)) { in __wlan_hdd_cfg80211_set_wiphy_params()