old mode 100644new mode 100755| .. | .. |
|---|
| 1959 | 1959 | u32 join_iovar_ver; |
|---|
| 1960 | 1960 | struct delayed_work ap_work; /* AP linkup timeout handler */ |
|---|
| 1961 | 1961 | wl_event_idx_t eidx; /* event state tracker */ |
|---|
| 1962 | +#if defined (WL_SCHED_SCAN) && defined (SCHED_SCAN_DELAYED_WORK) |
|---|
| 1963 | + struct delayed_work sched_scan_stop_work; |
|---|
| 1964 | +#endif |
|---|
| 1962 | 1965 | #ifdef WL_P2P_6G |
|---|
| 1963 | 1966 | bool p2p_6g_enabled; /* P2P 6G support enabled */ |
|---|
| 1964 | 1967 | #endif /* WL_P2P_6G */ |
|---|
| 1965 | 1968 | u32 halpid; |
|---|
| 1966 | 1969 | u8 country[WLC_CNTRY_BUF_SZ]; |
|---|
| 1967 | | -#ifdef BCMDBUS |
|---|
| 1968 | | - bool bus_resuming; |
|---|
| 1969 | | -#endif /* BCMDBUS */ |
|---|
| 1970 | | -#ifdef WL_ROAM_WAR |
|---|
| 1971 | | - struct ether_addr roaming_bssid; |
|---|
| 1972 | | -#endif /* WL_ROAM_WAR */ |
|---|
| 1973 | 1970 | #if defined(RSSIAVG) |
|---|
| 1974 | 1971 | wl_rssi_cache_ctrl_t g_rssi_cache_ctrl; |
|---|
| 1975 | 1972 | wl_rssi_cache_ctrl_t g_connected_rssi_cache_ctrl; |
|---|
| .. | .. |
|---|
| 3094 | 3091 | extern bool wl_customer6_legacy_chip_check(struct bcm_cfg80211 *cfg, |
|---|
| 3095 | 3092 | struct net_device *ndev); |
|---|
| 3096 | 3093 | #endif /* CUSTOMER_HW6 */ |
|---|
| 3097 | | -#if !defined(WL_TWT) && defined(WL_TWT_HAL_IF) |
|---|
| 3098 | | -extern s32 wl_cfgvendor_notify_twt_event(struct bcm_cfg80211 *cfg, |
|---|
| 3099 | | - bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data); |
|---|
| 3100 | | -#endif /* !WL_TWT && WL_TWT_HAL_IF */ |
|---|
| 3101 | | -#ifdef BCMDBUS |
|---|
| 3102 | | -s32 |
|---|
| 3103 | | -__wl_cfg80211_up_resume(dhd_pub_t *dhd); |
|---|
| 3104 | | -#endif /* BCMDBUS */ |
|---|
| 3105 | 3094 | void wl_wlfc_enable(struct bcm_cfg80211 *cfg, bool enable); |
|---|
| 3106 | 3095 | s32 wl_handle_join(struct bcm_cfg80211 *cfg, struct net_device *dev, |
|---|
| 3107 | 3096 | wlcfg_assoc_info_t *assoc_info); |
|---|