forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_iapsta.h
old mode 100644new mode 100755
....@@ -1,4 +1,3 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
21
32 #ifndef _wl_iapsta_
43 #define _wl_iapsta_
....@@ -11,8 +10,7 @@
1110 } ifmode_t;
1211
1312 enum wl_ext_status {
14
- WL_EXT_STATUS_PRE_DISCONNECTING = 0,
15
- WL_EXT_STATUS_DISCONNECTING,
13
+ WL_EXT_STATUS_DISCONNECTING = 0,
1614 WL_EXT_STATUS_DISCONNECTED,
1715 WL_EXT_STATUS_SCAN,
1816 WL_EXT_STATUS_SCANNING,
....@@ -20,7 +18,6 @@
2018 WL_EXT_STATUS_CONNECTING,
2119 WL_EXT_STATUS_RECONNECT,
2220 WL_EXT_STATUS_CONNECTED,
23
- WL_EXT_STATUS_ROAMED,
2421 WL_EXT_STATUS_ADD_KEY,
2522 WL_EXT_STATUS_AP_ENABLING,
2623 WL_EXT_STATUS_AP_ENABLED,
....@@ -59,10 +56,6 @@
5956 void wl_ext_add_remove_pm_enable_work(struct net_device *dev, bool add);
6057 bool wl_ext_iapsta_other_if_enabled(struct net_device *net);
6158 bool wl_ext_sta_connecting(struct net_device *dev);
62
-void wl_ext_get_chan_str(struct net_device *dev, char *chan_str, int total_len);
63
-#ifdef DHD_LOSSLESS_ROAMING
64
-int wl_ext_any_sta_handshaking(struct dhd_pub *dhd);
65
-#endif /* DHD_LOSSLESS_ROAMING */
6659 void wl_iapsta_wait_event_complete(struct dhd_pub *dhd);
6760 int wl_iapsta_suspend_resume(dhd_pub_t *dhd, int suspend);
6861 #ifdef USE_IW
....@@ -87,11 +80,6 @@
8780 void wl_ext_iapsta_ifadding(struct net_device *net, int ifidx);
8881 bool wl_ext_iapsta_mesh_creating(struct net_device *net);
8982 void wl_ext_fw_reinit_incsa(struct net_device *dev);
90
-void wl_ext_send_event_msg(struct net_device *dev, int event, int status,
91
- int reason);
92
-#ifdef BTC_WAR
93
-void wl_ext_btc_config(struct net_device *dev, bool enable);
94
-#endif /* BTC_WAR */
9583 #ifdef STA_MGMT
9684 bool wl_ext_del_sta_info(struct net_device *net, u8 *bssid);
9785 bool wl_ext_add_sta_info(struct net_device *net, u8 *bssid);