Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dsmd.c149 struct wcn36xx_hal_config_sta_params *sta_params) in wcn36xx_smd_set_sta_ht_params() argument
153 sta_params->ht_capable = sta->ht_cap.ht_supported; in wcn36xx_smd_set_sta_ht_params()
154 sta_params->tx_channel_width_set = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
156 sta_params->lsig_txop_protection = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
159 sta_params->max_ampdu_size = sta->ht_cap.ampdu_factor; in wcn36xx_smd_set_sta_ht_params()
160 sta_params->max_ampdu_density = sta->ht_cap.ampdu_density; in wcn36xx_smd_set_sta_ht_params()
161 sta_params->max_amsdu_size = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
163 sta_params->sgi_20Mhz = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
165 sta_params->sgi_40mhz = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
167 sta_params->green_field_capable = is_cap_supported(caps, in wcn36xx_smd_set_sta_ht_params()
[all …]
Dhal.h1405 struct wcn36xx_hal_config_sta_params sta_params; member
1518 struct wcn36xx_hal_config_sta_params_v1 sta_params; member
2047 struct wcn36xx_hal_config_sta_params sta_params; member
/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1873 struct add_sta_param sta_params = { {0} }; in add_station() local
1877 memcpy(sta_params.bssid, mac, ETH_ALEN); in add_station()
1880 sta_params.aid = params->aid; in add_station()
1881 sta_params.rates_len = params->supported_rates_len; in add_station()
1882 sta_params.rates = params->supported_rates; in add_station()
1885 sta_params.ht_supported = false; in add_station()
1887 sta_params.ht_supported = true; in add_station()
1888 sta_params.ht_capa = *params->ht_capa; in add_station()
1891 sta_params.flags_mask = params->sta_flags_mask; in add_station()
1892 sta_params.flags_set = params->sta_flags_set; in add_station()
[all …]
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dmain.h679 struct station_parameters *sta_params; member
Dcfg80211.c4128 priv->sta_params = params; in mwifiex_cfg80211_change_station()
4131 priv->sta_params = NULL; in mwifiex_cfg80211_change_station()
Dsta_cmd.c1756 struct station_parameters *params = priv->sta_params; in mwifiex_cmd_tdls_oper()