| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ | 
| D | cfg80211.c | 73 qtnf_validate_iface_combinations(struct wiphy *wiphy,  in qtnf_validate_iface_combinations()108 qtnf_change_virtual_intf(struct wiphy *wiphy,  in qtnf_change_virtual_intf()
 143 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev)  in qtnf_del_virtual_intf()
 180 static struct wireless_dev *qtnf_add_virtual_intf(struct wiphy *wiphy,  in qtnf_add_virtual_intf()
 310 static int qtnf_change_beacon(struct wiphy *wiphy, struct net_device *dev,  in qtnf_change_beacon()
 318 static int qtnf_start_ap(struct wiphy *wiphy, struct net_device *dev,  in qtnf_start_ap()
 332 static int qtnf_stop_ap(struct wiphy *wiphy, struct net_device *dev)  in qtnf_stop_ap()
 349 static int qtnf_set_wiphy_params(struct wiphy *wiphy, u32 changed)  in qtnf_set_wiphy_params()
 369 qtnf_mgmt_frame_register(struct wiphy *wiphy, struct wireless_dev *wdev,  in qtnf_mgmt_frame_register()
 421 qtnf_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,  in qtnf_mgmt_tx()
 [all …]
 
 | 
| /Linux-v5.4/net/mac80211/ | 
| D | cfg.c | 115 static struct wireless_dev *ieee80211_add_iface(struct wiphy *wiphy,  in ieee80211_add_iface()143 static int ieee80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev)  in ieee80211_del_iface()
 150 static int ieee80211_change_iface(struct wiphy *wiphy,  in ieee80211_change_iface()
 178 static int ieee80211_start_p2p_device(struct wiphy *wiphy,  in ieee80211_start_p2p_device()
 193 static void ieee80211_stop_p2p_device(struct wiphy *wiphy,  in ieee80211_stop_p2p_device()
 199 static int ieee80211_start_nan(struct wiphy *wiphy,  in ieee80211_start_nan()
 225 static void ieee80211_stop_nan(struct wiphy *wiphy,  in ieee80211_stop_nan()
 234 static int ieee80211_nan_change_conf(struct wiphy *wiphy,  in ieee80211_nan_change_conf()
 264 static int ieee80211_add_nan_func(struct wiphy *wiphy,  in ieee80211_add_nan_func()
 319 static void ieee80211_del_nan_func(struct wiphy *wiphy,  in ieee80211_del_nan_func()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ | 
| D | regd.c | 262 static void rtw_regd_apply_beaconing_flags(struct wiphy *wiphy,  in rtw_regd_apply_beaconing_flags()292 static void rtw_regd_apply_hw_cap_flags(struct wiphy *wiphy)  in rtw_regd_apply_hw_cap_flags()
 324 static void rtw_regd_apply_world_flags(struct wiphy *wiphy,  in rtw_regd_apply_world_flags()
 343 				   struct wiphy *wiphy,  in rtw_regd_notifier_apply()
 355 rtw_regd_init_wiphy(struct rtw_regulatory *reg, struct wiphy *wiphy,  in rtw_regd_init_wiphy()
 356 		    void (*reg_notifier)(struct wiphy *wiphy,  in rtw_regd_init_wiphy()
 371 		  void (*reg_notifier)(struct wiphy *wiphy,  in rtw_regd_init()
 374 	struct wiphy *wiphy = rtwdev->hw->wiphy;  in rtw_regd_init()  local
 385 void rtw_regd_notifier(struct wiphy *wiphy, struct regulatory_request *request)  in rtw_regd_notifier()
 
 | 
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/ | 
| D | regd.c | 131 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-v5.4/drivers/net/wireless/ath/ | 
| D | regd.c | 266 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()
 375 ath_reg_apply_ir_flags(struct wiphy *wiphy,  in ath_reg_apply_ir_flags()
 403 static void ath_reg_apply_radar_flags(struct wiphy *wiphy,  in ath_reg_apply_radar_flags()
 435 static void ath_reg_apply_world_flags(struct wiphy *wiphy,  in ath_reg_apply_world_flags()
 470 static int __ath_reg_dyn_country(struct wiphy *wiphy,  in __ath_reg_dyn_country()
 494 static void ath_reg_dyn_country(struct wiphy *wiphy,  in ath_reg_dyn_country()
 [all …]
 
 | 
| /Linux-v5.4/net/wireless/ | 
| D | chan.c | 343 static void cfg80211_set_chans_dfs_state(struct wiphy *wiphy, u32 center_freq,  in cfg80211_set_chans_dfs_state()362 void cfg80211_set_dfs_state(struct wiphy *wiphy,  in cfg80211_set_dfs_state()
 410 static int cfg80211_get_chans_dfs_required(struct wiphy *wiphy,  in cfg80211_get_chans_dfs_required()
 432 int cfg80211_chandef_dfs_required(struct wiphy *wiphy,  in cfg80211_chandef_dfs_required()
 489 static int cfg80211_get_chans_dfs_usable(struct wiphy *wiphy,  in cfg80211_get_chans_dfs_usable()
 526 bool cfg80211_chandef_dfs_usable(struct wiphy *wiphy,  in cfg80211_chandef_dfs_usable()
 635 static bool cfg80211_is_wiphy_oper_chan(struct wiphy *wiphy,  in cfg80211_is_wiphy_oper_chan()
 657 bool cfg80211_any_wiphy_oper_chan(struct wiphy *wiphy,  in cfg80211_any_wiphy_oper_chan()
 678 static bool cfg80211_get_chans_dfs_available(struct wiphy *wiphy,  in cfg80211_get_chans_dfs_available()
 714 static bool cfg80211_chandef_dfs_available(struct wiphy *wiphy,  in cfg80211_chandef_dfs_available()
 [all …]
 
 | 
| D | reg.c | 142 const struct ieee80211_regdomain *get_wiphy_regdom(struct wiphy *wiphy)  in get_wiphy_regdom()162 enum nl80211_dfs_regions reg_get_dfs_region(struct wiphy *wiphy)  in reg_get_dfs_region()
 1130 static const struct ieee80211_regdomain *reg_get_regdomain(struct wiphy *wiphy)  in reg_get_regdomain()
 1614 __freq_reg_info(struct wiphy *wiphy, u32 center_freq, u32 min_bw)  in __freq_reg_info()
 1629 const struct ieee80211_reg_rule *freq_reg_info(struct wiphy *wiphy,  in freq_reg_info()
 1696 static void handle_channel(struct wiphy *wiphy,  in handle_channel()
 1803 static void handle_band(struct wiphy *wiphy,  in handle_band()
 1846 static bool reg_dev_ignore_cell_hint(struct wiphy *wiphy)  in reg_dev_ignore_cell_hint()
 1857 static bool reg_dev_ignore_cell_hint(struct wiphy *wiphy)  in reg_dev_ignore_cell_hint()
 1863 static bool wiphy_strict_alpha2_regd(struct wiphy *wiphy)  in wiphy_strict_alpha2_regd()
 [all …]
 
 | 
| D | core.c | 73 int get_wiphy_idx(struct wiphy *wiphy)  in get_wiphy_idx()262 void cfg80211_shutdown_all_interfaces(struct wiphy *wiphy)  in cfg80211_shutdown_all_interfaces()
 546 static int wiphy_verify_combinations(struct wiphy *wiphy)  in wiphy_verify_combinations()
 646 int wiphy_register(struct wiphy *wiphy)  in wiphy_register()
 963 void wiphy_rfkill_start_polling(struct wiphy *wiphy)  in wiphy_rfkill_start_polling()
 974 void wiphy_rfkill_stop_polling(struct wiphy *wiphy)  in wiphy_rfkill_stop_polling()
 982 void wiphy_unregister(struct wiphy *wiphy)  in wiphy_unregister()
 1054 void wiphy_free(struct wiphy *wiphy)  in wiphy_free()
 1060 void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked)  in wiphy_rfkill_set_hw_state()
 1204 void cfg80211_stop_iface(struct wiphy *wiphy, struct wireless_dev *wdev,  in cfg80211_stop_iface()
 
 | 
| D | scan.c | 627 void cfg80211_sched_scan_results(struct wiphy *wiphy, u64 reqid)  in cfg80211_sched_scan_results()645 void cfg80211_sched_scan_stopped_rtnl(struct wiphy *wiphy, u64 reqid)  in cfg80211_sched_scan_stopped_rtnl()
 657 void cfg80211_sched_scan_stopped(struct wiphy *wiphy, u64 reqid)  in cfg80211_sched_scan_stopped()
 913 struct cfg80211_bss *cfg80211_get_bss(struct wiphy *wiphy,  in cfg80211_get_bss()
 1300 cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen,  in cfg80211_get_bss_channel()
 1364 cfg80211_inform_single_bss_data(struct wiphy *wiphy,  in cfg80211_inform_single_bss_data()
 1541 static void cfg80211_parse_mbssid_data(struct wiphy *wiphy,  in cfg80211_parse_mbssid_data()
 1659 cfg80211_inform_bss_data(struct wiphy *wiphy,  in cfg80211_inform_bss_data()
 1683 cfg80211_parse_mbssid_frame_data(struct wiphy *wiphy,  in cfg80211_parse_mbssid_frame_data()
 1704 cfg80211_update_notlisted_nontrans(struct wiphy *wiphy,  in cfg80211_update_notlisted_nontrans()
 [all …]
 
 | 
| D | of.c | 21 static bool wiphy_freq_limits_valid_chan(struct wiphy *wiphy,  in wiphy_freq_limits_valid_chan()41 static void wiphy_freq_limits_apply(struct wiphy *wiphy,  in wiphy_freq_limits_apply()
 74 void wiphy_read_of_freq_limits(struct wiphy *wiphy)  in wiphy_read_of_freq_limits()
 
 | 
| D | mlme.c | 28 	struct wiphy *wiphy = wdev->wiphy;  in cfg80211_rx_assoc_resp()  local136 	struct wiphy *wiphy = wdev->wiphy;  in cfg80211_auth_timeout()  local
 149 	struct wiphy *wiphy = wdev->wiphy;  in cfg80211_assoc_timeout()  local
 165 	struct wiphy *wiphy = wdev->wiphy;  in cfg80211_abandon_assoc()  local
 197 	struct wiphy *wiphy = dev->ieee80211_ptr->wiphy;  in cfg80211_michael_mic_failure()  local
 475 	struct wiphy *wiphy = wdev->wiphy;  in cfg80211_mlme_register_mgmt()  local
 541 	struct wiphy *wiphy = wdev->wiphy;  in cfg80211_mlme_unregister_socket()  local
 702 	struct wiphy *wiphy = wdev->wiphy;  in cfg80211_rx_mgmt()  local
 770 	struct wiphy *wiphy;  in cfg80211_dfs_channels_update_work()  local
 845 void cfg80211_radar_event(struct wiphy *wiphy,  in cfg80211_radar_event()
 [all …]
 
 | 
| D | sysfs.c | 43 	struct wiphy *wiphy = &dev_to_rdev(dev)->wiphy;  in name_show()  local53 	struct wiphy *wiphy = &dev_to_rdev(dev)->wiphy;  in addresses_show()  local
 150 	struct wiphy *wiphy = container_of(d, struct wiphy, dev);  in wiphy_namespace()  local
 
 | 
| /Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ | 
| D | wifi_regd.c | 60 static void _rtw_reg_apply_flags(struct wiphy *wiphy)  in _rtw_reg_apply_flags()104 static int _rtw_reg_notifier_apply(struct wiphy *wiphy,  in _rtw_reg_notifier_apply()
 121 				 struct wiphy *wiphy,  in _rtw_regd_init_wiphy()
 122 				 void (*reg_notifier)(struct wiphy *wiphy,  in _rtw_regd_init_wiphy()
 143 		  void (*reg_notifier)(struct wiphy *wiphy,  in rtw_regd_init()
 146 	struct wiphy *wiphy = padapter->rtw_wdev->wiphy;  in rtw_regd_init()  local
 153 void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request)  in rtw_reg_notifier()
 
 | 
| D | ioctl_cfg80211.c | 255 	struct wiphy *wiphy = wdev->wiphy;  in rtw_cfg80211_inform_bss()  local423 	struct wiphy *wiphy = pwdev->wiphy;  in rtw_cfg80211_ibss_indicate_connect()  local
 523 		struct wiphy *wiphy = pwdev->wiphy;  in rtw_cfg80211_indicate_connect()  local
 1060 static int cfg80211_rtw_add_key(struct wiphy *wiphy, struct net_device *ndev,  in cfg80211_rtw_add_key()
 1165 static int cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev,  in cfg80211_rtw_get_key()
 1175 static int cfg80211_rtw_del_key(struct wiphy *wiphy, struct net_device *ndev,  in cfg80211_rtw_del_key()
 1192 static int cfg80211_rtw_set_default_key(struct wiphy *wiphy,  in cfg80211_rtw_set_default_key()
 1224 static int cfg80211_rtw_get_station(struct wiphy *wiphy,  in cfg80211_rtw_get_station()
 1297 static int cfg80211_rtw_change_iface(struct wiphy *wiphy,  in cfg80211_rtw_change_iface()
 1411 	struct wiphy *wiphy = pwdev->wiphy;  in rtw_cfg80211_unlink_bss()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ | 
| D | cfg80211.c | 146 static void *mwifiex_cfg80211_get_adapter(struct wiphy *wiphy)  in mwifiex_cfg80211_get_adapter()155 mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev,  in mwifiex_cfg80211_del_key()
 208 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,  in mwifiex_cfg80211_mgmt_tx()
 272 mwifiex_cfg80211_mgmt_frame_register(struct wiphy *wiphy,  in mwifiex_cfg80211_mgmt_frame_register()
 297 mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy,  in mwifiex_cfg80211_remain_on_channel()
 339 mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy,  in mwifiex_cfg80211_cancel_remain_on_channel()
 369 mwifiex_cfg80211_set_tx_power(struct wiphy *wiphy,  in mwifiex_cfg80211_set_tx_power()
 404 mwifiex_cfg80211_get_tx_power(struct wiphy *wiphy,  in mwifiex_cfg80211_get_tx_power()
 429 mwifiex_cfg80211_set_power_mgmt(struct wiphy *wiphy,  in mwifiex_cfg80211_set_power_mgmt()
 449 mwifiex_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *netdev,  in mwifiex_cfg80211_set_default_key()
 [all …]
 
 | 
| /Linux-v5.4/drivers/staging/wilc1000/ | 
| D | wilc_wfi_cfgoperations.c | 85 		struct wiphy *wiphy = priv->dev->ieee80211_ptr->wiphy;  in cfg_scan_result()  local200 static int set_channel(struct wiphy *wiphy,  in set_channel()
 226 static int scan(struct wiphy *wiphy, struct cfg80211_scan_request *request)  in scan()
 265 static int connect(struct wiphy *wiphy, struct net_device *dev,  in connect()
 419 static int disconnect(struct wiphy *wiphy, struct net_device *dev,  in disconnect()
 508 static int add_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,  in add_key()
 618 static int del_key(struct wiphy *wiphy, struct net_device *netdev,  in del_key()
 658 static int get_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,  in get_key()
 685 static int set_default_key(struct wiphy *wiphy, struct net_device *netdev,  in set_default_key()
 695 static int get_station(struct wiphy *wiphy, struct net_device *dev,  in get_station()
 [all …]
 
 | 
| /Linux-v5.4/drivers/staging/wlan-ng/ | 
| D | cfg80211.c | 103 static int prism2_change_virtual_intf(struct wiphy *wiphy,  in prism2_change_virtual_intf()145 static int prism2_add_key(struct wiphy *wiphy, struct net_device *dev,  in prism2_add_key()
 174 static int prism2_get_key(struct wiphy *wiphy, struct net_device *dev,  in prism2_get_key()
 204 static int prism2_del_key(struct wiphy *wiphy, struct net_device *dev,  in prism2_del_key()
 229 static int prism2_set_default_key(struct wiphy *wiphy, struct net_device *dev,  in prism2_set_default_key()
 239 static int prism2_get_station(struct wiphy *wiphy, struct net_device *dev,  in prism2_get_station()
 272 static int prism2_scan(struct wiphy *wiphy,  in prism2_scan()
 391 static int prism2_set_wiphy_params(struct wiphy *wiphy, u32 changed)  in prism2_set_wiphy_params()
 433 static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,  in prism2_connect()
 541 static int prism2_disconnect(struct wiphy *wiphy, struct net_device *dev,  in prism2_disconnect()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/wireless/intersil/orinoco/ | 
| D | cfg.c | 24 void orinoco_wiphy_init(struct wiphy *wiphy)  in orinoco_wiphy_init()34 int orinoco_wiphy_register(struct wiphy *wiphy)  in orinoco_wiphy_register()
 99 static int orinoco_change_vif(struct wiphy *wiphy, struct net_device *dev,  in orinoco_change_vif()
 142 static int orinoco_scan(struct wiphy *wiphy,  in orinoco_scan()
 164 static int orinoco_set_monitor_channel(struct wiphy *wiphy,  in orinoco_set_monitor_channel()
 203 static int orinoco_set_wiphy_params(struct wiphy *wiphy, u32 changed)  in orinoco_set_wiphy_params()
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/wil6210/ | 
| D | cfg80211.c | 128 	struct wiphy *wiphy = wil_to_wiphy(wil);  in update_supported_bands()  local524 static int wil_cfg80211_get_station(struct wiphy *wiphy,  in wil_cfg80211_get_station()
 564 static int wil_cfg80211_dump_station(struct wiphy *wiphy,  in wil_cfg80211_dump_station()
 585 static int wil_cfg80211_start_p2p_device(struct wiphy *wiphy,  in wil_cfg80211_start_p2p_device()
 595 static void wil_cfg80211_stop_p2p_device(struct wiphy *wiphy,  in wil_cfg80211_stop_p2p_device()
 660 wil_cfg80211_add_iface(struct wiphy *wiphy, const char *name,  in wil_cfg80211_add_iface()
 761 static int wil_cfg80211_del_iface(struct wiphy *wiphy,  in wil_cfg80211_del_iface()
 809 static int wil_cfg80211_change_iface(struct wiphy *wiphy,  in wil_cfg80211_change_iface()
 876 static int wil_cfg80211_scan(struct wiphy *wiphy,  in wil_cfg80211_scan()
 1020 static void wil_cfg80211_abort_scan(struct wiphy *wiphy,  in wil_cfg80211_abort_scan()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ | 
| D | cfg80211.c | 454 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-v5.4/drivers/net/wireless/ti/wlcore/ | 
| D | vendor_cmd.c | 27 wlcore_vendor_cmd_smart_config_start(struct wiphy *wiphy,  in wlcore_vendor_cmd_smart_config_start()74 wlcore_vendor_cmd_smart_config_stop(struct wiphy *wiphy,  in wlcore_vendor_cmd_smart_config_stop()
 108 wlcore_vendor_cmd_smart_config_set_group_key(struct wiphy *wiphy,  in wlcore_vendor_cmd_smart_config_set_group_key()
 201 void wlcore_set_vendor_commands(struct wiphy *wiphy)  in wlcore_set_vendor_commands()
 
 | 
| /Linux-v5.4/drivers/net/wireless/ | 
| D | virt_wifi.c | 139 static int virt_wifi_scan(struct wiphy *wiphy,  in virt_wifi_scan()169 	struct wiphy *wiphy = priv_to_wiphy(priv);  in virt_wifi_scan_result()  local
 187 static void virt_wifi_cancel_scan(struct wiphy *wiphy)  in virt_wifi_cancel_scan()
 214 static int virt_wifi_connect(struct wiphy *wiphy, struct net_device *netdev,  in virt_wifi_connect()
 275 static int virt_wifi_disconnect(struct wiphy *wiphy, struct net_device *netdev,  in virt_wifi_disconnect()
 294 static int virt_wifi_get_station(struct wiphy *wiphy, struct net_device *dev,  in virt_wifi_get_station()
 319 static int virt_wifi_dump_station(struct wiphy *wiphy, struct net_device *dev,  in virt_wifi_dump_station()
 346 	struct wiphy *wiphy;  in virt_wifi_make_wiphy()  local
 380 static void virt_wifi_destroy_wiphy(struct wiphy *wiphy)  in virt_wifi_destroy_wiphy()
 
 | 
| /Linux-v5.4/drivers/net/wireless/marvell/libertas/ | 
| D | cfg.c | 441 static int lbs_cfg_set_monitor_channel(struct wiphy *wiphy,  in lbs_cfg_set_monitor_channel()456 static int lbs_cfg_set_mesh_channel(struct wiphy *wiphy,  in lbs_cfg_set_mesh_channel()
 630 			struct wiphy *wiphy = priv->wdev->wiphy;  in lbs_ret_scan()  local
 792 static int lbs_cfg_scan(struct wiphy *wiphy,  in lbs_cfg_scan()
 1221 _new_connect_scan_req(struct wiphy *wiphy, struct cfg80211_connect_params *sme)  in _new_connect_scan_req()
 1272 static int lbs_cfg_connect(struct wiphy *wiphy, struct net_device *dev,  in lbs_cfg_connect()
 1421 static int lbs_cfg_disconnect(struct wiphy *wiphy, struct net_device *dev,  in lbs_cfg_disconnect()
 1435 static int lbs_cfg_set_default_key(struct wiphy *wiphy,  in lbs_cfg_set_default_key()
 1455 static int lbs_cfg_add_key(struct wiphy *wiphy, struct net_device *netdev,  in lbs_cfg_add_key()
 1516 static int lbs_cfg_del_key(struct wiphy *wiphy, struct net_device *netdev,  in lbs_cfg_del_key()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ | 
| D | cfg80211.c | 550 struct wireless_dev *brcmf_ap_add_vif(struct wiphy *wiphy, const char *name,  in brcmf_ap_add_vif()622 static struct wireless_dev *brcmf_cfg80211_add_iface(struct wiphy *wiphy,  in brcmf_cfg80211_add_iface()
 768 static int brcmf_cfg80211_del_ap_iface(struct wiphy *wiphy,  in brcmf_cfg80211_del_ap_iface()
 803 int brcmf_cfg80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev)  in brcmf_cfg80211_del_iface()
 846 brcmf_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev,  in brcmf_cfg80211_change_iface()
 1085 brcmf_cfg80211_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request)  in brcmf_cfg80211_scan()
 1195 static s32 brcmf_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed)  in brcmf_cfg80211_set_wiphy_params()
 1321 brcmf_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *ndev,  in brcmf_cfg80211_join_ibss()
 1473 brcmf_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *ndev)  in brcmf_cfg80211_leave_ibss()
 1880 brcmf_cfg80211_connect(struct wiphy *wiphy, struct net_device *ndev,  in brcmf_cfg80211_connect()
 [all …]
 
 | 
| /Linux-v5.4/include/net/ | 
| D | cfg80211.h | 504 static inline void wiphy_read_of_freq_limits(struct wiphy *wiphy)  in wiphy_read_of_freq_limits()1950 	struct wiphy *wiphy;  member
 2093 	struct wiphy *wiphy;  member
 4536 struct wiphy {  struct
 4540 	u8 perm_addr[ETH_ALEN];
 4541 	u8 addr_mask[ETH_ALEN];
 4543 	struct mac_address *addresses;
 4545 	const struct ieee80211_txrx_stypes *mgmt_stypes;
 4547 	const struct ieee80211_iface_combination *iface_combinations;
 4548 	int n_iface_combinations;
 [all …]
 
 |