Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/athk/
H A Dregd.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/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h424 struct wiphy *wiphy; member
1099 struct wiphy *wiphy; member
1103 struct wiphy { struct
1116 const struct wiphy_iftype_ext_capab *iftype_ext_capab; argument
1123 void(*reg_notifier)(struct wiphy *, struct regulatory_request *); argument
1126 const struct wiphy_vendor_command *vendor_commands; argument
1135 const struct wiphy_radio *radio; argument
1151 const struct wiphy_wowlan_support *wowlan; argument
1158 #define lockdep_assert_wiphy(wiphy) \ argument
1167 struct wiphy *wiphy; member
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dregd.c278 static void rtw_regd_apply_hw_cap_flags(struct wiphy *wiphy) in rtw_regd_apply_hw_cap_flags() argument
338 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw_regd_init() local
371 struct wiphy *wiphy = rtwdev->hw->wiphy; rtw_regd_hint() local
398 struct wiphy *wiphy = rtwdev->hw->wiphy; rtw_regd_mgmt_worldwide() local
428 struct wiphy *wiphy = rtwdev->hw->wiphy; rtw_regd_mgmt_setting() local
460 rtw_regd_notifier(struct wiphy * wiphy,struct regulatory_request * request) rtw_regd_notifier() argument
[all...]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.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/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dinit.c47 struct wiphy *wiphy = phy->mt76->hw->wiphy; in mt7925_thermal_init() local
111 mt7925_regd_channel_update(struct wiphy *wiphy, struct mt792x_dev *dev) in mt7925_regd_channel_update()
162 struct wiphy *wiphy = hw->wiphy; in mt7925_regd_update() local
176 mt7925_regd_notifier(struct wiphy *wiphy, in mt7925_regd_notifier()
/freebsd/sys/contrib/dev/rtw89/
H A Dregd.c360 struct wiphy *wiphy) in rtw89_regd_setup_unii4()
573 static void rtw89_regd_setup_6ghz(struct rtw89_dev *rtwdev, struct wiphy *wiphy) in rtw89_regd_setup_6ghz()
690 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw89_regd_setup() local
717 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw89_regd_init_hint() local
750 struct wiphy *wiphy) in rtw89_regd_apply_policy_unii4()
808 struct wiphy *wiphy) in rtw89_regd_apply_policy_6ghz()
862 struct wiphy *wiphy, in rtw89_regd_notifier_apply()
883 void rtw89_regd_notifier(struct wiphy *wiphy, struct regulatory_request *request) in rtw89_regd_notifier()
H A Dps.c433 static void rtw89_ps_noa_once_set_work(struct wiphy *wiphy, struct wiphy_work *work) in rtw89_ps_noa_once_set_work()
443 static void rtw89_ps_noa_once_clr_work(struct wiphy *wiphy, struct wiphy_work *work) in rtw89_ps_noa_once_clr_work()
473 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw89_p2p_noa_once_cancel() local
490 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw89_p2p_noa_once_recalc() local
H A Dcore.c986 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw89_core_tx_btc_spec_pkt_notify() local
2197 static void rtw89_cancel_6ghz_probe_work(struct wiphy *wiphy, struct wiphy_work *work) in rtw89_cancel_6ghz_probe_work()
3370 static void rtw89_ips_work(struct wiphy *wiphy, struct wiphy_work *work) in rtw89_ips_work()
3625 void rtw89_roc_work(struct wiphy *wiphy, struct wiphy_work *work) in rtw89_roc_work()
3883 static void rtw89_track_ps_work(struct wiphy *wiphy, struct wiphy_work *work) in rtw89_track_ps_work()
3911 static void rtw89_track_work(struct wiphy *wiphy, struct wiphy_work *work) in rtw89_track_work()
4856 void rtw89_core_update_beacon_work(struct wiphy *wiphy, struct wiphy_work *work) in rtw89_core_update_beacon_work()
4872 void rtw89_core_csa_beacon_work(struct wiphy *wiphy, struct wiphy_work *work) in rtw89_core_csa_beacon_work()
5038 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw89_core_stop() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.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/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.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
360 mt7996_regd_notifier(struct wiphy *wiphy, in mt7996_regd_notifier()
384 struct wiphy *wiphy = hw->wiphy; in mt7996_init_wiphy_band() local
444 struct wiphy *wiphy = hw->wiphy; in mt7996_init_wiphy() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.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/sys/contrib/dev/iwlwifi/mld/
H A Dmlo.c84 void iwl_mld_emlsr_prevent_done_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_emlsr_prevent_done_wk()
99 void iwl_mld_emlsr_tmp_non_bss_done_wk(struct wiphy *wiphy, in iwl_mld_emlsr_tmp_non_bss_done_wk()
530 void iwl_mld_emlsr_check_tpt(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_emlsr_check_tpt()
646 void iwl_mld_emlsr_unblock_tpt_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_emlsr_unblock_tpt_wk()
698 struct wiphy *wiphy = mld->wiphy; in iwl_mld_emlsr_disallowed_with_link() local
919 struct wiphy *wiphy = ieee80211_vif_to_wdev(vif)->wiphy; in iwl_mld_get_emlsr_grade() local
H A Dmac80211.c111 struct wiphy *wiphy = mld->wiphy; in iwl_mld_hw_set_addresses() local
135 struct wiphy *wiphy = mld->wiphy; in iwl_mld_hw_set_channels() local
173 struct wiphy *wiphy = mld->wiphy; in iwl_mld_hw_set_antennas() local
182 struct wiphy *wiphy = mld->wiphy; in iwl_mld_hw_set_pm() local
261 struct wiphy *wiphy = hw->wiphy; in iwl_mac_hw_set_wiphy() local
1560 static void iwl_mld_check_he_obss_narrow_bw_ru_iter(struct wiphy *wiphy, in iwl_mld_check_he_obss_narrow_bw_ru_iter()
H A Dlow_latency.c90 static void iwl_mld_low_latency_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_low_latency_wk()
H A Dthermal.c37 static void iwl_mld_exit_ctkill(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_exit_ctkill()
H A Dmld.c57 struct wiphy *wiphy = mld->wiphy; in iwl_mld_hw_set_regulatory() local
H A Diface.c390 static void iwl_mld_mlo_scan_start_wk(struct wiphy *wiphy, in iwl_mld_mlo_scan_start_wk()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dreg.c47 ath12k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) in ath12k_reg_notifier()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dinit.c425 mt7603_regd_notifier(struct wiphy *wiphy, in mt7603_regd_notifier()
499 struct wiphy *wiphy = hw->wiphy; in mt7603_register_device() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1248 linuxkpi_ieee80211_get_channel(struct wiphy *wiphy, uint32_t freq) in linuxkpi_ieee80211_get_channel()
6412 struct wiphy *wiphy; local
6569 linuxkpi_wiphy_to_ieee80211_hw(struct wiphy *wiphy)
7077 linuxkpi_regulatory_set_wiphy_regd_sync(struct wiphy *wiphy,
7740 struct wiphy *wiphy; local
7770 linuxkpi_wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk)
7791 linuxkpi_wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk)
7805 linuxkpi_wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk)
7842 linuxkpi_wiphy_delayed_work_queue(struct wiphy *wiphy,
7856 linuxkpi_wiphy_delayed_work_cancel(struct wiphy *wiphy,
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_txrx.c80 struct wiphy *wiphy = dev->mt76.hw->wiphy; in mt76x02_tx_get_max_txpwr_adj() local
H A Dmt76x02_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
H A Dmt792x_core.c626 struct wiphy *wiphy = hw->wiphy; in mt792x_init_wiphy() local
983 struct wiphy *wiphy = hw->wiphy; in mt792x_config_mac_addr_list() local
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dlink.c667 struct wiphy *wiphy = mvm->hw->wiphy; in iwl_mvm_esr_disallowed_with_link() local
742 struct wiphy *wiphy = ieee80211_vif_to_wdev(vif)->wiphy; in iwl_mvm_get_esr_grade() local
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c47 ath11k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) in ath11k_reg_notifier()

12