old mode 100644new mode 100755| .. | .. |
|---|
| 1 | | -/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 2 | 1 | |
|---|
| 3 | 2 | #ifndef _wl_iapsta_ |
|---|
| 4 | 3 | #define _wl_iapsta_ |
|---|
| .. | .. |
|---|
| 11 | 10 | } ifmode_t; |
|---|
| 12 | 11 | |
|---|
| 13 | 12 | enum wl_ext_status { |
|---|
| 14 | | - WL_EXT_STATUS_PRE_DISCONNECTING = 0, |
|---|
| 15 | | - WL_EXT_STATUS_DISCONNECTING, |
|---|
| 13 | + WL_EXT_STATUS_DISCONNECTING = 0, |
|---|
| 16 | 14 | WL_EXT_STATUS_DISCONNECTED, |
|---|
| 17 | 15 | WL_EXT_STATUS_SCAN, |
|---|
| 18 | 16 | WL_EXT_STATUS_SCANNING, |
|---|
| .. | .. |
|---|
| 20 | 18 | WL_EXT_STATUS_CONNECTING, |
|---|
| 21 | 19 | WL_EXT_STATUS_RECONNECT, |
|---|
| 22 | 20 | WL_EXT_STATUS_CONNECTED, |
|---|
| 23 | | - WL_EXT_STATUS_ROAMED, |
|---|
| 24 | 21 | WL_EXT_STATUS_ADD_KEY, |
|---|
| 25 | 22 | WL_EXT_STATUS_AP_ENABLING, |
|---|
| 26 | 23 | WL_EXT_STATUS_AP_ENABLED, |
|---|
| .. | .. |
|---|
| 59 | 56 | void wl_ext_add_remove_pm_enable_work(struct net_device *dev, bool add); |
|---|
| 60 | 57 | bool wl_ext_iapsta_other_if_enabled(struct net_device *net); |
|---|
| 61 | 58 | 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 */ |
|---|
| 66 | 59 | void wl_iapsta_wait_event_complete(struct dhd_pub *dhd); |
|---|
| 67 | 60 | int wl_iapsta_suspend_resume(dhd_pub_t *dhd, int suspend); |
|---|
| 68 | 61 | #ifdef USE_IW |
|---|
| .. | .. |
|---|
| 87 | 80 | void wl_ext_iapsta_ifadding(struct net_device *net, int ifidx); |
|---|
| 88 | 81 | bool wl_ext_iapsta_mesh_creating(struct net_device *net); |
|---|
| 89 | 82 | 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 */ |
|---|
| 95 | 83 | #ifdef STA_MGMT |
|---|
| 96 | 84 | bool wl_ext_del_sta_info(struct net_device *net, u8 *bssid); |
|---|
| 97 | 85 | bool wl_ext_add_sta_info(struct net_device *net, u8 *bssid); |
|---|