/Linux-v6.6/net/wireless/ |
D | rdev-ops.h | 19 trace_rdev_suspend(&rdev->wiphy, wowlan); in rdev_suspend() 20 ret = rdev->ops->suspend(&rdev->wiphy, wowlan); in rdev_suspend() 21 trace_rdev_return_int(&rdev->wiphy, ret); in rdev_suspend() 28 trace_rdev_resume(&rdev->wiphy); in rdev_resume() 29 ret = rdev->ops->resume(&rdev->wiphy); in rdev_resume() 30 trace_rdev_return_int(&rdev->wiphy, ret); in rdev_resume() 37 trace_rdev_set_wakeup(&rdev->wiphy, enabled); in rdev_set_wakeup() 38 rdev->ops->set_wakeup(&rdev->wiphy, enabled); in rdev_set_wakeup() 39 trace_rdev_return_void(&rdev->wiphy); in rdev_set_wakeup() 49 trace_rdev_add_virtual_intf(&rdev->wiphy, name, type); in rdev_add_virtual_intf() [all …]
|
D | core.c | 73 int get_wiphy_idx(struct wiphy *wiphy) in get_wiphy_idx() argument 75 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in get_wiphy_idx() 80 struct wiphy *wiphy_idx_to_wiphy(int wiphy_idx) in wiphy_idx_to_wiphy() 89 return &rdev->wiphy; in wiphy_idx_to_wiphy() 120 if (strcmp(newname, wiphy_name(&rdev2->wiphy)) == 0) in cfg80211_dev_check_name() 132 lockdep_assert_wiphy(&rdev->wiphy); in cfg80211_dev_rename() 135 if (strcmp(newname, wiphy_name(&rdev->wiphy)) == 0) in cfg80211_dev_rename() 142 result = device_rename(&rdev->wiphy.dev, newname); in cfg80211_dev_rename() 146 if (!IS_ERR_OR_NULL(rdev->wiphy.debugfsdir)) in cfg80211_dev_rename() 147 debugfs_rename(rdev->wiphy.debugfsdir->d_parent, in cfg80211_dev_rename() [all …]
|
D | trace.h | 25 #define WIPHY_ASSIGN strscpy(__entry->wiphy_name, wiphy_name(wiphy), MAXNAME) 242 TP_PROTO(struct wiphy *wiphy, struct cfg80211_wowlan *wow), 243 TP_ARGS(wiphy, wow), 280 TP_PROTO(struct wiphy *wiphy, int ret), 281 TP_ARGS(wiphy, ret), 294 TP_PROTO(struct wiphy *wiphy, struct cfg80211_scan_request *request), 295 TP_ARGS(wiphy, request), 306 TP_PROTO(struct wiphy *wiphy), 307 TP_ARGS(wiphy), 318 TP_PROTO(struct wiphy *wiphy), [all …]
|
D | sysfs.c | 24 return container_of(dev, struct cfg80211_registered_device, wiphy.dev); in dev_to_rdev() 37 SHOW_FMT(macaddress, "%pM", wiphy.perm_addr); 38 SHOW_FMT(address_mask, "%pM", wiphy.addr_mask); 44 struct wiphy *wiphy = &dev_to_rdev(dev)->wiphy; in name_show() local 46 return sprintf(buf, "%s\n", wiphy_name(wiphy)); in name_show() 54 struct wiphy *wiphy = &dev_to_rdev(dev)->wiphy; in addresses_show() local 58 if (!wiphy->addresses) in addresses_show() 59 return sprintf(buf, "%pM\n", wiphy->perm_addr); in addresses_show() 61 for (i = 0; i < wiphy->n_addresses; i++) in addresses_show() 62 buf += sprintf(buf, "%pM\n", wiphy->addresses[i].addr); in addresses_show() [all …]
|
D | reg.c | 148 const struct ieee80211_regdomain *get_wiphy_regdom(struct wiphy *wiphy) in get_wiphy_regdom() argument 150 return rcu_dereference_check(wiphy->regd, in get_wiphy_regdom() 151 lockdep_is_held(&wiphy->mtx) || in get_wiphy_regdom() 171 enum nl80211_dfs_regions reg_get_dfs_region(struct wiphy *wiphy) in reg_get_dfs_region() argument 181 if (!wiphy) in reg_get_dfs_region() 184 wiphy_regd = get_wiphy_regdom(wiphy); in reg_get_dfs_region() 188 if (wiphy->regulatory_flags & REGULATORY_WIPHY_SELF_MANAGED) { in reg_get_dfs_region() 197 dev_name(&wiphy->dev), in reg_get_dfs_region() 1142 static const struct ieee80211_regdomain *reg_get_regdomain(struct wiphy *wiphy) in reg_get_regdomain() argument 1152 wiphy->regd) in reg_get_regdomain() [all …]
|
D | reg.h | 34 enum nl80211_dfs_regions reg_get_dfs_region(struct wiphy *wiphy); 53 void wiphy_regulatory_register(struct wiphy *wiphy); 54 void wiphy_regulatory_deregister(struct wiphy *wiphy); 85 int regulatory_hint_found_beacon(struct wiphy *wiphy, 110 void regulatory_hint_country_ie(struct wiphy *wiphy, 167 void regulatory_propagate_dfs_state(struct wiphy *wiphy, 177 bool reg_dfs_domain_same(struct wiphy *wiphy1, struct wiphy *wiphy2);
|
D | chan.c | 448 static void cfg80211_set_chans_dfs_state(struct wiphy *wiphy, u32 center_freq, in cfg80211_set_chans_dfs_state() argument 458 c = ieee80211_get_channel(wiphy, freq); in cfg80211_set_chans_dfs_state() 467 void cfg80211_set_dfs_state(struct wiphy *wiphy, in cfg80211_set_dfs_state() argument 480 cfg80211_set_chans_dfs_state(wiphy, chandef->center_freq1, in cfg80211_set_dfs_state() 485 cfg80211_set_chans_dfs_state(wiphy, chandef->center_freq2, in cfg80211_set_dfs_state() 517 static int cfg80211_get_chans_dfs_required(struct wiphy *wiphy, in cfg80211_get_chans_dfs_required() argument 528 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_chans_dfs_required() 539 int cfg80211_chandef_dfs_required(struct wiphy *wiphy, in cfg80211_chandef_dfs_required() argument 558 ret = cfg80211_get_chans_dfs_required(wiphy, in cfg80211_chandef_dfs_required() 569 ret = cfg80211_get_chans_dfs_required(wiphy, in cfg80211_chandef_dfs_required() [all …]
|
D | mlme.c | 28 struct wiphy *wiphy = wdev->wiphy; in cfg80211_rx_assoc_resp() local 29 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_rx_assoc_resp() 89 cfg80211_put_bss(wiphy, bss); in cfg80211_rx_assoc_resp() 103 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_process_auth() 113 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_process_deauth() 132 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_process_disassoc() 173 struct wiphy *wiphy = wdev->wiphy; in cfg80211_auth_timeout() local 174 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_auth_timeout() 187 struct wiphy *wiphy = wdev->wiphy; in cfg80211_assoc_failure() local 188 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_assoc_failure() [all …]
|
D | core.h | 119 struct wiphy wiphy __aligned(NETDEV_ALIGN); 123 struct cfg80211_registered_device *wiphy_to_rdev(struct wiphy *wiphy) in wiphy_to_rdev() argument 125 BUG_ON(!wiphy); in wiphy_to_rdev() 126 return container_of(wiphy, struct cfg80211_registered_device, wiphy); in wiphy_to_rdev() 135 if (!rdev->wiphy.wowlan_config) in cfg80211_rdev_free_wowlan() 137 for (i = 0; i < rdev->wiphy.wowlan_config->n_patterns; i++) in cfg80211_rdev_free_wowlan() 138 kfree(rdev->wiphy.wowlan_config->patterns[i].mask); in cfg80211_rdev_free_wowlan() 139 kfree(rdev->wiphy.wowlan_config->patterns); in cfg80211_rdev_free_wowlan() 140 if (rdev->wiphy.wowlan_config->tcp && in cfg80211_rdev_free_wowlan() 141 rdev->wiphy.wowlan_config->tcp->sock) in cfg80211_rdev_free_wowlan() [all …]
|
D | wext-compat.c | 45 rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwmode() 66 wiphy_lock(wdev->wiphy); in cfg80211_wext_siwmode() 68 wiphy_unlock(wdev->wiphy); in cfg80211_wext_siwmode() 142 switch (wdev->wiphy->signal_type) { in cfg80211_wext_giwrange() 166 for (i = 0; i < wdev->wiphy->n_cipher_suites; i++) { in cfg80211_wext_giwrange() 167 switch (wdev->wiphy->cipher_suites[i]) { in cfg80211_wext_giwrange() 193 sband = wdev->wiphy->bands[band]; in cfg80211_wext_giwrange() 218 if (wdev->wiphy->max_scan_ssids > 0) in cfg80211_wext_giwrange() 261 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwrts() 262 u32 orts = wdev->wiphy->rts_threshold; in cfg80211_wext_siwrts() [all …]
|
/Linux-v6.6/include/net/ |
D | cfg80211.h | 65 struct wiphy; 659 void wiphy_read_of_freq_limits(struct wiphy *wiphy); 661 static inline void wiphy_read_of_freq_limits(struct wiphy *wiphy) in wiphy_read_of_freq_limits() argument 940 bool cfg80211_chandef_usable(struct wiphy *wiphy, 952 int cfg80211_chandef_dfs_required(struct wiphy *wiphy, 1036 bool cfg80211_any_usable_channels(struct wiphy *wiphy, 1689 int cfg80211_check_station_change(struct wiphy *wiphy, 2536 struct wiphy *wiphy; member 2682 struct wiphy *wiphy; member 4406 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); [all …]
|
/Linux-v6.6/drivers/net/wireless/intersil/orinoco/ |
D | cfg.c | 24 void orinoco_wiphy_init(struct wiphy *wiphy) in orinoco_wiphy_init() argument 26 struct orinoco_private *priv = wiphy_priv(wiphy); in orinoco_wiphy_init() 28 wiphy->privid = orinoco_wiphy_privid; in orinoco_wiphy_init() 30 set_wiphy_dev(wiphy, priv->dev); in orinoco_wiphy_init() 34 int orinoco_wiphy_register(struct wiphy *wiphy) in orinoco_wiphy_register() argument 36 struct orinoco_private *priv = wiphy_priv(wiphy); in orinoco_wiphy_register() 40 wiphy->max_scan_ssids = 1; in orinoco_wiphy_register() 42 wiphy->max_scan_ssids = 0; in orinoco_wiphy_register() 44 wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION); in orinoco_wiphy_register() 50 wiphy->interface_modes |= BIT(NL80211_IFTYPE_ADHOC); in orinoco_wiphy_register() [all …]
|
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/ |
D | wifi_regd.c | 56 static void _rtw_reg_apply_flags(struct wiphy *wiphy) in _rtw_reg_apply_flags() argument 58 struct adapter *padapter = wiphy_to_adapter(wiphy); in _rtw_reg_apply_flags() 71 sband = wiphy->bands[i]; in _rtw_reg_apply_flags() 90 ch = ieee80211_get_channel(wiphy, freq); in _rtw_reg_apply_flags() 100 static int _rtw_reg_notifier_apply(struct wiphy *wiphy, in _rtw_reg_notifier_apply() argument 105 _rtw_reg_apply_flags(wiphy); in _rtw_reg_notifier_apply() 117 struct wiphy *wiphy, in _rtw_regd_init_wiphy() argument 118 void (*reg_notifier)(struct wiphy *wiphy, in _rtw_regd_init_wiphy() argument 125 wiphy->reg_notifier = reg_notifier; in _rtw_regd_init_wiphy() 127 wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG; in _rtw_regd_init_wiphy() [all …]
|
/Linux-v6.6/drivers/net/wireless/quantenna/qtnfmac/ |
D | cfg80211.c | 74 qtnf_validate_iface_combinations(struct wiphy *wiphy, in qtnf_validate_iface_combinations() argument 86 mac = wiphy_priv(wiphy); in qtnf_validate_iface_combinations() 103 ret = cfg80211_check_combinations(wiphy, ¶ms); in qtnf_validate_iface_combinations() 124 qtnf_change_virtual_intf(struct wiphy *wiphy, in qtnf_change_virtual_intf() argument 134 ret = qtnf_validate_iface_combinations(wiphy, vif, type); in qtnf_change_virtual_intf() 159 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in qtnf_del_virtual_intf() argument 196 static struct wireless_dev *qtnf_add_virtual_intf(struct wiphy *wiphy, in qtnf_add_virtual_intf() argument 208 mac = wiphy_priv(wiphy); in qtnf_add_virtual_intf() 213 ret = qtnf_validate_iface_combinations(wiphy, NULL, type); in qtnf_add_virtual_intf() 233 vif->wdev.wiphy = wiphy; in qtnf_add_virtual_intf() [all …]
|
/Linux-v6.6/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() argument 142 if (!wiphy->bands[band]) in _rtl_reg_apply_beaconing_flags() 145 sband = wiphy->bands[band]; in _rtl_reg_apply_beaconing_flags() 153 reg_rule = freq_reg_info(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() argument 190 if (!wiphy->bands[NL80211_BAND_2GHZ]) in _rtl_reg_apply_active_scan_flags() 192 sband = wiphy->bands[NL80211_BAND_2GHZ]; in _rtl_reg_apply_active_scan_flags() 216 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags() 224 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags() 236 static void _rtl_reg_apply_radar_flags(struct wiphy *wiphy) in _rtl_reg_apply_radar_flags() argument [all …]
|
/Linux-v6.6/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() argument 271 reg_rule = freq_reg_info(wiphy, MHZ_TO_KHZ(ch->center_freq)); 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() argument 284 ch = ieee80211_get_channel(wiphy, center_freq); in ath_force_clear_no_ir_freq() 288 ath_force_clear_no_ir_chan(wiphy, ch); 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() argument 300 ch = ieee80211_get_channel(wiphy, center_freq); in ath_force_no_ir_freq() 308 __ath_reg_apply_beaconing_flags(struct wiphy *wiphy, in __ath_reg_apply_beaconing_flags() argument 319 ath_force_clear_no_ir_chan(wiphy, ch); in __ath_reg_apply_beaconing_flags() 323 ath_force_clear_no_ir_chan(wiphy, ch); in __ath_reg_apply_beaconing_flags() [all …]
|
/Linux-v6.6/drivers/net/wireless/virtual/ |
D | virt_wifi.c | 18 static struct wiphy *common_wiphy; 139 static void virt_wifi_inform_bss(struct wiphy *wiphy) in virt_wifi_inform_bss() argument 153 informed_bss = cfg80211_inform_bss(wiphy, &channel_5ghz, in virt_wifi_inform_bss() 159 cfg80211_put_bss(wiphy, informed_bss); in virt_wifi_inform_bss() 163 static int virt_wifi_scan(struct wiphy *wiphy, in virt_wifi_scan() argument 166 struct virt_wifi_wiphy_priv *priv = wiphy_priv(wiphy); in virt_wifi_scan() 168 wiphy_debug(wiphy, "scan\n"); in virt_wifi_scan() 185 struct wiphy *wiphy = priv_to_wiphy(priv); in virt_wifi_scan_result() local 188 virt_wifi_inform_bss(wiphy); in virt_wifi_scan_result() 196 static void virt_wifi_cancel_scan(struct wiphy *wiphy) in virt_wifi_cancel_scan() argument [all …]
|
/Linux-v6.6/drivers/staging/wlan-ng/ |
D | cfg80211.c | 103 static int prism2_change_virtual_intf(struct wiphy *wiphy, in prism2_change_virtual_intf() argument 145 static int prism2_add_key(struct wiphy *wiphy, struct net_device *dev, in prism2_add_key() argument 174 static int prism2_get_key(struct wiphy *wiphy, struct net_device *dev, in prism2_get_key() argument 204 static int prism2_del_key(struct wiphy *wiphy, struct net_device *dev, in prism2_del_key() argument 230 static int prism2_set_default_key(struct wiphy *wiphy, struct net_device *dev, in prism2_set_default_key() argument 241 static int prism2_get_station(struct wiphy *wiphy, struct net_device *dev, in prism2_get_station() argument 274 static int prism2_scan(struct wiphy *wiphy, in prism2_scan() argument 278 struct prism2_wiphy_private *priv = wiphy_priv(wiphy); in prism2_scan() 365 bss = cfg80211_inform_bss(wiphy, in prism2_scan() 366 ieee80211_get_channel(wiphy, freq), in prism2_scan() [all …]
|
/Linux-v6.6/net/mac80211/ |
D | main.c | 345 wiphy_lock(local->hw.wiphy); in ieee80211_restart_work() 367 wiphy_work_cancel(local->hw.wiphy, in ieee80211_restart_work() 389 wiphy_unlock(local->hw.wiphy); in ieee80211_restart_work() 392 cfg80211_shutdown_all_interfaces(local->hw.wiphy); in ieee80211_restart_work() 403 wiphy_info(hw->wiphy, in ieee80211_restart_hw() 442 if (wdev->wiphy != local->hw.wiphy) in ieee80211_ifa_changed() 493 if (!wdev || wdev->wiphy != local->hw.wiphy) in ieee80211_ifa6_changed() 630 struct wiphy *wiphy; in ieee80211_alloc_hw_nm() local 670 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); in ieee80211_alloc_hw_nm() 672 if (!wiphy) in ieee80211_alloc_hw_nm() [all …]
|
/Linux-v6.6/drivers/net/wireless/microchip/wilc1000/ |
D | cfg80211.c | 119 struct wiphy *wiphy = priv->dev->ieee80211_ptr->wiphy; in cfg_scan_result() local 121 if (!wiphy || !info) in cfg_scan_result() 126 channel = ieee80211_get_channel(wiphy, freq); in cfg_scan_result() 130 bss = cfg80211_inform_bss_frame(wiphy, channel, info->mgmt, in cfg_scan_result() 134 cfg80211_put_bss(wiphy, bss); in cfg_scan_result() 173 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; in cfg_connect_result() local 195 cfg80211_ref_bss(wiphy, vif->bss); in cfg_connect_result() 235 static int set_channel(struct wiphy *wiphy, in set_channel() argument 238 struct wilc *wl = wiphy_priv(wiphy); in set_channel() 262 static int scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in scan() argument [all …]
|
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 135 static void *mwifiex_cfg80211_get_adapter(struct wiphy *wiphy) in mwifiex_cfg80211_get_adapter() argument 137 return (void *) (*(unsigned long *) wiphy_priv(wiphy)); in mwifiex_cfg80211_get_adapter() 144 mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev, in mwifiex_cfg80211_del_key() argument 198 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in mwifiex_cfg80211_mgmt_tx() argument 262 mwifiex_cfg80211_update_mgmt_frame_registrations(struct wiphy *wiphy, in mwifiex_cfg80211_update_mgmt_frame_registrations() argument 282 mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy, in mwifiex_cfg80211_remain_on_channel() argument 324 mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, in mwifiex_cfg80211_cancel_remain_on_channel() argument 354 mwifiex_cfg80211_set_tx_power(struct wiphy *wiphy, in mwifiex_cfg80211_set_tx_power() argument 359 struct mwifiex_adapter *adapter = mwifiex_cfg80211_get_adapter(wiphy); in mwifiex_cfg80211_set_tx_power() 389 mwifiex_cfg80211_get_tx_power(struct wiphy *wiphy, in mwifiex_cfg80211_get_tx_power() argument [all …]
|
/Linux-v6.6/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 117 struct wiphy *wiphy = wil_to_wiphy(wil); in update_supported_bands() local 121 wiphy->bands[NL80211_BAND_60GHZ]->n_channels = in update_supported_bands() 125 wiphy->bands[NL80211_BAND_60GHZ]->edmg_cap.channels = in update_supported_bands() 127 wiphy->bands[NL80211_BAND_60GHZ]->edmg_cap.bw_config = in update_supported_bands() 205 static int wil_rf_sector_get_cfg(struct wiphy *wiphy, 208 static int wil_rf_sector_set_cfg(struct wiphy *wiphy, 211 static int wil_rf_sector_get_selected(struct wiphy *wiphy, 214 static int wil_rf_sector_set_selected(struct wiphy *wiphy, 535 static int wil_cfg80211_get_station(struct wiphy *wiphy, in wil_cfg80211_get_station() argument 540 struct wil6210_priv *wil = wiphy_to_wil(wiphy); in wil_cfg80211_get_station() [all …]
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | init.c | 50 struct wiphy *wiphy = mt76_hw(dev)->wiphy; in mt7615_thermal_init() local 57 name = devm_kasprintf(&wiphy->dev, GFP_KERNEL, "mt7615_%s", in mt7615_thermal_init() 58 wiphy_name(wiphy)); in mt7615_thermal_init() 59 hwmon = devm_hwmon_device_register_with_groups(&wiphy->dev, name, dev, in mt7615_thermal_init() 191 struct wiphy *wiphy = hw->wiphy; in mt7615_check_offload_capability() local 197 wiphy->flags &= ~WIPHY_FLAG_4ADDR_STATION; in mt7615_check_offload_capability() 198 wiphy->max_remain_on_channel_duration = 5000; in mt7615_check_offload_capability() 199 wiphy->features |= NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR | in mt7615_check_offload_capability() 213 wiphy->max_sched_scan_plan_interval = 0; in mt7615_check_offload_capability() 214 wiphy->max_sched_scan_ie_len = 0; in mt7615_check_offload_capability() [all …]
|
/Linux-v6.6/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() argument 31 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(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() argument 76 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(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() argument 108 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy); in wlcore_vendor_cmd_smart_config_set_group_key() 195 void wlcore_set_vendor_commands(struct wiphy *wiphy) in wlcore_set_vendor_commands() argument 197 wiphy->vendor_commands = wlcore_vendor_commands; in wlcore_set_vendor_commands() 198 wiphy->n_vendor_commands = ARRAY_SIZE(wlcore_vendor_commands); in wlcore_set_vendor_commands() 199 wiphy->vendor_events = wlcore_vendor_events; in wlcore_set_vendor_commands() [all …]
|
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | p2p.h | 145 struct wireless_dev *brcmf_p2p_add_vif(struct wiphy *wiphy, const char *name, 149 int brcmf_p2p_del_vif(struct wiphy *wiphy, struct wireless_dev *wdev); 153 int brcmf_p2p_start_device(struct wiphy *wiphy, struct wireless_dev *wdev); 154 void brcmf_p2p_stop_device(struct wiphy *wiphy, struct wireless_dev *wdev); 155 int brcmf_p2p_scan_prep(struct wiphy *wiphy, 158 int brcmf_p2p_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev,
|