Home
last modified time | relevance | path

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

1234

/linux/drivers/net/wireless/quantenna/qtnfmac/
H A 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, int radio_idx, in qtnf_set_wiphy_params()
394 qtnf_update_mgmt_frame_registrations(struct wiphy *wiphy, in qtnf_update_mgmt_frame_registrations()
448 qtnf_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_mgmt_tx()
[all …]
H A 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/net/mac80211/
H A Dcfg.c189 static struct wireless_dev *ieee80211_add_iface(struct wiphy *wiphy, in ieee80211_add_iface()
235 static int ieee80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev) in ieee80211_del_iface()
242 static int ieee80211_change_iface(struct wiphy *wiphy, in ieee80211_change_iface()
293 static int ieee80211_start_p2p_device(struct wiphy *wiphy, in ieee80211_start_p2p_device()
308 static void ieee80211_stop_p2p_device(struct wiphy *wiphy, in ieee80211_stop_p2p_device()
322 static void ieee80211_stop_nan(struct wiphy *wiphy, in ieee80211_stop_nan()
404 static int ieee80211_start_nan(struct wiphy *wiphy, in ieee80211_start_nan()
442 static int ieee80211_nan_change_conf(struct wiphy *wiphy, in ieee80211_nan_change_conf()
483 static int ieee80211_add_nan_func(struct wiphy *wiphy, in ieee80211_add_nan_func()
538 static void ieee80211_del_nan_func(struct wiphy *wiphy, in ieee80211_del_nan_func()
[all …]
H A Doffchannel.c261 static void ieee80211_hw_roc_start(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_hw_roc_start() argument
488 ieee80211_roc_work(struct wiphy * wiphy,struct wiphy_work * work) ieee80211_roc_work() argument
498 ieee80211_hw_roc_done(struct wiphy * wiphy,struct wiphy_work * work) ieee80211_hw_roc_done() argument
674 struct wiphy *wiphy = local->hw.wiphy; ieee80211_start_roc_work() local
707 ieee80211_remain_on_channel(struct wiphy * wiphy,struct wireless_dev * wdev,struct ieee80211_channel * chan,unsigned int duration,u64 * cookie) ieee80211_remain_on_channel() argument
804 ieee80211_cancel_remain_on_channel(struct wiphy * wiphy,struct wireless_dev * wdev,u64 cookie) ieee80211_cancel_remain_on_channel() argument
813 ieee80211_mgmt_tx(struct wiphy * wiphy,struct wireless_dev * wdev,struct cfg80211_mgmt_tx_params * params,u64 * cookie) ieee80211_mgmt_tx() argument
1047 ieee80211_mgmt_tx_cancel_wait(struct wiphy * wiphy,struct wireless_dev * wdev,u64 cookie) ieee80211_mgmt_tx_cancel_wait() argument
[all...]
H A Dtdls.c24 void ieee80211_tdls_peer_del_work(struct wiphy *wiphy, struct wiphy_work *wk) in ieee80211_tdls_peer_del_work()
80 struct wiphy *wiphy = sdata->local->hw.wiphy; in ieee80211_tdls_add_subband() local
791 ieee80211_prep_tdls_encap_data(struct wiphy *wiphy, struct net_device *dev, in ieee80211_prep_tdls_encap_data()
874 ieee80211_prep_tdls_direct(struct wiphy *wiphy, struct net_device *dev, in ieee80211_prep_tdls_direct()
998 ieee80211_tdls_prep_mgmt_packet(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_prep_mgmt_packet()
1136 ieee80211_tdls_mgmt_setup(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_mgmt_setup()
1207 ieee80211_tdls_mgmt_teardown(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_mgmt_teardown()
1255 int ieee80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_mgmt()
1412 int ieee80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_oper()
1621 ieee80211_tdls_channel_switch(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_channel_switch()
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
412 mwifiex_cfg80211_get_tx_power(struct wiphy *wiphy, in mwifiex_cfg80211_get_tx_power()
438 mwifiex_cfg80211_set_power_mgmt(struct wiphy *wiphy, in mwifiex_cfg80211_set_power_mgmt()
458 mwifiex_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *netdev, in mwifiex_cfg80211_set_default_key()
[all …]
/linux/drivers/net/wireless/ath/
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 …]
/linux/drivers/net/wireless/realtek/rtlwifi/
H A 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/net/wireless/
H A 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()
1109 void wiphy_rfkill_start_polling(struct wiphy *wiphy) in wiphy_rfkill_start_polling()
1151 void wiphy_unregister(struct wiphy *wiphy) in wiphy_unregister()
1250 void wiphy_free(struct wiphy *wiphy) in wiphy_free()
[all …]
H A Dreg.c150 const struct ieee80211_regdomain *get_wiphy_regdom(struct wiphy *wiphy) in get_wiphy_regdom() argument
173 enum nl80211_dfs_regions reg_get_dfs_region(struct wiphy *wiphy) in reg_get_dfs_region() argument
1145 reg_get_regdomain(struct wiphy * wiphy) reg_get_regdomain() argument
1650 __freq_reg_info(struct wiphy * wiphy,u32 center_freq,u32 min_bw) __freq_reg_info() argument
1667 freq_reg_info(struct wiphy * wiphy,u32 center_freq) freq_reg_info() argument
1776 handle_channel_single_rule(struct wiphy * wiphy,enum nl80211_reg_initiator initiator,struct ieee80211_channel * chan,u32 flags,struct regulatory_request * lr,struct wiphy * request_wiphy,const struct ieee80211_reg_rule * reg_rule) handle_channel_single_rule() argument
1855 handle_channel_adjacent_rules(struct wiphy * wiphy,enum nl80211_reg_initiator initiator,struct ieee80211_channel * chan,u32 flags,struct regulatory_request * lr,struct wiphy * request_wiphy,const struct ieee80211_reg_rule * rrule1,const struct ieee80211_reg_rule * rrule2,struct ieee80211_freq_range * comb_range) handle_channel_adjacent_rules() argument
1975 handle_channel(struct wiphy * wiphy,enum nl80211_reg_initiator initiator,struct ieee80211_channel * chan) handle_channel() argument
2059 handle_band(struct wiphy * wiphy,enum nl80211_reg_initiator initiator,struct ieee80211_supported_band * sband) handle_band() argument
2102 reg_dev_ignore_cell_hint(struct wiphy * wiphy) reg_dev_ignore_cell_hint() argument
2113 reg_dev_ignore_cell_hint(struct wiphy * wiphy) reg_dev_ignore_cell_hint() argument
2119 wiphy_strict_alpha2_regd(struct wiphy * wiphy) wiphy_strict_alpha2_regd() argument
2127 ignore_reg_update(struct wiphy * wiphy,enum nl80211_reg_initiator initiator) ignore_reg_update() argument
2166 reg_is_world_roaming(struct wiphy * wiphy) reg_is_world_roaming() argument
2182 reg_call_notifier(struct wiphy * wiphy,struct regulatory_request * request) reg_call_notifier() argument
2189 handle_reg_beacon(struct wiphy * wiphy,unsigned int chan_idx,struct reg_beacon * reg_beacon) handle_reg_beacon() argument
2233 wiphy_update_new_beacon(struct wiphy * wiphy,struct reg_beacon * reg_beacon) wiphy_update_new_beacon() argument
2251 wiphy_update_beacon_reg(struct wiphy * wiphy) wiphy_update_beacon_reg() argument
2267 reg_process_beacons(struct wiphy * wiphy) reg_process_beacons() argument
2290 reg_process_ht_flags_channel(struct wiphy * wiphy,struct ieee80211_channel * channel) reg_process_ht_flags_channel() argument
2346 reg_process_ht_flags_band(struct wiphy * wiphy,struct ieee80211_supported_band * sband) reg_process_ht_flags_band() argument
2358 reg_process_ht_flags(struct wiphy * wiphy) reg_process_ht_flags() argument
2369 reg_wdev_chan_valid(struct wiphy * wiphy,struct wireless_dev * wdev) reg_wdev_chan_valid() argument
2466 reg_leave_invalid_chans(struct wiphy * wiphy) reg_leave_invalid_chans() argument
2471 guard(wiphy)(wiphy); reg_leave_invalid_chans() local
2502 wiphy_update_regulatory(struct wiphy * wiphy,enum nl80211_reg_initiator initiator) wiphy_update_regulatory() argument
2535 struct wiphy *wiphy; update_all_wiphy_regulatory() local
2547 handle_channel_custom(struct wiphy * wiphy,struct ieee80211_channel * chan,const struct ieee80211_regdomain * regd,u32 min_bw) handle_channel_custom() argument
2607 handle_band_custom(struct wiphy * wiphy,struct ieee80211_supported_band * sband,const struct ieee80211_regdomain * regd) handle_band_custom() argument
2627 wiphy_apply_custom_regulatory(struct wiphy * wiphy,const struct ieee80211_regdomain * regd) wiphy_apply_custom_regulatory() argument
2808 reg_process_hint_driver(struct wiphy * wiphy,struct regulatory_request * driver_request) reg_process_hint_driver() argument
2860 __reg_process_hint_country_ie(struct wiphy * wiphy,struct regulatory_request * country_ie_request) __reg_process_hint_country_ie() argument
2912 reg_process_hint_country_ie(struct wiphy * wiphy,struct regulatory_request * country_ie_request) reg_process_hint_country_ie() argument
3016 wiphy_all_share_dfs_chan_state(struct wiphy * wiphy) wiphy_all_share_dfs_chan_state() argument
3032 struct wiphy *wiphy = NULL; reg_process_hint() local
3086 struct wiphy *wiphy; notify_self_managed_wiphys() local
3163 reg_process_self_managed_hint(struct wiphy * wiphy) reg_process_self_managed_hint() argument
3333 regulatory_hint(struct wiphy * wiphy,const char * alpha2) regulatory_hint() argument
3361 regulatory_hint_country_ie(struct wiphy * wiphy,enum nl80211_band band,const u8 * country_ie,u8 country_ie_len) regulatory_hint_country_ie() argument
3458 restore_custom_reg_settings(struct wiphy * wiphy) restore_custom_reg_settings() argument
3668 regulatory_hint_found_beacon(struct wiphy * wiphy,struct ieee80211_channel * beacon_chan,gfp_t gfp) regulatory_hint_found_beacon() argument
4031 __regulatory_set_wiphy_regd(struct wiphy * wiphy,struct ieee80211_regdomain * rd) __regulatory_set_wiphy_regd() argument
4067 regulatory_set_wiphy_regd(struct wiphy * wiphy,struct ieee80211_regdomain * rd) regulatory_set_wiphy_regd() argument
4080 regulatory_set_wiphy_regd_sync(struct wiphy * wiphy,struct ieee80211_regdomain * rd) regulatory_set_wiphy_regd_sync() argument
4098 wiphy_regulatory_register(struct wiphy * wiphy) wiphy_regulatory_register() argument
4124 wiphy_regulatory_deregister(struct wiphy * wiphy) wiphy_regulatory_deregister() argument
4198 regulatory_pre_cac_allowed(struct wiphy * wiphy) regulatory_pre_cac_allowed() argument
4260 regulatory_propagate_dfs_state(struct wiphy * wiphy,struct cfg80211_chan_def * chandef,enum nl80211_dfs_state dfs_state,enum nl80211_radar_event event) regulatory_propagate_dfs_state() argument
[all...]
H A Dchan.c625 cfg80211_set_dfs_state(struct wiphy * wiphy,const struct cfg80211_chan_def * chandef,enum nl80211_dfs_state dfs_state) cfg80211_set_dfs_state() argument
691 cfg80211_dfs_permissive_chan(struct wiphy * wiphy,enum nl80211_iftype iftype,struct ieee80211_channel * chan) cfg80211_dfs_permissive_chan() argument
722 cfg80211_get_chans_dfs_required(struct wiphy * wiphy,const struct cfg80211_chan_def * chandef,enum nl80211_iftype iftype) cfg80211_get_chans_dfs_required() argument
742 cfg80211_chandef_dfs_required(struct wiphy * wiphy,const struct cfg80211_chan_def * chandef,enum nl80211_iftype iftype) cfg80211_chandef_dfs_required() argument
783 cfg80211_chandef_dfs_usable(struct wiphy * wiphy,const struct cfg80211_chan_def * chandef) cfg80211_chandef_dfs_usable() argument
933 cfg80211_is_wiphy_oper_chan(struct wiphy * wiphy,struct ieee80211_channel * chan) cfg80211_is_wiphy_oper_chan() argument
965 cfg80211_any_wiphy_oper_chan(struct wiphy * wiphy,struct ieee80211_channel * chan) cfg80211_any_wiphy_oper_chan() argument
993 cfg80211_chandef_dfs_available(struct wiphy * wiphy,const struct cfg80211_chan_def * chandef) cfg80211_chandef_dfs_available() argument
1033 cfg80211_chandef_dfs_cac_time(struct wiphy * wiphy,const struct cfg80211_chan_def * chandef) cfg80211_chandef_dfs_cac_time() argument
1081 cfg80211_edmg_usable(struct wiphy * wiphy,u8 edmg_channels,enum ieee80211_edmg_bw_config edmg_bw_config,int primary_channel,struct ieee80211_edmg * edmg_cap) cfg80211_edmg_usable() argument
1133 _cfg80211_chandef_usable(struct wiphy * wiphy,const struct cfg80211_chan_def * chandef,u32 prohibited_flags,u32 permitting_flags) _cfg80211_chandef_usable() argument
1309 cfg80211_chandef_usable(struct wiphy * wiphy,const struct cfg80211_chan_def * chandef,u32 prohibited_flags) cfg80211_chandef_usable() argument
1388 cfg80211_ir_permissive_chan(struct wiphy * wiphy,enum nl80211_iftype iftype,struct ieee80211_channel * chan) cfg80211_ir_permissive_chan() argument
1432 _cfg80211_reg_can_beacon(struct wiphy * wiphy,struct cfg80211_chan_def * chandef,enum nl80211_iftype iftype,u32 prohibited_flags,u32 permitting_flags) _cfg80211_reg_can_beacon() argument
1472 cfg80211_reg_check_beaconing(struct wiphy * wiphy,struct cfg80211_chan_def * chandef,struct cfg80211_beaconing_check_config * cfg) cfg80211_reg_check_beaconing() argument
1519 cfg80211_any_usable_channels(struct wiphy * wiphy,unsigned long sband_mask,u32 prohibited_flags) cfg80211_any_usable_channels() argument
[all...]
H A 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()
H A 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
761 struct wiphy *wiphy = wdev->wiphy; in cfg80211_mlme_unregister_socket() local
962 struct wiphy *wiphy = wdev->wiphy; in cfg80211_rx_mgmt_ext() local
1029 struct wiphy *wiphy; in cfg80211_dfs_channels_update_work() local
1104 void __cfg80211_radar_event(struct wiphy *wiphy, in __cfg80211_radar_event()
1136 struct wiphy *wiphy = wdev->wiphy; in cfg80211_cac_event() local
1182 struct wiphy *wiphy = &rdev->wiphy; in __cfg80211_background_cac_event() local
[all …]
H A Dof.c21 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()
H A Dscan.c1179 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk) in __cfg80211_scan_done()
1303 void cfg80211_sched_scan_results(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_results()
1321 void cfg80211_sched_scan_stopped_locked(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped_locked()
1333 void cfg80211_sched_scan_stopped(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped()
1335 guard(wiphy)(wiphy); in cfg80211_sched_scan_stopped() local
1392 void cfg80211_bss_flush(struct wiphy *wiphy) in cfg80211_bss_flush()
1600 struct cfg80211_bss *__cfg80211_get_bss(struct wiphy *wiphy, in __cfg80211_get_bss()
2143 cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen, in cfg80211_get_bss_channel()
2266 cfg80211_inform_single_bss_data(struct wiphy *wiphy, in cfg80211_inform_single_bss_data()
2485 cfg80211_parse_mbssid_data(struct wiphy *wiphy, in cfg80211_parse_mbssid_data()
[all …]
H A Dsysfs.c44 struct wiphy *wiphy = &dev_to_rdev(dev)->wiphy; in name_show() local
54 struct wiphy *wiphy in addresses_show() local
159 struct wiphy *wiphy = container_of(d, struct wiphy, dev); wiphy_namespace() local
[all...]
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dwifi_regd.c44 static void _rtw_reg_apply_flags(struct wiphy *wiphy) in _rtw_reg_apply_flags()
85 static int _rtw_reg_notifier_apply(struct wiphy *wiphy, in _rtw_reg_notifier_apply()
102 struct wiphy *wiphy, in _rtw_regd_init_wiphy()
103 void (*reg_notifier)(struct wiphy *wiphy, in _rtw_regd_init_wiphy()
123 void rtw_regd_init(struct wiphy *wiphy, in rtw_regd_init()
124 void (*reg_notifier)(struct wiphy *wiphy, in rtw_regd_init()
130 void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) in rtw_reg_notifier()
/linux/drivers/net/wireless/ath/ath6kl/
H A 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, int radio_idx, in ath6kl_cfg80211_set_wiphy_params()
1407 static int ath6kl_cfg80211_set_txpower(struct wiphy *wiphy, in ath6kl_cfg80211_set_txpower()
1444 static int ath6kl_cfg80211_get_txpower(struct wiphy *wiphy, in ath6kl_cfg80211_get_txpower()
[all …]
/linux/drivers/net/wireless/virtual/
H A 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()
304 static int virt_wifi_disconnect(struct wiphy *wiphy, struct net_device *netdev, in virt_wifi_disconnect()
323 static int virt_wifi_get_station(struct wiphy *wiphy, struct net_device *dev, in virt_wifi_get_station()
348 static int virt_wifi_dump_station(struct wiphy *wiphy, struct net_device *dev, in virt_wifi_dump_station()
375 struct wiphy *wiphy; in virt_wifi_make_wiphy() local
409 static void virt_wifi_destroy_wiphy(struct wiphy *wiphy) in virt_wifi_destroy_wiphy()
/linux/drivers/net/wireless/ti/wlcore/
H A 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/drivers/net/wireless/realtek/rtw88/
H A 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/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c820 struct wireless_dev *brcmf_apsta_add_vif(struct wiphy *wiphy, const char *name, in brcmf_apsta_add_vif()
907 static struct wireless_dev *brcmf_mon_add_vif(struct wiphy *wiphy, in brcmf_mon_add_vif()
963 static int brcmf_mon_del_vif(struct wiphy *wiphy, struct wireless_dev *wdev) in brcmf_mon_del_vif()
977 static struct wireless_dev *brcmf_cfg80211_add_iface(struct wiphy *wiphy, in brcmf_cfg80211_add_iface()
1046 bool brcmf_is_apmode_operating(struct wiphy *wiphy) in brcmf_is_apmode_operating()
1263 static int brcmf_cfg80211_del_apsta_iface(struct wiphy *wiphy, in brcmf_cfg80211_del_apsta_iface()
1298 int brcmf_cfg80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev) in brcmf_cfg80211_del_iface()
1342 brcmf_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_change_iface()
1530 brcmf_cfg80211_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in brcmf_cfg80211_scan()
1640 static s32 brcmf_cfg80211_set_wiphy_params(struct wiphy *wiphy, int radio_idx, in brcmf_cfg80211_set_wiphy_params()
[all …]
/linux/include/net/
H A Dcfg80211.h729 static inline void wiphy_read_of_freq_limits(struct wiphy *wiphy) in wiphy_read_of_freq_limits()
2850 struct wiphy *wiphy; member
2986 struct wiphy *wiphy; member
5995 struct wiphy { struct
5998 /* assign these fields before you register the wiphy */ argument
6000 u8 perm_addr[ETH_ALEN];
6001 u8 addr_mask[ETH_ALEN];
6003 struct mac_address *addresses;
6005 const struct ieee80211_txrx_stypes *mgmt_stypes;
6007 const struct ieee80211_iface_combination *iface_combinations;
[all …]
/linux/drivers/net/wireless/marvell/libertas/
H A 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()
1276 _new_connect_scan_req(struct wiphy *wiphy, struct cfg80211_connect_params *sme) in _new_connect_scan_req()
1327 static int lbs_cfg_connect(struct wiphy *wiphy, struct net_device *dev, in lbs_cfg_connect()
1476 static int lbs_cfg_disconnect(struct wiphy *wiphy, struct net_device *dev, in lbs_cfg_disconnect()
1490 static int lbs_cfg_set_default_key(struct wiphy *wiphy, in lbs_cfg_set_default_key()
1510 static int lbs_cfg_add_key(struct wiphy *wiphy, struct net_device *netdev, in lbs_cfg_add_key()
1571 static int lbs_cfg_del_key(struct wiphy *wiphy, struct net_device *netdev, in lbs_cfg_del_key()
[all …]
/linux/drivers/net/wireless/realtek/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
745 struct wiphy *wiphy) in rtw89_regd_apply_policy_unii4()
803 struct wiphy *wiphy) in rtw89_regd_apply_policy_6ghz()
857 struct wiphy *wiphy, in rtw89_regd_notifier_apply()
878 void rtw89_regd_notifier(struct wiphy *wiphy, struct regulatory_request *request) in rtw89_regd_notifier()

1234