Searched refs:pstrCfgParamVal (Results 1 – 3 of 3) sorted by relevance
1628 struct cfg_param_val pstrCfgParamVal; in set_wiphy_params() local1633 pstrCfgParamVal.flag = 0; in set_wiphy_params()1639 pstrCfgParamVal.flag |= RETRY_SHORT; in set_wiphy_params()1640 pstrCfgParamVal.short_retry_limit = priv->dev->ieee80211_ptr->wiphy->retry_short; in set_wiphy_params()1645 pstrCfgParamVal.flag |= RETRY_LONG; in set_wiphy_params()1646 pstrCfgParamVal.long_retry_limit = priv->dev->ieee80211_ptr->wiphy->retry_long; in set_wiphy_params()1651 pstrCfgParamVal.flag |= FRAG_THRESHOLD; in set_wiphy_params()1652 pstrCfgParamVal.frag_threshold = priv->dev->ieee80211_ptr->wiphy->frag_threshold; in set_wiphy_params()1659 pstrCfgParamVal.flag |= RTS_THRESHOLD; in set_wiphy_params()1660 pstrCfgParamVal.rts_threshold = priv->dev->ieee80211_ptr->wiphy->rts_threshold; in set_wiphy_params()[all …]
854 s32 hif_set_cfg(struct host_if_drv *hWFIDrv, struct cfg_param_val *pstrCfgParamVal);
3927 struct cfg_param_val *pstrCfgParamVal) in hif_set_cfg() argument3939 msg.body.cfg_info.cfg_attr_info = *pstrCfgParamVal; in hif_set_cfg()