Home
last modified time | relevance | path

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

12345

/linux-6.14.4/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c74 qtnf_validate_iface_combinations(struct wiphy *wiphy, in qtnf_validate_iface_combinations()
124 qtnf_change_virtual_intf(struct wiphy *wiphy, in qtnf_change_virtual_intf()
159 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in qtnf_del_virtual_intf()
196 static struct wireless_dev *qtnf_add_virtual_intf(struct wiphy *wiphy, in qtnf_add_virtual_intf()
333 static int qtnf_change_beacon(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_beacon()
341 static int qtnf_start_ap(struct wiphy *wiphy, struct net_device *dev, in qtnf_start_ap()
355 static int qtnf_stop_ap(struct wiphy *wiphy, struct net_device *dev, in qtnf_stop_ap()
373 static int qtnf_set_wiphy_params(struct wiphy *wiphy, u32 changed) in qtnf_set_wiphy_params()
393 qtnf_update_mgmt_frame_registrations(struct wiphy *wiphy, in qtnf_update_mgmt_frame_registrations()
447 qtnf_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_mgmt_tx()
[all …]
Devent.c140 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_bss_join() local
346 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_scan_results() local
440 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_event_handle_freq_change() local
492 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_radar() local
562 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_external_auth() local
600 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_mic_failure() local
636 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_update_owe() local
/linux-6.14.4/net/mac80211/
Dcfg.c177 static struct wireless_dev *ieee80211_add_iface(struct wiphy *wiphy, in ieee80211_add_iface()
223 static int ieee80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev) in ieee80211_del_iface()
230 static int ieee80211_change_iface(struct wiphy *wiphy, in ieee80211_change_iface()
281 static int ieee80211_start_p2p_device(struct wiphy *wiphy, in ieee80211_start_p2p_device()
296 static void ieee80211_stop_p2p_device(struct wiphy *wiphy, in ieee80211_stop_p2p_device()
302 static int ieee80211_start_nan(struct wiphy *wiphy, in ieee80211_start_nan()
328 static void ieee80211_stop_nan(struct wiphy *wiphy, in ieee80211_stop_nan()
337 static int ieee80211_nan_change_conf(struct wiphy *wiphy, in ieee80211_nan_change_conf()
367 static int ieee80211_add_nan_func(struct wiphy *wiphy, in ieee80211_add_nan_func()
422 static void ieee80211_del_nan_func(struct wiphy *wiphy, in ieee80211_del_nan_func()
[all …]
Doffchannel.c261 static void ieee80211_hw_roc_start(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_hw_roc_start()
488 static void ieee80211_roc_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_roc_work()
498 static void ieee80211_hw_roc_done(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_hw_roc_done()
671 struct wiphy *wiphy = local->hw.wiphy; in ieee80211_start_roc_work() local
704 int ieee80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, in ieee80211_remain_on_channel()
801 int ieee80211_cancel_remain_on_channel(struct wiphy *wiphy, in ieee80211_cancel_remain_on_channel()
810 int ieee80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in ieee80211_mgmt_tx()
1044 int ieee80211_mgmt_tx_cancel_wait(struct wiphy *wiphy, in ieee80211_mgmt_tx_cancel_wait()
/linux-6.14.4/drivers/net/wireless/ath/
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 …]
/linux-6.14.4/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c135 static void *mwifiex_cfg80211_get_adapter(struct wiphy *wiphy) in mwifiex_cfg80211_get_adapter()
144 mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev, in mwifiex_cfg80211_del_key()
198 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in mwifiex_cfg80211_mgmt_tx()
282 mwifiex_cfg80211_update_mgmt_frame_registrations(struct wiphy *wiphy, in mwifiex_cfg80211_update_mgmt_frame_registrations()
304 mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy, in mwifiex_cfg80211_remain_on_channel()
346 mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, in mwifiex_cfg80211_cancel_remain_on_channel()
376 mwifiex_cfg80211_set_tx_power(struct wiphy *wiphy, in mwifiex_cfg80211_set_tx_power()
411 mwifiex_cfg80211_get_tx_power(struct wiphy *wiphy, in mwifiex_cfg80211_get_tx_power()
436 mwifiex_cfg80211_set_power_mgmt(struct wiphy *wiphy, in mwifiex_cfg80211_set_power_mgmt()
456 mwifiex_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *netdev, in mwifiex_cfg80211_set_default_key()
[all …]
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/
Dregd.c131 static void _rtl_reg_apply_beaconing_flags(struct wiphy *wiphy, in _rtl_reg_apply_beaconing_flags()
182 static void _rtl_reg_apply_active_scan_flags(struct wiphy *wiphy, in _rtl_reg_apply_active_scan_flags()
236 static void _rtl_reg_apply_radar_flags(struct wiphy *wiphy) in _rtl_reg_apply_radar_flags()
270 static void _rtl_reg_apply_world_flags(struct wiphy *wiphy, in _rtl_reg_apply_world_flags()
279 static int _rtl_reg_notifier_apply(struct wiphy *wiphy, in _rtl_reg_notifier_apply()
330 struct wiphy *wiphy, in _rtl_regd_init_wiphy()
331 void (*reg_notifier)(struct wiphy *wiphy, in _rtl_regd_init_wiphy()
382 void (*reg_notifier)(struct wiphy *wiphy, in rtl_regd_init()
386 struct wiphy *wiphy = hw->wiphy; in rtl_regd_init() local
426 void rtl_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) in rtl_reg_notifier()
/linux-6.14.4/drivers/staging/rtl8723bs/os_dep/
Dwifi_regd.c55 static void _rtw_reg_apply_flags(struct wiphy *wiphy) in _rtw_reg_apply_flags()
99 static int _rtw_reg_notifier_apply(struct wiphy *wiphy, in _rtw_reg_notifier_apply()
116 struct wiphy *wiphy, in _rtw_regd_init_wiphy()
117 void (*reg_notifier)(struct wiphy *wiphy, in _rtw_regd_init_wiphy()
137 void rtw_regd_init(struct wiphy *wiphy, in rtw_regd_init()
138 void (*reg_notifier)(struct wiphy *wiphy, in rtw_regd_init()
144 void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) in rtw_reg_notifier()
Dioctl_cfg80211.c223 struct wiphy *wiphy = wdev->wiphy; in rtw_cfg80211_inform_bss() local
361 struct wiphy *wiphy = pwdev->wiphy; in rtw_cfg80211_ibss_indicate_connect() local
437 struct wiphy *wiphy = pwdev->wiphy; in rtw_cfg80211_indicate_connect() local
831 static int cfg80211_rtw_add_key(struct wiphy *wiphy, struct net_device *ndev, in cfg80211_rtw_add_key()
911 static int cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev, in cfg80211_rtw_get_key()
920 static int cfg80211_rtw_del_key(struct wiphy *wiphy, struct net_device *ndev, in cfg80211_rtw_del_key()
935 static int cfg80211_rtw_set_default_key(struct wiphy *wiphy, in cfg80211_rtw_set_default_key()
961 static int cfg80211_rtw_get_station(struct wiphy *wiphy, in cfg80211_rtw_get_station()
1021 static int cfg80211_rtw_change_iface(struct wiphy *wiphy, in cfg80211_rtw_change_iface()
1108 struct wiphy *wiphy = pwdev->wiphy; in rtw_cfg80211_unlink_bss() local
[all …]
/linux-6.14.4/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c118 struct wiphy *wiphy = priv->dev->ieee80211_ptr->wiphy; in cfg_scan_result() local
171 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; in cfg_connect_result() local
233 static int set_channel(struct wiphy *wiphy, in set_channel()
261 static int scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in scan()
299 static int connect(struct wiphy *wiphy, struct net_device *dev, in connect()
448 static int disconnect(struct wiphy *wiphy, struct net_device *dev, in disconnect()
540 static int add_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in add_key()
645 static int del_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in del_key()
686 static int get_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in get_key()
724 static int set_default_key(struct wiphy *wiphy, struct net_device *netdev, in set_default_key()
[all …]
/linux-6.14.4/net/wireless/
Dcore.c73 int get_wiphy_idx(struct wiphy *wiphy) in get_wiphy_idx()
268 void cfg80211_shutdown_all_interfaces(struct wiphy *wiphy) in cfg80211_shutdown_all_interfaces()
283 guard(wiphy)(wiphy); in cfg80211_shutdown_all_interfaces() local
365 static void cfg80211_sched_scan_stop_wk(struct wiphy *wiphy, in cfg80211_sched_scan_stop_wk()
600 int wiphy_verify_iface_combinations(struct wiphy *wiphy, in wiphy_verify_iface_combinations()
705 static int wiphy_verify_combinations(struct wiphy *wiphy) in wiphy_verify_combinations()
733 int wiphy_register(struct wiphy *wiphy) in wiphy_register()
1081 void wiphy_rfkill_start_polling(struct wiphy *wiphy) in wiphy_rfkill_start_polling()
1123 void wiphy_unregister(struct wiphy *wiphy) in wiphy_unregister()
1222 void wiphy_free(struct wiphy *wiphy) in wiphy_free()
[all …]
Dreg.c150 const struct ieee80211_regdomain *get_wiphy_regdom(struct wiphy *wiphy) in get_wiphy_regdom()
173 enum nl80211_dfs_regions reg_get_dfs_region(struct wiphy *wiphy) in reg_get_dfs_region()
1145 static const struct ieee80211_regdomain *reg_get_regdomain(struct wiphy *wiphy) in reg_get_regdomain()
1648 __freq_reg_info(struct wiphy *wiphy, u32 center_freq, u32 min_bw) in __freq_reg_info()
1665 const struct ieee80211_reg_rule *freq_reg_info(struct wiphy *wiphy, in freq_reg_info()
1774 static void handle_channel_single_rule(struct wiphy *wiphy, in handle_channel_single_rule()
1853 static void handle_channel_adjacent_rules(struct wiphy *wiphy, in handle_channel_adjacent_rules()
1973 static void handle_channel(struct wiphy *wiphy, in handle_channel()
2057 static void handle_band(struct wiphy *wiphy, in handle_band()
2100 static bool reg_dev_ignore_cell_hint(struct wiphy *wiphy) in reg_dev_ignore_cell_hint()
[all …]
Dchan.c630 void cfg80211_set_dfs_state(struct wiphy *wiphy, in cfg80211_set_dfs_state()
696 static bool cfg80211_dfs_permissive_chan(struct wiphy *wiphy, in cfg80211_dfs_permissive_chan()
727 static int cfg80211_get_chans_dfs_required(struct wiphy *wiphy, in cfg80211_get_chans_dfs_required()
747 int cfg80211_chandef_dfs_required(struct wiphy *wiphy, in cfg80211_chandef_dfs_required()
788 bool cfg80211_chandef_dfs_usable(struct wiphy *wiphy, in cfg80211_chandef_dfs_usable()
938 static bool cfg80211_is_wiphy_oper_chan(struct wiphy *wiphy, in cfg80211_is_wiphy_oper_chan()
970 bool cfg80211_any_wiphy_oper_chan(struct wiphy *wiphy, in cfg80211_any_wiphy_oper_chan()
998 static bool cfg80211_chandef_dfs_available(struct wiphy *wiphy, in cfg80211_chandef_dfs_available()
1038 cfg80211_chandef_dfs_cac_time(struct wiphy *wiphy, in cfg80211_chandef_dfs_cac_time()
1086 static bool cfg80211_edmg_usable(struct wiphy *wiphy, u8 edmg_channels, in cfg80211_edmg_usable()
[all …]
Ddebugfs.c67 struct wiphy *wiphy = file->private_data; in ht40allow_map_read() local
121 struct wiphy *wiphy; member
130 static void wiphy_locked_debugfs_read_work(struct wiphy *wiphy, in wiphy_locked_debugfs_read_work()
148 ssize_t wiphy_locked_debugfs_read(struct wiphy *wiphy, struct file *file, in wiphy_locked_debugfs_read()
152 ssize_t (*handler)(struct wiphy *wiphy, in wiphy_locked_debugfs_read()
201 struct wiphy *wiphy; member
210 static void wiphy_locked_debugfs_write_work(struct wiphy *wiphy, in wiphy_locked_debugfs_write_work()
228 ssize_t wiphy_locked_debugfs_write(struct wiphy *wiphy, in wiphy_locked_debugfs_write()
231 ssize_t (*handler)(struct wiphy *wiphy, in wiphy_locked_debugfs_write()
Dmlme.c28 struct wiphy *wiphy = wdev->wiphy; in cfg80211_rx_assoc_resp() local
173 struct wiphy *wiphy = wdev->wiphy; in cfg80211_auth_timeout() local
187 struct wiphy *wiphy = wdev->wiphy; in cfg80211_assoc_failure() local
237 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; in cfg80211_michael_mic_failure() local
744 struct wiphy *wiphy = wdev->wiphy; in cfg80211_mlme_unregister_socket() local
944 struct wiphy *wiphy = wdev->wiphy; in cfg80211_rx_mgmt_ext() local
1011 struct wiphy *wiphy; in cfg80211_dfs_channels_update_work() local
1086 void __cfg80211_radar_event(struct wiphy *wiphy, in __cfg80211_radar_event()
1118 struct wiphy *wiphy = wdev->wiphy; in cfg80211_cac_event() local
1164 struct wiphy *wiphy = &rdev->wiphy; in __cfg80211_background_cac_event() local
[all …]
/linux-6.14.4/drivers/net/wireless/ath/wil6210/
Dcfg80211.c117 struct wiphy *wiphy = wil_to_wiphy(wil); in update_supported_bands() local
535 static int wil_cfg80211_get_station(struct wiphy *wiphy, in wil_cfg80211_get_station()
575 static int wil_cfg80211_dump_station(struct wiphy *wiphy, in wil_cfg80211_dump_station()
596 static int wil_cfg80211_start_p2p_device(struct wiphy *wiphy, in wil_cfg80211_start_p2p_device()
606 static void wil_cfg80211_stop_p2p_device(struct wiphy *wiphy, in wil_cfg80211_stop_p2p_device()
671 wil_cfg80211_add_iface(struct wiphy *wiphy, const char *name, in wil_cfg80211_add_iface()
774 static int wil_cfg80211_del_iface(struct wiphy *wiphy, in wil_cfg80211_del_iface()
822 static int wil_cfg80211_change_iface(struct wiphy *wiphy, in wil_cfg80211_change_iface()
889 static int wil_cfg80211_scan(struct wiphy *wiphy, in wil_cfg80211_scan()
1030 static void wil_cfg80211_abort_scan(struct wiphy *wiphy, in wil_cfg80211_abort_scan()
[all …]
/linux-6.14.4/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c454 static int ath6kl_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev, in ath6kl_cfg80211_connect()
821 static int ath6kl_cfg80211_disconnect(struct wiphy *wiphy, in ath6kl_cfg80211_disconnect()
994 static int ath6kl_cfg80211_scan(struct wiphy *wiphy, in ath6kl_cfg80211_scan()
1126 static int ath6kl_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, in ath6kl_cfg80211_add_key()
1251 static int ath6kl_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, in ath6kl_cfg80211_del_key()
1281 static int ath6kl_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, in ath6kl_cfg80211_get_key()
1316 static int ath6kl_cfg80211_set_default_key(struct wiphy *wiphy, in ath6kl_cfg80211_set_default_key()
1379 static int ath6kl_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) in ath6kl_cfg80211_set_wiphy_params()
1406 static int ath6kl_cfg80211_set_txpower(struct wiphy *wiphy, in ath6kl_cfg80211_set_txpower()
1442 static int ath6kl_cfg80211_get_txpower(struct wiphy *wiphy, in ath6kl_cfg80211_get_txpower()
[all …]
/linux-6.14.4/drivers/net/wireless/virtual/
Dvirt_wifi.c142 static void virt_wifi_inform_bss(struct wiphy *wiphy) in virt_wifi_inform_bss()
166 static int virt_wifi_scan(struct wiphy *wiphy, in virt_wifi_scan()
188 struct wiphy *wiphy = priv_to_wiphy(priv); in virt_wifi_scan_result() local
199 static void virt_wifi_cancel_scan(struct wiphy *wiphy) in virt_wifi_cancel_scan()
228 static int virt_wifi_connect(struct wiphy *wiphy, struct net_device *netdev, in virt_wifi_connect()
302 static int virt_wifi_disconnect(struct wiphy *wiphy, struct net_device *netdev, in virt_wifi_disconnect()
321 static int virt_wifi_get_station(struct wiphy *wiphy, struct net_device *dev, in virt_wifi_get_station()
346 static int virt_wifi_dump_station(struct wiphy *wiphy, struct net_device *dev, in virt_wifi_dump_station()
373 struct wiphy *wiphy; in virt_wifi_make_wiphy() local
407 static void virt_wifi_destroy_wiphy(struct wiphy *wiphy) in virt_wifi_destroy_wiphy()
/linux-6.14.4/drivers/net/wireless/ti/wlcore/
Dvendor_cmd.c27 wlcore_vendor_cmd_smart_config_start(struct wiphy *wiphy, in wlcore_vendor_cmd_smart_config_start()
72 wlcore_vendor_cmd_smart_config_stop(struct wiphy *wiphy, in wlcore_vendor_cmd_smart_config_stop()
104 wlcore_vendor_cmd_smart_config_set_group_key(struct wiphy *wiphy, in wlcore_vendor_cmd_smart_config_set_group_key()
195 void wlcore_set_vendor_commands(struct wiphy *wiphy) in wlcore_set_vendor_commands()
/linux-6.14.4/drivers/net/wireless/realtek/rtw88/
Dregd.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()
/linux-6.14.4/include/net/
Dcfg80211.h729 static inline void wiphy_read_of_freq_limits(struct wiphy *wiphy) in wiphy_read_of_freq_limits()
2699 struct wiphy *wiphy; member
2836 struct wiphy *wiphy; member
5702 struct wiphy { struct
5705 /* assign these fields before you register the wiphy */ argument
5707 u8 perm_addr[ETH_ALEN];
5708 u8 addr_mask[ETH_ALEN];
5710 struct mac_address *addresses;
5712 const struct ieee80211_txrx_stypes *mgmt_stypes;
5714 const struct ieee80211_iface_combination *iface_combinations;
[all …]
/linux-6.14.4/drivers/net/wireless/realtek/rtw89/
Dregd.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
624 struct wiphy *wiphy) in rtw89_regd_apply_policy_unii4()
682 struct wiphy *wiphy) in rtw89_regd_apply_policy_6ghz()
700 struct wiphy *wiphy, in rtw89_regd_notifier_apply()
718 void rtw89_regd_notifier(struct wiphy *wiphy, struct regulatory_request *request) in rtw89_regd_notifier()
/linux-6.14.4/drivers/net/wireless/marvell/libertas/
Dcfg.c488 static int lbs_cfg_set_monitor_channel(struct wiphy *wiphy, in lbs_cfg_set_monitor_channel()
504 static int lbs_cfg_set_mesh_channel(struct wiphy *wiphy, in lbs_cfg_set_mesh_channel()
678 struct wiphy *wiphy = priv->wdev->wiphy; in lbs_ret_scan() local
846 static int lbs_cfg_scan(struct wiphy *wiphy, in lbs_cfg_scan()
1273 _new_connect_scan_req(struct wiphy *wiphy, struct cfg80211_connect_params *sme) in _new_connect_scan_req()
1324 static int lbs_cfg_connect(struct wiphy *wiphy, struct net_device *dev, in lbs_cfg_connect()
1473 static int lbs_cfg_disconnect(struct wiphy *wiphy, struct net_device *dev, in lbs_cfg_disconnect()
1487 static int lbs_cfg_set_default_key(struct wiphy *wiphy, in lbs_cfg_set_default_key()
1507 static int lbs_cfg_add_key(struct wiphy *wiphy, struct net_device *netdev, in lbs_cfg_add_key()
1568 static int lbs_cfg_del_key(struct wiphy *wiphy, struct net_device *netdev, in lbs_cfg_del_key()
[all …]
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c821 struct wireless_dev *brcmf_apsta_add_vif(struct wiphy *wiphy, const char *name, in brcmf_apsta_add_vif()
908 static struct wireless_dev *brcmf_mon_add_vif(struct wiphy *wiphy, in brcmf_mon_add_vif()
964 static int brcmf_mon_del_vif(struct wiphy *wiphy, struct wireless_dev *wdev) in brcmf_mon_del_vif()
978 static struct wireless_dev *brcmf_cfg80211_add_iface(struct wiphy *wiphy, in brcmf_cfg80211_add_iface()
1249 static int brcmf_cfg80211_del_apsta_iface(struct wiphy *wiphy, in brcmf_cfg80211_del_apsta_iface()
1284 int brcmf_cfg80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev) in brcmf_cfg80211_del_iface()
1328 brcmf_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_change_iface()
1516 brcmf_cfg80211_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in brcmf_cfg80211_scan()
1626 static s32 brcmf_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) in brcmf_cfg80211_set_wiphy_params()
1768 brcmf_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_join_ibss()
[all …]
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7921/
Dinit.c46 struct wiphy *wiphy = phy->mt76->hw->wiphy; in mt7921_thermal_init() local
64 mt7921_regd_channel_update(struct wiphy *wiphy, struct mt792x_dev *dev) in mt7921_regd_channel_update()
119 struct wiphy *wiphy = hw->wiphy; in mt7921_regd_update() local
129 mt7921_regd_notifier(struct wiphy *wiphy, in mt7921_regd_notifier()

12345