Lines Matching refs:wiphy

455 		value = clamp_t(u32, arvif->ar->hw->wiphy->frag_threshold,  in ath10k_mac_set_frag()
1414 bss = cfg80211_get_bss(ar->hw->wiphy, ar->hw->conf.chandef.chan, in ath10k_peer_assoc_h_crypto()
1430 cfg80211_put_bss(ar->hw->wiphy, bss); in ath10k_peer_assoc_h_crypto()
1457 sband = ar->hw->wiphy->bands[ar->hw->conf.chandef.chan->band]; in ath10k_peer_assoc_h_rates()
2115 bands = hw->wiphy->bands; in ath10k_update_channel_list()
2248 static void ath10k_reg_notifier(struct wiphy *wiphy, in ath10k_reg_notifier() argument
2251 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy); in ath10k_reg_notifier()
2255 ath_reg_notifier_apply(wiphy, request, &ar->ath_common.regulatory); in ath10k_reg_notifier()
3391 ret = ath10k_mac_set_rts(arvif, ar->hw->wiphy->rts_threshold); in ath10k_add_interface()
3398 ret = ath10k_mac_set_frag(arvif, ar->hw->wiphy->frag_threshold); in ath10k_add_interface()
4628 sband = hw->wiphy->bands[IEEE80211_BAND_2GHZ]; in ath10k_get_survey()
4635 sband = hw->wiphy->bands[IEEE80211_BAND_5GHZ]; in ath10k_get_survey()
5479 ar->hw->wiphy->bands[IEEE80211_BAND_2GHZ] = band; in ath10k_mac_register()
5498 ar->hw->wiphy->bands[IEEE80211_BAND_5GHZ] = band; in ath10k_mac_register()
5501 ar->hw->wiphy->interface_modes = in ath10k_mac_register()
5505 ar->hw->wiphy->available_antennas_rx = ar->supp_rx_chainmask; in ath10k_mac_register()
5506 ar->hw->wiphy->available_antennas_tx = ar->supp_tx_chainmask; in ath10k_mac_register()
5509 ar->hw->wiphy->interface_modes |= in ath10k_mac_register()
5524 ar->hw->wiphy->features |= NL80211_FEATURE_STATIC_SMPS; in ath10k_mac_register()
5527 ar->hw->wiphy->features |= NL80211_FEATURE_DYNAMIC_SMPS; in ath10k_mac_register()
5534 ar->hw->wiphy->max_scan_ssids = WLAN_SCAN_PARAMS_MAX_SSID; in ath10k_mac_register()
5535 ar->hw->wiphy->max_scan_ie_len = WLAN_SCAN_PARAMS_MAX_IE_LEN; in ath10k_mac_register()
5543 ar->hw->wiphy->flags |= WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD; in ath10k_mac_register()
5549 ar->hw->wiphy->probe_resp_offload |= in ath10k_mac_register()
5555 ar->hw->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL; in ath10k_mac_register()
5556 ar->hw->wiphy->flags |= WIPHY_FLAG_HAS_CHANNEL_SWITCH; in ath10k_mac_register()
5557 ar->hw->wiphy->max_remain_on_channel_duration = 5000; in ath10k_mac_register()
5559 ar->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD; in ath10k_mac_register()
5560 ar->hw->wiphy->features |= NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE; in ath10k_mac_register()
5571 ar->hw->wiphy->iface_combinations = ath10k_if_comb; in ath10k_mac_register()
5572 ar->hw->wiphy->n_iface_combinations = in ath10k_mac_register()
5574 ar->hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_ADHOC); in ath10k_mac_register()
5579 ar->hw->wiphy->iface_combinations = ath10k_10x_if_comb; in ath10k_mac_register()
5580 ar->hw->wiphy->n_iface_combinations = in ath10k_mac_register()
5602 ret = ath_regd_init(&ar->ath_common.regulatory, ar->hw->wiphy, in ath10k_mac_register()
5609 ar->hw->wiphy->cipher_suites = cipher_suites; in ath10k_mac_register()
5610 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath10k_mac_register()
5619 ret = regulatory_hint(ar->hw->wiphy, in ath10k_mac_register()