Lines Matching refs:wiphy

2195 	bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid,
2212 cfg80211_put_bss(ar->hw->wiphy, bss);
2254 sband = ar->hw->wiphy->bands[band];
3374 bands = hw->wiphy->bands;
3531 static void ath10k_reg_notifier(struct wiphy *wiphy,
3534 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
3538 ath_reg_notifier_apply(wiphy, request, &ar->ath_common.regulatory);
3557 ar->hw->wiphy->bands[NL80211_BAND_5GHZ]);
5815 ret = ath10k_mac_set_rts(arvif, ar->hw->wiphy->rts_threshold);
6061 sband = ar->hw->wiphy->bands[def->chan->band];
7936 scan_time_msec = ar->hw->wiphy->max_remain_on_channel_duration * 2;
8182 sband = hw->wiphy->bands[NL80211_BAND_2GHZ];
8189 sband = hw->wiphy->bands[NL80211_BAND_5GHZ];
9982 ar->hw->wiphy->bands[NL80211_BAND_2GHZ] = band;
9999 ar->hw->wiphy->bands[NL80211_BAND_5GHZ] = band;
10002 wiphy_read_of_freq_limits(ar->hw->wiphy);
10005 ar->hw->wiphy->interface_modes =
10010 ar->hw->wiphy->available_antennas_rx = ar->cfg_rx_chainmask;
10011 ar->hw->wiphy->available_antennas_tx = ar->cfg_tx_chainmask;
10014 ar->hw->wiphy->interface_modes |=
10044 ar->hw->wiphy->features |= NL80211_FEATURE_STATIC_SMPS;
10045 ar->hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
10048 ar->hw->wiphy->features |= NL80211_FEATURE_DYNAMIC_SMPS;
10055 ar->hw->wiphy->max_scan_ssids = WLAN_SCAN_PARAMS_MAX_SSID;
10056 ar->hw->wiphy->max_scan_ie_len = WLAN_SCAN_PARAMS_MAX_IE_LEN;
10059 ar->hw->wiphy->max_sched_scan_ssids = WMI_PNO_MAX_SUPP_NETWORKS;
10060 ar->hw->wiphy->max_match_sets = WMI_PNO_MAX_SUPP_NETWORKS;
10061 ar->hw->wiphy->max_sched_scan_ie_len = WMI_PNO_MAX_IE_LENGTH;
10062 ar->hw->wiphy->max_sched_scan_plans = WMI_PNO_MAX_SCHED_SCAN_PLANS;
10063 ar->hw->wiphy->max_sched_scan_plan_interval =
10065 ar->hw->wiphy->max_sched_scan_plan_iterations =
10067 ar->hw->wiphy->features |= NL80211_FEATURE_ND_RANDOM_MAC_ADDR;
10077 ar->hw->wiphy->flags |= WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD;
10083 ar->hw->wiphy->probe_resp_offload |=
10091 ar->hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
10105 ar->hw->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
10106 ar->hw->wiphy->flags |= WIPHY_FLAG_HAS_CHANNEL_SWITCH;
10107 ar->hw->wiphy->max_remain_on_channel_duration = 5000;
10109 ar->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
10110 ar->hw->wiphy->features |= NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE |
10113 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations;
10121 wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_VHT_IBSS);
10122 wiphy_ext_feature_set(ar->hw->wiphy,
10124 wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_AQL);
10127 wiphy_ext_feature_set(ar->hw->wiphy,
10132 wiphy_ext_feature_set(ar->hw->wiphy,
10137 wiphy_ext_feature_set(ar->hw->wiphy,
10141 wiphy_ext_feature_set(ar->hw->wiphy,
10145 wiphy_ext_feature_set(ar->hw->wiphy,
10149 ar->hw->wiphy->tid_config_support.vif |=
10159 ar->hw->wiphy->tid_config_support.vif |=
10163 ar->hw->wiphy->tid_config_support.peer =
10164 ar->hw->wiphy->tid_config_support.vif;
10165 ar->hw->wiphy->max_data_retry_count = ATH10K_MAX_RETRY_COUNT;
10183 ar->hw->wiphy->iface_combinations = ath10k_if_comb;
10184 ar->hw->wiphy->n_iface_combinations =
10186 ar->hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_ADHOC);
10190 ar->hw->wiphy->iface_combinations =
10192 ar->hw->wiphy->n_iface_combinations =
10195 ar->hw->wiphy->iface_combinations = ath10k_tlv_if_comb;
10196 ar->hw->wiphy->n_iface_combinations =
10199 ar->hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_ADHOC);
10204 ar->hw->wiphy->iface_combinations = ath10k_10x_if_comb;
10205 ar->hw->wiphy->n_iface_combinations =
10209 ar->hw->wiphy->iface_combinations = ath10k_10_4_if_comb;
10210 ar->hw->wiphy->n_iface_combinations =
10214 ar->hw->wiphy->iface_combinations =
10216 ar->hw->wiphy->n_iface_combinations =
10228 ar->hw->wiphy->sar_capa = &ath10k_sar_capa;
10253 ret = ath_regd_init(&ar->ath_common.regulatory, ar->hw->wiphy,
10261 ar->hw->wiphy->features |=
10265 ar->hw->wiphy->cipher_suites = cipher_suites;
10277 ar->hw->wiphy->n_cipher_suites = ar->hw_params.n_cipher_suites;
10279 wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
10290 ar->hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_AP_VLAN);
10291 ar->hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_AP_VLAN);
10296 ret = regulatory_hint(ar->hw->wiphy,