Searched refs:wiphy (Results 26 - 50 of 92) sorted by relevance

1234

/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_trace.h18 wiphy_name(mt76_hw(dev)->wiphy), MAXNAME)
H A Dusb_trace.h18 wiphy_name(dev->hw->wiphy), MAXNAME)
H A Dtrace.h18 wiphy_name(dev->hw->wiphy), MAXNAME)
H A Ddebugfs.c111 dir = debugfs_create_dir("mt76", phy->hw->wiphy->debugfsdir);
H A Dmt792x_acpi_sar.c260 const struct cfg80211_sar_capa *capa = phy->mt76->hw->wiphy->sar_capa;
290 const struct cfg80211_sar_capa *capa = phy->mt76->hw->wiphy->sar_capa;
H A Dmt76_connac_mcu.c797 sband = mphy->hw->wiphy->bands[band];
1301 sband = phy->hw->wiphy->bands[band];
1345 sband = phy->hw->wiphy->bands[band];
1375 sband = phy->hw->wiphy->bands[band];
1387 sband = phy->hw->wiphy->bands[band];
2644 struct cfg80211_wowlan *wowlan = hw->wiphy->wowlan_config;
2822 struct wiphy *wiphy = phy->hw->wiphy; local
2824 if (bssid_id > ilog2(wiphy
[all...]
H A Dmt76x02_dfs.c885 void mt76x02_regd_notifier(struct wiphy *wiphy, argument
888 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dthermal.c183 ret = sysfs_create_link(&ar->hw->wiphy->dev.kobj, &cdev->device.kobj,
193 hwmon_dev = devm_hwmon_device_register_with_groups(&ar->hw->wiphy->dev,
223 sysfs_remove_link(&ar->hw->wiphy->dev.kobj, "cooling_device");
H A Dtestmode.c66 nl_skb = cfg80211_testmode_alloc_event_skb(ar->hw->wiphy,
164 nl_skb = cfg80211_testmode_alloc_event_skb(ar->hw->wiphy,
241 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy,
H A Dmac.c1758 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
[all...]
/freebsd-current/sys/contrib/dev/rtw89/
H A Dcore.c3379 hw->wiphy->bands[NL80211_BAND_2GHZ] = sband_2ghz;
3389 hw->wiphy->bands[NL80211_BAND_5GHZ] = sband_5ghz;
3397 hw->wiphy->bands[NL80211_BAND_6GHZ] = sband_6ghz;
3403 hw->wiphy->bands[NL80211_BAND_2GHZ] = NULL;
3404 hw->wiphy->bands[NL80211_BAND_5GHZ] = NULL;
3405 hw->wiphy->bands[NL80211_BAND_6GHZ] = NULL;
3422 if (hw->wiphy->bands[NL80211_BAND_2GHZ])
3423 kfree(hw->wiphy->bands[NL80211_BAND_2GHZ]->iftype_data);
3424 if (hw->wiphy->bands[NL80211_BAND_5GHZ])
3425 kfree(hw->wiphy
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h193 /* Linux device is in hw.wiphy->dev after SET_IEEE80211_DEV(). */
281 struct wiphy wiphy __aligned(CACHE_LINE_SIZE);
283 #define WIPHY_TO_LWIPHY(_wiphy) container_of(_wiphy, struct lkpi_wiphy, wiphy)
284 #define LWIPHY_TO_WIPHY(_lwiphy) (&(_lwiphy)->wiphy)
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dmac.c2203 bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid,
2220 cfg80211_put_bss(ar->hw->wiphy, bss);
2262 sband = ar->hw->wiphy->bands[band];
3382 bands = hw->wiphy->bands;
3539 static void ath10k_reg_notifier(struct wiphy *wiphy, argument
3542 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
3546 ath_reg_notifier_apply(wiphy, request, &ar->ath_common.regulatory);
3565 ar->hw->wiphy->bands[NL80211_BAND_5GHZ]);
5832 ret = ath10k_mac_set_rts(arvif, ar->hw->wiphy
[all...]
H A Dtestmode.c56 nl_skb = cfg80211_testmode_alloc_event_skb(ar->hw->wiphy,
110 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy,
H A Dfwlog.c1499 printk("[%s] ", wiphy_name(ar->hw->wiphy));
/freebsd-current/sys/contrib/dev/rtw88/
H A Dmain.c1672 hw->wiphy->bands[NL80211_BAND_2GHZ] = sband;
1683 hw->wiphy->bands[NL80211_BAND_5GHZ] = sband;
1695 kfree(hw->wiphy->bands[NL80211_BAND_2GHZ]);
1696 kfree(hw->wiphy->bands[NL80211_BAND_5GHZ]);
2258 hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
2262 hw->wiphy->available_antennas_tx = hal->antenna_tx;
2263 hw->wiphy->available_antennas_rx = hal->antenna_rx;
2265 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |
2268 hw->wiphy->features |= NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR;
2269 hw->wiphy
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dnvm.c589 regd = iwl_mvm_get_regdomain(mvm->hw->wiphy, mcc,
595 retval = regulatory_set_wiphy_regd_sync(mvm->hw->wiphy, regd);
628 regd = iwl_mvm_get_regdomain(mvm->hw->wiphy, mcc, src, NULL);
641 regulatory_set_wiphy_regd(mvm->hw->wiphy, regd);
H A Dops.c205 sband = mvm->hw->wiphy->bands[NL80211_BAND_2GHZ];
780 wiphy_lock(mvm->hw->wiphy);
786 wiphy_unlock(mvm->hw->wiphy);
795 mvm->hw->wiphy->regulatory_flags |= REGULATORY_WIPHY_SELF_MANAGED;
803 wiphy_unlock(mvm->hw->wiphy);
827 wiphy_rfkill_set_hw_state_reason(mvm->hw->wiphy,
1049 wiphy_rfkill_set_hw_state_reason(mvm->hw->wiphy,
1111 cfg80211_shutdown_all_interfaces(mvm->hw->wiphy);
1319 snprintf(mvm->hw->wiphy->fw_version,
1320 sizeof(mvm->hw->wiphy
[all...]
H A Dphy-ctxt.c358 sband = mvm->hw->wiphy->bands[band];
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dmac.c1248 bss = cfg80211_get_bss(ar->hw->wiphy, def.chan, info->bssid, NULL, 0,
1268 cfg80211_put_bss(ar->hw->wiphy, bss);
1313 sband = ar->hw->wiphy->bands[band];
2420 sband = ar->hw->wiphy->bands[def->chan->band];
5490 param_value = ar->hw->wiphy->rts_threshold;
6836 sband = hw->wiphy->bands[NL80211_BAND_2GHZ];
6843 sband = hw->wiphy->bands[NL80211_BAND_5GHZ];
6996 ar->hw->wiphy->bands[NL80211_BAND_2GHZ] = band;
7023 ar->hw->wiphy->bands[NL80211_BAND_6GHZ] = band;
7045 ar->hw->wiphy
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h454 struct wiphy *wiphy; member in struct:ieee80211_hw
1066 struct ieee80211_hw * linuxkpi_wiphy_to_ieee80211_hw(struct wiphy *);
1163 if (hw->wiphy != NULL)
1164 wiphy_free(hw->wiphy);
1181 set_wiphy_dev(hw->wiphy, dev);
1192 error = wiphy_register(hw->wiphy);
1198 * ciphers, hw address(es), ... basically mac80211/cfg80211 hw/wiphy
1217 wiphy_to_ieee80211_hw(struct wiphy *wiphy) argument
2042 wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool state) argument
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmcu.c207 snprintf(dev->mt76.hw->wiphy->fw_version,
208 sizeof(dev->mt76.hw->wiphy->fw_version),
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dcoredump.c193 strscpy(dump->fw_ver, dev->mt76.hw->wiphy->fw_version,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c420 wiphy_info(mt76_hw(dev)->wiphy, "%s: %.*s", type,
1360 snprintf(dev->mt76.hw->wiphy->fw_version,
1361 sizeof(dev->mt76.hw->wiphy->fw_version),
1587 snprintf(dev->mt76.hw->wiphy->fw_version,
1588 sizeof(dev->mt76.hw->wiphy->fw_version),
1666 dev->mt76.hw->wiphy->wowlan = &mt76_connac_wowlan_support;
2154 else if (!cfg80211_reg_can_beacon(phy->mt76->hw->wiphy, chandef,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.c333 strscpy(dump->fw_ver, dev->mt76.hw->wiphy->fw_version,

Completed in 207 milliseconds

1234