Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1628 struct cfg_param_val pstrCfgParamVal; in set_wiphy_params() local
1633 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 …]
Dhost_interface.h854 s32 hif_set_cfg(struct host_if_drv *hWFIDrv, struct cfg_param_val *pstrCfgParamVal);
Dhost_interface.c3927 struct cfg_param_val *pstrCfgParamVal) in hif_set_cfg() argument
3939 msg.body.cfg_info.cfg_attr_info = *pstrCfgParamVal; in hif_set_cfg()