Lines Matching refs:wiphy

1758 	bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid, NULL, 0,
1778 cfg80211_put_bss(ar->hw->wiphy, bss);
1823 sband = ar->hw->wiphy->bands[band];
3173 sband = ar->hw->wiphy->bands[def->chan->band];
6461 if (ar->hw->wiphy != ieee80211_vif_to_wdev(tx_vif)->wiphy)
6922 param_value = ar->hw->wiphy->rts_threshold;
8560 sband = hw->wiphy->bands[NL80211_BAND_2GHZ];
8567 sband = hw->wiphy->bands[NL80211_BAND_5GHZ];
8574 sband = hw->wiphy->bands[NL80211_BAND_6GHZ];
8938 scan_time_msec = ar->hw->wiphy->max_remain_on_channel_duration * 2;
9200 ar->hw->wiphy->bands[NL80211_BAND_2GHZ] = band;
9227 ar->hw->wiphy->bands[NL80211_BAND_6GHZ] = band;
9255 ar->hw->wiphy->bands[NL80211_BAND_5GHZ] = band;
9313 ar->hw->wiphy->iface_combinations = combinations;
9314 ar->hw->wiphy->n_iface_combinations = 1;
9373 kfree(ar->hw->wiphy->iface_combinations[0].limits);
9374 kfree(ar->hw->wiphy->iface_combinations);
9435 ar->hw->wiphy->available_antennas_rx = cap->rx_chain_mask;
9436 ar->hw->wiphy->available_antennas_tx = cap->tx_chain_mask;
9438 ar->hw->wiphy->interface_modes = ab->hw_params.interface_modes;
9480 ar->hw->wiphy->features |= NL80211_FEATURE_STATIC_SMPS;
9481 ar->hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
9489 ar->hw->wiphy->features |= NL80211_FEATURE_DYNAMIC_SMPS;
9491 ar->hw->wiphy->max_scan_ssids = WLAN_SCAN_PARAMS_MAX_SSID;
9492 ar->hw->wiphy->max_scan_ie_len = WLAN_SCAN_PARAMS_MAX_IE_LEN;
9496 ar->hw->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
9497 ar->hw->wiphy->flags |= WIPHY_FLAG_HAS_CHANNEL_SWITCH;
9498 ar->hw->wiphy->max_remain_on_channel_duration = 5000;
9500 ar->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
9501 ar->hw->wiphy->features |= NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE |
9507 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations;
9510 ar->hw->wiphy->features |=
9515 ar->hw->wiphy->max_sched_scan_ssids = WMI_PNO_MAX_SUPP_NETWORKS;
9516 ar->hw->wiphy->max_match_sets = WMI_PNO_MAX_SUPP_NETWORKS;
9517 ar->hw->wiphy->max_sched_scan_ie_len = WMI_PNO_MAX_IE_LENGTH;
9518 ar->hw->wiphy->max_sched_scan_plans = WMI_PNO_MAX_SCHED_SCAN_PLANS;
9519 ar->hw->wiphy->max_sched_scan_plan_interval =
9521 ar->hw->wiphy->max_sched_scan_plan_iterations =
9523 ar->hw->wiphy->features |= NL80211_FEATURE_ND_RANDOM_MAC_ADDR;
9534 wiphy_ext_feature_set(ar->hw->wiphy,
9538 ar->hw->wiphy->tx_queue_len = ATH11K_QUEUE_LEN;
9545 wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
9546 wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_STA_TX_PWR);
9549 wiphy_ext_feature_set(ar->hw->wiphy,
9554 ar->hw->wiphy->cipher_suites = cipher_suites;
9555 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
9557 ar->hw->wiphy->iftype_ext_capab = ath11k_iftypes_ext_capa;
9558 ar->hw->wiphy->num_iftype_ext_capab =
9562 wiphy_ext_feature_set(ar->hw->wiphy,
9564 wiphy_ext_feature_set(ar->hw->wiphy,
9568 wiphy_ext_feature_set(ar->hw->wiphy,
9572 wiphy_ext_feature_set(ar->hw->wiphy,
9575 ar->hw->wiphy->mbssid_max_interfaces = TARGET_NUM_VDEVS(ab);
9576 ar->hw->wiphy->ema_max_profile_periodicity = TARGET_EMA_MAX_PROFILE_PERIOD;
9588 ar->hw->wiphy->sar_capa = ab->hw_params.bios_sar_capa;
9602 ar->hw->wiphy->interface_modes &= ~BIT(NL80211_IFTYPE_MONITOR);
9634 kfree(ar->hw->wiphy->iface_combinations[0].limits);
9635 kfree(ar->hw->wiphy->iface_combinations);