Searched refs:wiphy (Results 51 - 75 of 92) sorted by relevance

1234

/freebsd-current/sys/contrib/dev/rtw88/
H A Dbf.c64 ic_vht_cap = &hw->wiphy->bands[NL80211_BAND_5GHZ]->vht_cap;
H A Dtx.c378 if (info->control.use_rts || skb->len > hw->wiphy->rts_threshold)
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcore.c3158 ar->hw->wiphy->fw_version);
3391 ar->hw->wiphy->hw_version = target_info.version;
3403 ar->hw->wiphy->hw_version = target_info.version;
3413 ar->hw->wiphy->hw_version = target_info.version;
3431 BUILD_BUG_ON(sizeof(ar->hw->wiphy->fw_version) !=
3433 memcpy(ar->hw->wiphy->fw_version, ar->normal_mode_fw.fw_file.fw_version,
3434 sizeof(ar->hw->wiphy->fw_version));
H A Dwow.c636 ar->hw->wiphy->wowlan = &ar->wow.wowlan_support;
H A Ddebug.c85 ar->hw->wiphy->fw_version,
2585 ar->hw->wiphy->debugfsdir);
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c330 sband = mvm->hw->wiphy->bands[band];
919 sband = mvm->hw->wiphy->bands[band];
966 mvm->hw->wiphy->bands[info->band];
H A Dd3.c3225 wiphy_lock(mvm->hw->wiphy);
3226 err = __iwl_mvm_suspend(mvm->hw, mvm->hw->wiphy->wowlan_config, true);
3227 wiphy_unlock(mvm->hw->wiphy);
3283 wiphy_lock(mvm->hw->wiphy);
3285 wiphy_unlock(mvm->hw->wiphy);
H A Dmvm.h2268 struct ieee80211_regdomain *iwl_mvm_get_regdomain(struct wiphy *wiphy,
2586 mvm->hw_registered ? rfkill_soft_blocked(mvm->hw->wiphy->rfkill) : false;
H A Dfw.c476 cfg80211_bss_flush(mvm->hw->wiphy);
1626 sband = mvm->hw->wiphy->bands[i++];
H A Drs-fw.c590 struct ieee80211_supported_band *sband = hw->wiphy->bands[band];
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c227 wiphy_info(mt76_hw(dev)->wiphy, "%.*s", len, msg->content);
726 else if (!cfg80211_reg_can_beacon(dev->mt76.hw->wiphy, chandef,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c290 cfg80211_background_radar_event(mphy->hw->wiphy,
325 wiphy_info(mt76_hw(dev)->wiphy, "%s: %.*s", type, len, data);
441 static void mt7915_check_he_obss_narrow_bw_ru_iter(struct wiphy *wiphy, argument
469 cfg80211_bss_iter(hw->wiphy, &vif->bss_conf.chandef,
2739 else if (!cfg80211_reg_can_beacon(phy->mt76->hw->wiphy, chandef,
H A Dmac.c661 r = &phy->mt76->hw->wiphy->bands[band]->bitrates[rate_idx];
1720 wiphy_name(dev->mt76.hw->wiphy));
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c2499 u32 vendor_id, subcmd, wiphy = 0; local
2512 wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
2514 wpa_printf(MSG_DEBUG, "nl80211: Vendor event: wiphy=%u vendor_id=0x%x subcmd=%u",
2515 wiphy, vendor_id, subcmd);
2524 if (wiphy_idx >= 0 && wiphy_idx != (int) wiphy) {
2525 wpa_printf(MSG_DEBUG, "nl80211: Ignore vendor event for foreign wiphy %u (own: %d)",
2526 wiphy, wiphy_idx);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c351 cfg80211_background_radar_event(mphy->hw->wiphy,
400 wiphy_info(mt76_hw(dev)->wiphy, "%s: %.*s", type, len, data);
2361 snprintf(dev->mt76.hw->wiphy->fw_version,
2362 sizeof(dev->mt76.hw->wiphy->fw_version),
2989 else if (!cfg80211_reg_can_beacon(phy->mt76->hw->wiphy, chandef,
H A Dmac.c1825 wiphy_name(dev->mt76.hw->wiphy));
1913 wiphy_name(dev->mt76.hw->wiphy));
1998 wiphy_name(dev->mt76.hw->wiphy));
H A Ddebugfs.c459 wiphy_name(phy->mt76->hw->wiphy), band_idx);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddebugfs.c1605 debugfs_create_symlink("ath11k", ar->hw->wiphy->debugfsdir, buf);
1624 if (ar->hw->wiphy->bands[NL80211_BAND_5GHZ]) {
H A Dwow.c873 ar->hw->wiphy->wowlan = &ar->wow.wowlan_support;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c178 mt76_hw(dev)->wiphy->bands[def->chan->band]->channels) << 1;
/freebsd-current/sys/contrib/dev/rtw89/
H A Dcore.h5301 void (*reg_notifier)(struct wiphy *wiphy, struct regulatory_request *request));
5302 void rtw89_regd_notifier(struct wiphy *wiphy, struct regulatory_request *request);
H A Dmac.c4170 static void rtw89_mac_check_he_obss_narrow_bw_ru_iter(struct wiphy *wiphy, argument
4203 cfg80211_bss_iter(hw->wiphy, &vif->bss_conf.chandef,
4806 u32 rts_threshold = hw->wiphy->rts_threshold;
H A Dmac80211.c774 } else if (rx_ant != hw->wiphy->available_antennas_rx && rx_ant != hal->antenna_rx) {
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Ddma.c936 wiphy_name(dev->hw->wiphy));
H A Dmt76x02_mac.c207 r = &dev->mt76.hw->wiphy->bands[band]->bitrates[rate->idx];

Completed in 577 milliseconds

1234