Home
last modified time | relevance | path

Searched defs:wiphy (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-head/sys/contrib/dev/athk/
HDregd.c266 static void ath_force_clear_no_ir_chan(struct wiphy *wiphy, in ath_force_clear_no_ir_chan()
280 static void ath_force_clear_no_ir_freq(struct wiphy *wiphy, u16 center_freq) in ath_force_clear_no_ir_freq()
296 static void ath_force_no_ir_freq(struct wiphy *wiphy, u16 center_freq) in ath_force_no_ir_freq()
308 __ath_reg_apply_beaconing_flags(struct wiphy *wiphy, in __ath_reg_apply_beaconing_flags()
339 ath_reg_apply_beaconing_flags(struct wiphy *wiphy, in ath_reg_apply_beaconing_flags()
376 ath_reg_apply_ir_flags(struct wiphy *wiphy, in ath_reg_apply_ir_flags()
404 static void ath_reg_apply_radar_flags(struct wiphy *wiphy, in ath_reg_apply_radar_flags()
436 static void ath_reg_apply_world_flags(struct wiphy *wiphy, in ath_reg_apply_world_flags()
471 static int __ath_reg_dyn_country(struct wiphy *wiphy, in __ath_reg_dyn_country()
495 static void ath_reg_dyn_country(struct wiphy *wiphy, in ath_reg_dyn_country()
[all …]
/freebsd-head/sys/compat/linuxkpi/common/include/net/
HDcfg80211.h403 struct wiphy *wiphy; member
1223 struct wiphy *wiphy; member
1227 struct wiphy { struct
1240 const struct wiphy_iftype_ext_capab *iftype_ext_capab; argument
1247 void(*reg_notifier)(struct wiphy *, struct regulatory_request *); argument
1250 const struct wiphy_vendor_command *vendor_commands; argument
1259 const struct wiphy_radio *radio; argument
1275 const struct wiphy_wowlan_support *wowlan; argument
1282 #define lockdep_assert_wiphy(wiphy) \ argument
1291 struct wiphy *wiphy; member
[all …]
HDmac80211.h484 struct wiphy *wiphy; member
1298 wiphy_to_ieee80211_hw(struct wiphy *wiphy) in wiphy_to_ieee80211_hw()
1759 wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool state) in wiphy_rfkill_set_hw_state()
/freebsd-head/sys/contrib/dev/rtw88/
HDregd.c278 static void rtw_regd_apply_hw_cap_flags(struct wiphy *wiphy) in rtw_regd_apply_hw_cap_flags()
338 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw_regd_init() local
371 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw_regd_hint() local
398 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw_regd_mgmt_worldwide() local
428 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw_regd_mgmt_setting() local
460 void rtw_regd_notifier(struct wiphy *wiphy, struct regulatory_request *request) in rtw_regd_notifier()
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7921/
HDinit.c47 struct wiphy *wiphy = phy->mt76->hw->wiphy; in mt7921_thermal_init() local
66 mt7921_regd_channel_update(struct wiphy *wiphy, struct mt792x_dev *dev) in mt7921_regd_channel_update()
129 struct wiphy *wiphy = hw->wiphy; in mt7921_regd_update() local
139 mt7921_regd_notifier(struct wiphy *wiphy, in mt7921_regd_notifier()
/freebsd-head/sys/contrib/dev/rtw89/
HDregd.c345 struct wiphy *wiphy) in rtw89_regd_setup_unii4()
519 static void rtw89_regd_setup_6ghz(struct rtw89_dev *rtwdev, struct wiphy *wiphy) in rtw89_regd_setup_6ghz()
576 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw89_regd_setup() local
589 void (*reg_notifier)(struct wiphy *wiphy, in rtw89_regd_init()
594 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw89_regd_init() local
629 struct wiphy *wiphy) in rtw89_regd_apply_policy_unii4()
687 struct wiphy *wiphy) in rtw89_regd_apply_policy_6ghz()
705 struct wiphy *wiphy, in rtw89_regd_notifier_apply()
723 void rtw89_regd_notifier(struct wiphy *wiphy, struct regulatory_request *request) in rtw89_regd_notifier()
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7615/
HDinit.c51 struct wiphy *wiphy = mt76_hw(dev)->wiphy; in mt7615_thermal_init() local
193 struct wiphy *wiphy = hw->wiphy; in mt7615_check_offload_capability() local
333 mt7615_regd_notifier(struct wiphy *wiphy, in mt7615_regd_notifier()
365 struct wiphy *wiphy = hw->wiphy; in mt7615_init_wiphy() local
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7925/
HDinit.c47 struct wiphy *wiphy = phy->mt76->hw->wiphy; in mt7925_thermal_init() local
79 mt7925_regd_notifier(struct wiphy *wiphy, in mt7925_regd_notifier()
HDmain.c241 struct wiphy *wiphy = phy->mt76->hw->wiphy; in mt7925_init_mlo_caps() local
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7996/
HDinit.c203 struct wiphy *wiphy = phy->mt76->hw->wiphy; in mt7996_unregister_thermal() local
216 struct wiphy *wiphy = phy->mt76->hw->wiphy; in mt7996_thermal_init() local
357 mt7996_regd_notifier(struct wiphy *wiphy, in mt7996_regd_notifier()
381 struct wiphy *wiphy = hw->wiphy; in mt7996_init_wiphy_band() local
443 struct wiphy *wiphy = hw->wiphy; in mt7996_init_wiphy() local
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7915/
HDinit.c186 struct wiphy *wiphy = phy->mt76->hw->wiphy; in mt7915_unregister_thermal() local
199 struct wiphy *wiphy = phy->mt76->hw->wiphy; in mt7915_thermal_init() local
345 mt7915_regd_notifier(struct wiphy *wiphy, in mt7915_regd_notifier()
371 struct wiphy *wiphy = hw->wiphy; in mt7915_init_wiphy() local
/freebsd-head/sys/contrib/dev/athk/ath12k/
HDreg.c47 ath12k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) in ath12k_reg_notifier()
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7603/
HDinit.c425 mt7603_regd_notifier(struct wiphy *wiphy, in mt7603_regd_notifier()
499 struct wiphy *wiphy = hw->wiphy; in mt7603_register_device() local
/freebsd-head/sys/compat/linuxkpi/common/src/
HDlinux_80211.c1167 linuxkpi_ieee80211_get_channel(struct wiphy *wiphy, uint32_t freq) in linuxkpi_ieee80211_get_channel()
5820 struct wiphy *wiphy; local
5955 linuxkpi_wiphy_to_ieee80211_hw(struct wiphy *wiphy)
6460 linuxkpi_regulatory_set_wiphy_regd_sync(struct wiphy *wiphy,
7043 struct wiphy *wiphy; local
7073 linuxkpi_wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk)
7094 linuxkpi_wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk)
7108 linuxkpi_wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk)
7145 linuxkpi_wiphy_delayed_work_queue(struct wiphy *wiphy,
7159 linuxkpi_wiphy_delayed_work_cancel(struct wiphy *wiphy,
[all …]
/freebsd-head/sys/contrib/dev/mediatek/mt76/
HDmt76x02_txrx.c80 struct wiphy *wiphy = dev->mt76.hw->wiphy; in mt76x02_tx_get_max_txpwr_adj() local
HDmt76x02_util.c143 struct wiphy *wiphy = hw->wiphy; in mt76x02_init_device() local
679 struct wiphy *wiphy = hw->wiphy; in mt76x02_config_mac_addr_list() local
HDmt792x_core.c603 struct wiphy *wiphy = hw->wiphy; in mt792x_init_wiphy() local
958 struct wiphy *wiphy = hw->wiphy; in mt792x_config_mac_addr_list() local
HDmt76x02_dfs.c885 void mt76x02_regd_notifier(struct wiphy *wiphy, in mt76x02_regd_notifier()
HDmac80211.c440 struct wiphy *wiphy = hw->wiphy; in mt76_phy_init() local
HDmt76_connac_mcu.c2757 struct wiphy *wiphy = phy->hw->wiphy; in mt76_connac_mcu_bss_basic_tlv() local
/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDlink.c699 struct wiphy *wiphy = mvm->hw->wiphy; in iwl_mvm_esr_disallowed_with_link() local
775 struct wiphy *wiphy = ieee80211_vif_to_wdev(vif)->wiphy; in iwl_mvm_get_esr_grade() local
HDops.c1216 static void iwl_mvm_trig_link_selection(struct wiphy *wiphy, in iwl_mvm_trig_link_selection()
1672 static void iwl_mvm_async_handlers_wiphy_wk(struct wiphy *wiphy, in iwl_mvm_async_handlers_wiphy_wk()
HDmac80211.c124 struct ieee80211_regdomain *iwl_mvm_get_regdomain(struct wiphy *wiphy, in iwl_mvm_get_regdomain()
1697 static void iwl_mvm_prevent_esr_done_wk(struct wiphy *wiphy, in iwl_mvm_prevent_esr_done_wk()
1710 static void iwl_mvm_mlo_int_scan_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mvm_mlo_int_scan_wk()
1721 static void iwl_mvm_unblock_esr_tpt(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mvm_unblock_esr_tpt()
3610 static void iwl_mvm_check_he_obss_narrow_bw_ru_iter(struct wiphy *wiphy, in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
/freebsd-head/sys/contrib/dev/athk/ath11k/
HDreg.c47 ath11k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) in ath11k_reg_notifier()
/freebsd-head/contrib/wpa/src/drivers/
HDdriver_nl80211_event.c3309 u32 vendor_id, subcmd, wiphy = 0; in nl80211_vendor_event() local

12