Home
last modified time | relevance | path

Searched refs:cfg80211_registered_device (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/net/wireless/
H A Dcore.h24 struct cfg80211_registered_device { struct
113 struct cfg80211_registered_device *wiphy_to_rdev(struct wiphy *wiphy) in wiphy_to_rdev() argument
116 return container_of(wiphy, struct cfg80211_registered_device, wiphy); in wiphy_to_rdev()
120 cfg80211_rdev_free_wowlan(struct cfg80211_registered_device *rdev) in cfg80211_rdev_free_wowlan()
139 static inline u64 cfg80211_assign_cookie(struct cfg80211_registered_device *rdev) in cfg80211_assign_cookie()
206 struct cfg80211_registered_device *cfg80211_rdev_by_wiphy_idx(int wiphy_idx);
211 int cfg80211_switch_netns(struct cfg80211_registered_device *rdev,
215 void cfg80211_register_wdev(struct cfg80211_registered_device *rdev,
234 static inline bool cfg80211_has_monitors_only(struct cfg80211_registered_device *rdev) in cfg80211_has_monitors_only()
298 void cfg80211_destroy_ifaces(struct cfg80211_registered_device *rdev);
[all …]
H A Dnl80211.h26 struct cfg80211_registered_device **rdev,
29 int nl80211_parse_chandef(struct cfg80211_registered_device *rdev,
35 void nl80211_notify_wiphy(struct cfg80211_registered_device *rdev,
37 void nl80211_notify_iface(struct cfg80211_registered_device *rdev,
40 void nl80211_send_scan_start(struct cfg80211_registered_device *rdev,
42 struct sk_buff *nl80211_build_scan_msg(struct cfg80211_registered_device *rdev,
44 void nl80211_send_scan_msg(struct cfg80211_registered_device *rdev,
62 void nl80211_send_rx_auth(struct cfg80211_registered_device *rdev,
65 void nl80211_send_rx_assoc(struct cfg80211_registered_device *rdev,
70 void nl80211_send_deauth(struct cfg80211_registered_device *rdev,
[all …]
H A Drdev-ops.h10 static inline int rdev_suspend(struct cfg80211_registered_device *rdev, in rdev_suspend()
20 static inline int rdev_resume(struct cfg80211_registered_device *rdev) in rdev_resume()
29 static inline void rdev_set_wakeup(struct cfg80211_registered_device *rdev, in rdev_set_wakeup()
38 *rdev_add_virtual_intf(struct cfg80211_registered_device *rdev, char *name, in rdev_add_virtual_intf()
52 rdev_del_virtual_intf(struct cfg80211_registered_device *rdev, in rdev_del_virtual_intf()
63 rdev_change_virtual_intf(struct cfg80211_registered_device *rdev, in rdev_change_virtual_intf()
74 static inline int rdev_add_key(struct cfg80211_registered_device *rdev, in rdev_add_key()
89 rdev_get_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, in rdev_get_key()
101 static inline int rdev_del_key(struct cfg80211_registered_device *rdev, in rdev_del_key()
114 rdev_set_default_key(struct cfg80211_registered_device *rdev, in rdev_set_default_key()
[all …]
H A Dcore.c57 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 …]
H A Dmlme.c30 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_rx_assoc_resp()
77 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_process_auth()
86 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_process_deauth()
105 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_process_disassoc()
146 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_auth_timeout()
159 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_assoc_timeout()
207 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_michael_mic_failure()
230 int cfg80211_mlme_auth(struct cfg80211_registered_device *rdev, in cfg80211_mlme_auth()
309 int cfg80211_mlme_assoc(struct cfg80211_registered_device *rdev, in cfg80211_mlme_assoc()
346 int cfg80211_mlme_deauth(struct cfg80211_registered_device *rdev, in cfg80211_mlme_deauth()
[all …]
H A Dsysfs.c20 static inline struct cfg80211_registered_device *dev_to_rdev( in dev_to_rdev()
23 return container_of(dev, struct cfg80211_registered_device, wiphy.dev); in dev_to_rdev()
79 struct cfg80211_registered_device *rdev = dev_to_rdev(dev); in wiphy_dev_release()
91 static void cfg80211_leave_all(struct cfg80211_registered_device *rdev) in cfg80211_leave_all()
101 struct cfg80211_registered_device *rdev = dev_to_rdev(dev); in wiphy_suspend()
128 struct cfg80211_registered_device *rdev = dev_to_rdev(dev); in wiphy_resume()
H A Docb.c17 int __cfg80211_join_ocb(struct cfg80211_registered_device *rdev, in __cfg80211_join_ocb()
42 int cfg80211_join_ocb(struct cfg80211_registered_device *rdev, in cfg80211_join_ocb()
56 int __cfg80211_leave_ocb(struct cfg80211_registered_device *rdev, in __cfg80211_leave_ocb()
77 int cfg80211_leave_ocb(struct cfg80211_registered_device *rdev, in cfg80211_leave_ocb()
H A Dsme.c66 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_conn_scan()
149 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_conn_do_work()
230 struct cfg80211_registered_device *rdev = in cfg80211_conn_work()
231 container_of(work, struct cfg80211_registered_device, conn_work); in cfg80211_conn_work()
275 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_get_conn_bss()
301 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in __cfg80211_sme_scan_done()
332 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_sme_rx_auth()
382 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_rx_assoc_resp()
416 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_auth_timeout()
427 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_disassoc()
[all …]
H A Dibss.c63 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_ibss_joined()
87 int __cfg80211_join_ibss(struct cfg80211_registered_device *rdev, in __cfg80211_join_ibss()
159 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in __cfg80211_clear_ibss()
201 int __cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, in __cfg80211_leave_ibss()
223 int cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, in cfg80211_leave_ibss()
237 int cfg80211_ibss_wext_join(struct cfg80211_registered_device *rdev, in cfg80211_ibss_wext_join()
314 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_ibss_wext_siwfreq()
399 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_ibss_wext_siwessid()
466 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_ibss_wext_siwap()
H A Dscan.c140 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()
443 static void __cfg80211_bss_expire(struct cfg80211_registered_device *rdev, in __cfg80211_bss_expire()
465 static bool cfg80211_bss_expire_oldest(struct cfg80211_registered_device *rdev) in cfg80211_bss_expire_oldest()
735 static int cfg80211_scan_6ghz(struct cfg80211_registered_device *rdev) in cfg80211_scan_6ghz()
894 int cfg80211_scan(struct cfg80211_registered_device *rdev) in cfg80211_scan()
929 void ___cfg80211_scan_done(struct cfg80211_registered_device *rdev, in ___cfg80211_scan_done()
1003 struct cfg80211_registered_device *rdev; in __cfg80211_scan_done()
1005 rdev = container_of(wk, struct cfg80211_registered_device, in __cfg80211_scan_done()
[all …]
H A Dnl80211.c34 static int nl80211_crypto_settings(struct cfg80211_registered_device *rdev,
69 struct cfg80211_registered_device *rdev; in __cfg80211_wdev_from_attrs()
119 static struct cfg80211_registered_device *
122 struct cfg80211_registered_device *rdev = NULL, *tmp; in __cfg80211_rdev_from_attrs()
199 static struct cfg80211_registered_device *
886 struct cfg80211_registered_device **rdev, in nl80211_prepare_wdev_dump()
1313 nl80211_parse_connkeys(struct cfg80211_registered_device *rdev, in nl80211_parse_connkeys()
1532 static int nl80211_send_wowlan_tcp_caps(struct cfg80211_registered_device *rdev, in nl80211_send_wowlan_tcp_caps()
1574 struct cfg80211_registered_device *rdev, in nl80211_send_wowlan()
1633 struct cfg80211_registered_device *rdev) in nl80211_send_coalesce()
[all …]
H A Ddebugfs.h6 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()
H A Dwext-compat.c39 struct cfg80211_registered_device *rdev; in cfg80211_wext_siwmode()
255 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwrts()
293 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwfrag()
333 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwretry()
395 static int __cfg80211_set_encryption(struct cfg80211_registered_device *rdev, in __cfg80211_set_encryption()
548 static int cfg80211_set_encryption(struct cfg80211_registered_device *rdev, in cfg80211_set_encryption()
568 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwencode()
628 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwencodeext()
756 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwfreq()
799 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_giwfreq()
[all …]
H A Dwext-sme.c18 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()
149 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_mgd_wext_siwessid()
244 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_mgd_wext_siwap()
317 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_wext_siwgenie()
368 struct cfg80211_registered_device *rdev; in cfg80211_wext_siwmlme()
H A Dmesh.c98 int __cfg80211_join_mesh(struct cfg80211_registered_device *rdev, in __cfg80211_join_mesh()
221 int cfg80211_set_mesh_channel(struct cfg80211_registered_device *rdev, in cfg80211_set_mesh_channel()
256 int __cfg80211_leave_mesh(struct cfg80211_registered_device *rdev, in __cfg80211_leave_mesh()
286 int cfg80211_leave_mesh(struct cfg80211_registered_device *rdev, in cfg80211_leave_mesh()
H A Dap.c10 int __cfg80211_stop_ap(struct cfg80211_registered_device *rdev, in __cfg80211_stop_ap()
49 int cfg80211_stop_ap(struct cfg80211_registered_device *rdev, in cfg80211_stop_ap()
H A Dpmsr.c12 static int pmsr_parse_ftm(struct cfg80211_registered_device *rdev, in pmsr_parse_ftm()
164 static int pmsr_parse_peer(struct cfg80211_registered_device *rdev, in pmsr_parse_peer()
243 struct cfg80211_registered_device *rdev = info->user_ptr[0]; in nl80211_pmsr_start()
326 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_pmsr_complete()
534 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_pmsr_report()
580 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_pmsr_process_abort()
H A Dreg.c2330 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in reg_wdev_chan_valid()
2400 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in reg_leave_invalid_chans()
2411 struct cfg80211_registered_device *rdev; in reg_check_chans_work()
2467 struct cfg80211_registered_device *rdev; in update_all_wiphy_regulatory()
2927 struct cfg80211_registered_device *rdev; in wiphy_all_share_dfs_chan_state()
2994 struct cfg80211_registered_device *rdev; in notify_self_managed_wiphys()
3051 struct cfg80211_registered_device *rdev; in reg_process_pending_beacon_hints()
3074 struct cfg80211_registered_device *rdev; in reg_process_self_managed_hints()
3397 struct cfg80211_registered_device *rdev; in restore_regulatory_settings()
3497 struct cfg80211_registered_device *rdev; in is_wiphy_all_set_reg_flag()
[all …]
H A Dutil.c276 cfg80211_igtk_cipher_supported(struct cfg80211_registered_device *rdev) in cfg80211_igtk_cipher_supported()
294 bool cfg80211_valid_key_idx(struct cfg80211_registered_device *rdev, in cfg80211_valid_key_idx()
317 int cfg80211_validate_key_settings(struct cfg80211_registered_device *rdev, in cfg80211_validate_key_settings()
924 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_upload_connect_keys()
999 void cfg80211_process_rdev_events(struct cfg80211_registered_device *rdev) in cfg80211_process_rdev_events()
1009 int cfg80211_change_iface(struct cfg80211_registered_device *rdev, in cfg80211_change_iface()
1801 int cfg80211_validate_beacon_int(struct cfg80211_registered_device *rdev, in cfg80211_validate_beacon_int()
2005 struct cfg80211_registered_device *rdev; in cfg80211_get_station()
H A Ddebugfs.c106 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) in cfg80211_debugfs_rdev_add()
H A Dchan.c718 struct cfg80211_registered_device *rdev; in cfg80211_any_wiphy_oper_chan()
1094 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_ir_permissive_chan()
1236 int cfg80211_set_monitor_channel(struct cfg80211_registered_device *rdev, in cfg80211_set_monitor_channel()