| /Linux-v6.1/net/wireless/ |
| D | core.h | 24 struct cfg80211_registered_device { struct 117 struct cfg80211_registered_device *wiphy_to_rdev(struct wiphy *wiphy) in wiphy_to_rdev() argument 120 return container_of(wiphy, struct cfg80211_registered_device, wiphy); in wiphy_to_rdev() 124 cfg80211_rdev_free_wowlan(struct cfg80211_registered_device *rdev) in cfg80211_rdev_free_wowlan() 143 static inline u64 cfg80211_assign_cookie(struct cfg80211_registered_device *rdev) in cfg80211_assign_cookie() 210 struct cfg80211_registered_device *cfg80211_rdev_by_wiphy_idx(int wiphy_idx); 215 int cfg80211_switch_netns(struct cfg80211_registered_device *rdev, 219 void cfg80211_register_wdev(struct cfg80211_registered_device *rdev, 238 static inline bool cfg80211_has_monitors_only(struct cfg80211_registered_device *rdev) in cfg80211_has_monitors_only() 296 void cfg80211_destroy_ifaces(struct cfg80211_registered_device *rdev); [all …]
|
| D | nl80211.h | 25 int nl80211_parse_chandef(struct cfg80211_registered_device *rdev, 31 void nl80211_notify_wiphy(struct cfg80211_registered_device *rdev, 33 void nl80211_notify_iface(struct cfg80211_registered_device *rdev, 36 void nl80211_send_scan_start(struct cfg80211_registered_device *rdev, 38 struct sk_buff *nl80211_build_scan_msg(struct cfg80211_registered_device *rdev, 40 void nl80211_send_scan_msg(struct cfg80211_registered_device *rdev, 58 void nl80211_send_rx_auth(struct cfg80211_registered_device *rdev, 61 void nl80211_send_rx_assoc(struct cfg80211_registered_device *rdev, 64 void nl80211_send_deauth(struct cfg80211_registered_device *rdev, 68 void nl80211_send_disassoc(struct cfg80211_registered_device *rdev, [all …]
|
| D | rdev-ops.h | 15 static inline int rdev_suspend(struct cfg80211_registered_device *rdev, in rdev_suspend() 25 static inline int rdev_resume(struct cfg80211_registered_device *rdev) in rdev_resume() 34 static inline void rdev_set_wakeup(struct cfg80211_registered_device *rdev, in rdev_set_wakeup() 43 *rdev_add_virtual_intf(struct cfg80211_registered_device *rdev, char *name, in rdev_add_virtual_intf() 57 rdev_del_virtual_intf(struct cfg80211_registered_device *rdev, in rdev_del_virtual_intf() 68 rdev_change_virtual_intf(struct cfg80211_registered_device *rdev, in rdev_change_virtual_intf() 79 static inline int rdev_add_key(struct cfg80211_registered_device *rdev, in rdev_add_key() 94 rdev_get_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, in rdev_get_key() 108 static inline int rdev_del_key(struct cfg80211_registered_device *rdev, in rdev_del_key() 122 rdev_set_default_key(struct cfg80211_registered_device *rdev, in rdev_set_default_key() [all …]
|
| D | mlme.c | 29 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_rx_assoc_resp() 97 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_process_auth() 107 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_process_deauth() 126 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_process_disassoc() 168 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_auth_timeout() 182 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_assoc_failure() 232 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_michael_mic_failure() 255 int cfg80211_mlme_auth(struct cfg80211_registered_device *rdev, in cfg80211_mlme_auth() 318 int cfg80211_mlme_assoc(struct cfg80211_registered_device *rdev, in cfg80211_mlme_assoc() 365 int cfg80211_mlme_deauth(struct cfg80211_registered_device *rdev, in cfg80211_mlme_deauth() [all …]
|
| D | core.c | 57 struct cfg80211_registered_device *cfg80211_rdev_by_wiphy_idx(int wiphy_idx) in cfg80211_rdev_by_wiphy_idx() 59 struct cfg80211_registered_device *result = NULL, *rdev; in cfg80211_rdev_by_wiphy_idx() 75 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in get_wiphy_idx() 82 struct cfg80211_registered_device *rdev; in wiphy_idx_to_wiphy() 92 static int cfg80211_dev_check_name(struct cfg80211_registered_device *rdev, in cfg80211_dev_check_name() 95 struct cfg80211_registered_device *rdev2; in cfg80211_dev_check_name() 126 int cfg80211_dev_rename(struct cfg80211_registered_device *rdev, in cfg80211_dev_rename() 155 int cfg80211_switch_netns(struct cfg80211_registered_device *rdev, in cfg80211_switch_netns() 217 struct cfg80211_registered_device *rdev = data; in cfg80211_rfkill_poll() 222 void cfg80211_stop_p2p_device(struct cfg80211_registered_device *rdev, in cfg80211_stop_p2p_device() [all …]
|
| D | sysfs.c | 21 static inline struct cfg80211_registered_device *dev_to_rdev( in dev_to_rdev() 24 return container_of(dev, struct cfg80211_registered_device, wiphy.dev); in dev_to_rdev() 80 struct cfg80211_registered_device *rdev = dev_to_rdev(dev); in wiphy_dev_release() 86 static void cfg80211_leave_all(struct cfg80211_registered_device *rdev) in cfg80211_leave_all() 96 struct cfg80211_registered_device *rdev = dev_to_rdev(dev); in wiphy_suspend() 125 struct cfg80211_registered_device *rdev = dev_to_rdev(dev); in wiphy_resume()
|
| D | ocb.c | 18 int __cfg80211_join_ocb(struct cfg80211_registered_device *rdev, in __cfg80211_join_ocb() 43 int cfg80211_join_ocb(struct cfg80211_registered_device *rdev, in cfg80211_join_ocb() 57 int __cfg80211_leave_ocb(struct cfg80211_registered_device *rdev, in __cfg80211_leave_ocb() 78 int cfg80211_leave_ocb(struct cfg80211_registered_device *rdev, in cfg80211_leave_ocb()
|
| D | ap.c | 14 static int ___cfg80211_stop_ap(struct cfg80211_registered_device *rdev, in ___cfg80211_stop_ap() 55 int __cfg80211_stop_ap(struct cfg80211_registered_device *rdev, in __cfg80211_stop_ap() 76 int cfg80211_stop_ap(struct cfg80211_registered_device *rdev, in cfg80211_stop_ap()
|
| D | debugfs.h | 6 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev); 9 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {} in cfg80211_debugfs_rdev_add()
|
| D | sme.c | 66 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_conn_scan() 148 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_conn_do_work() 246 struct cfg80211_registered_device *rdev = in cfg80211_conn_work() 247 container_of(work, struct cfg80211_registered_device, conn_work); in cfg80211_conn_work() 291 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_get_conn_bss() 317 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in __cfg80211_sme_scan_done() 348 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_sme_rx_auth() 398 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_rx_assoc_resp() 432 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_auth_timeout() 443 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_disassoc() [all …]
|
| D | scan.c | 140 static inline void bss_ref_get(struct cfg80211_registered_device *rdev, in bss_ref_get() 154 static inline void bss_ref_put(struct cfg80211_registered_device *rdev, in bss_ref_put() 185 static bool __cfg80211_unlink_bss(struct cfg80211_registered_device *rdev, in __cfg80211_unlink_bss() 441 static void __cfg80211_bss_expire(struct cfg80211_registered_device *rdev, in __cfg80211_bss_expire() 463 static bool cfg80211_bss_expire_oldest(struct cfg80211_registered_device *rdev) in cfg80211_bss_expire_oldest() 733 static int cfg80211_scan_6ghz(struct cfg80211_registered_device *rdev) in cfg80211_scan_6ghz() 900 int cfg80211_scan(struct cfg80211_registered_device *rdev) in cfg80211_scan() 935 void ___cfg80211_scan_done(struct cfg80211_registered_device *rdev, in ___cfg80211_scan_done() 1008 struct cfg80211_registered_device *rdev; in __cfg80211_scan_done() 1010 rdev = container_of(wk, struct cfg80211_registered_device, in __cfg80211_scan_done() [all …]
|
| D | ibss.c | 64 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_ibss_joined() 88 int __cfg80211_join_ibss(struct cfg80211_registered_device *rdev, in __cfg80211_join_ibss() 158 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in __cfg80211_clear_ibss() 200 int __cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, in __cfg80211_leave_ibss() 222 int cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, in cfg80211_leave_ibss() 236 int cfg80211_ibss_wext_join(struct cfg80211_registered_device *rdev, in cfg80211_ibss_wext_join() 313 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_ibss_wext_siwfreq() 398 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_ibss_wext_siwessid() 465 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_ibss_wext_siwap()
|
| D | nl80211.c | 34 static int nl80211_crypto_settings(struct cfg80211_registered_device *rdev, 67 __cfg80211_wdev_from_attrs(struct cfg80211_registered_device *rdev, in __cfg80211_wdev_from_attrs() 139 static struct cfg80211_registered_device * 142 struct cfg80211_registered_device *rdev = NULL, *tmp; in __cfg80211_rdev_from_attrs() 219 static struct cfg80211_registered_device * 969 struct cfg80211_registered_device **rdev, in nl80211_prepare_wdev_dump() 1450 nl80211_parse_connkeys(struct cfg80211_registered_device *rdev, in nl80211_parse_connkeys() 1672 static int nl80211_send_wowlan_tcp_caps(struct cfg80211_registered_device *rdev, in nl80211_send_wowlan_tcp_caps() 1714 struct cfg80211_registered_device *rdev, in nl80211_send_wowlan() 1773 struct cfg80211_registered_device *rdev) in nl80211_send_coalesce() [all …]
|
| D | wext-compat.c | 39 struct cfg80211_registered_device *rdev; in cfg80211_wext_siwmode() 257 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwrts() 301 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwfrag() 345 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwretry() 409 static int __cfg80211_set_encryption(struct cfg80211_registered_device *rdev, in __cfg80211_set_encryption() 574 static int cfg80211_set_encryption(struct cfg80211_registered_device *rdev, in cfg80211_set_encryption() 594 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwencode() 670 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwencodeext() 810 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwfreq() 876 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_giwfreq() [all …]
|
| D | wext-sme.c | 18 int cfg80211_mgd_wext_connect(struct cfg80211_registered_device *rdev, in cfg80211_mgd_wext_connect() 70 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_mgd_wext_siwfreq() 152 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_mgd_wext_siwessid() 251 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_mgd_wext_siwap() 330 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwgenie() 381 struct cfg80211_registered_device *rdev; in cfg80211_wext_siwmlme()
|
| D | mesh.c | 102 int __cfg80211_join_mesh(struct cfg80211_registered_device *rdev, in __cfg80211_join_mesh() 225 int cfg80211_set_mesh_channel(struct cfg80211_registered_device *rdev, in cfg80211_set_mesh_channel() 260 int __cfg80211_leave_mesh(struct cfg80211_registered_device *rdev, in __cfg80211_leave_mesh() 291 int cfg80211_leave_mesh(struct cfg80211_registered_device *rdev, in cfg80211_leave_mesh()
|
| D | pmsr.c | 10 static int pmsr_parse_ftm(struct cfg80211_registered_device *rdev, in pmsr_parse_ftm() 184 static int pmsr_parse_peer(struct cfg80211_registered_device *rdev, in pmsr_parse_peer() 263 struct cfg80211_registered_device *rdev = info->user_ptr[0]; in nl80211_pmsr_start() 346 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_pmsr_complete() 554 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_pmsr_report() 600 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_pmsr_process_abort()
|
| D | util.c | 278 cfg80211_igtk_cipher_supported(struct cfg80211_registered_device *rdev) in cfg80211_igtk_cipher_supported() 296 bool cfg80211_valid_key_idx(struct cfg80211_registered_device *rdev, in cfg80211_valid_key_idx() 319 int cfg80211_validate_key_settings(struct cfg80211_registered_device *rdev, in cfg80211_validate_key_settings() 930 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_upload_connect_keys() 1005 void cfg80211_process_rdev_events(struct cfg80211_registered_device *rdev) in cfg80211_process_rdev_events() 1015 int cfg80211_change_iface(struct cfg80211_registered_device *rdev, in cfg80211_change_iface() 1999 int cfg80211_validate_beacon_int(struct cfg80211_registered_device *rdev, in cfg80211_validate_beacon_int() 2203 struct cfg80211_registered_device *rdev; in cfg80211_get_station() 2457 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_remove_link() 2490 int cfg80211_remove_virtual_intf(struct cfg80211_registered_device *rdev, in cfg80211_remove_virtual_intf()
|
| D | chan.c | 803 cfg80211_offchan_chain_is_active(struct cfg80211_registered_device *rdev, in cfg80211_offchan_chain_is_active() 819 struct cfg80211_registered_device *rdev; in cfg80211_any_wiphy_oper_chan() 1293 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_ir_permissive_chan() 1373 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_reg_can_beacon_relax() 1391 int cfg80211_set_monitor_channel(struct cfg80211_registered_device *rdev, in cfg80211_set_monitor_channel()
|
| D | reg.c | 2376 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in reg_wdev_chan_valid() 2479 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in reg_leave_invalid_chans() 2490 struct cfg80211_registered_device *rdev; in reg_check_chans_work() 2546 struct cfg80211_registered_device *rdev; in update_all_wiphy_regulatory() 3023 struct cfg80211_registered_device *rdev; in wiphy_all_share_dfs_chan_state() 3090 struct cfg80211_registered_device *rdev; in notify_self_managed_wiphys() 3147 struct cfg80211_registered_device *rdev; in reg_process_pending_beacon_hints() 3170 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in reg_process_self_managed_hint() 3206 struct cfg80211_registered_device *rdev; in reg_process_self_managed_hints() 3504 struct cfg80211_registered_device *rdev; in restore_regulatory_settings() [all …]
|
| D | debugfs.c | 102 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) in cfg80211_debugfs_rdev_add()
|