• Home
  • Raw
  • Download

Lines Matching refs:sband

2105 		struct ieee80211_supported_band *sband = &data->bands[band];  in mac80211_hwsim_create_radio()  local
2108 sband->channels = data->channels_2ghz; in mac80211_hwsim_create_radio()
2109 sband->n_channels = ARRAY_SIZE(hwsim_channels_2ghz); in mac80211_hwsim_create_radio()
2110 sband->bitrates = data->rates; in mac80211_hwsim_create_radio()
2111 sband->n_bitrates = ARRAY_SIZE(hwsim_rates); in mac80211_hwsim_create_radio()
2114 sband->channels = data->channels_5ghz; in mac80211_hwsim_create_radio()
2115 sband->n_channels = ARRAY_SIZE(hwsim_channels_5ghz); in mac80211_hwsim_create_radio()
2116 sband->bitrates = data->rates + 4; in mac80211_hwsim_create_radio()
2117 sband->n_bitrates = ARRAY_SIZE(hwsim_rates) - 4; in mac80211_hwsim_create_radio()
2123 sband->ht_cap.ht_supported = true; in mac80211_hwsim_create_radio()
2124 sband->ht_cap.cap = IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in mac80211_hwsim_create_radio()
2128 sband->ht_cap.ampdu_factor = 0x3; in mac80211_hwsim_create_radio()
2129 sband->ht_cap.ampdu_density = 0x6; in mac80211_hwsim_create_radio()
2130 memset(&sband->ht_cap.mcs, 0, in mac80211_hwsim_create_radio()
2131 sizeof(sband->ht_cap.mcs)); in mac80211_hwsim_create_radio()
2132 sband->ht_cap.mcs.rx_mask[0] = 0xff; in mac80211_hwsim_create_radio()
2133 sband->ht_cap.mcs.rx_mask[1] = 0xff; in mac80211_hwsim_create_radio()
2134 sband->ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; in mac80211_hwsim_create_radio()
2136 hw->wiphy->bands[band] = sband; in mac80211_hwsim_create_radio()
2138 sband->vht_cap.vht_supported = true; in mac80211_hwsim_create_radio()
2139 sband->vht_cap.cap = in mac80211_hwsim_create_radio()
2152 sband->vht_cap.vht_mcs.rx_mcs_map = in mac80211_hwsim_create_radio()
2161 sband->vht_cap.vht_mcs.tx_mcs_map = in mac80211_hwsim_create_radio()
2162 sband->vht_cap.vht_mcs.rx_mcs_map; in mac80211_hwsim_create_radio()