Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/
Dsmd.c260 struct wcn36xx_hal_config_sta_params *sta_params) in wcn36xx_smd_set_sta_ht_params() argument
265 sta_params->ht_capable = sta->deflink.ht_cap.ht_supported; in wcn36xx_smd_set_sta_ht_params()
266 sta_params->tx_channel_width_set = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
268 sta_params->lsig_txop_protection = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
271 sta_params->max_ampdu_size = sta->deflink.ht_cap.ampdu_factor; in wcn36xx_smd_set_sta_ht_params()
272 sta_params->max_ampdu_density = sta->deflink.ht_cap.ampdu_density; in wcn36xx_smd_set_sta_ht_params()
274 sta_params->max_amsdu_size = !is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
276 sta_params->sgi_20Mhz = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
278 sta_params->sgi_40mhz = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
280 sta_params->green_field_capable = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
[all …]
Dhal.h1567 struct wcn36xx_hal_config_sta_params sta_params; member
1760 struct wcn36xx_hal_config_sta_params_v1 sta_params; member
2295 struct wcn36xx_hal_config_sta_params sta_params; member
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dmain.h666 struct station_parameters *sta_params; member
Dcfg80211.c4265 priv->sta_params = params; in mwifiex_cfg80211_change_station()
4268 priv->sta_params = NULL; in mwifiex_cfg80211_change_station()
Dsta_cmd.c1742 struct station_parameters *params = priv->sta_params; in mwifiex_cmd_tdls_oper()