Home
last modified time | relevance | path

Searched defs:mlme_priv (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtw_mlme.h107 struct mlme_priv { struct
108 spinlock_t lock;
109 int fw_state; /* shall we protect this variable? maybe not necessarily... */
110 u8 bScanInProcess;
111 u8 to_join; /* flag */
112 u8 to_roaming; /* roaming trying times */
114 u8 *nic_hdl;
116 struct list_head *pscanned;
117 struct __queue free_bss_pool;
118 struct __queue scanned_queue;
[all …]
/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_mlme.h79 struct mlme_priv { struct
81 spinlock_t lock;
82 spinlock_t lock2;
106 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv) in get_bssid() argument
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_mlme.h330 struct mlme_priv { struct
332 _lock lock;
333 sint fw_state; /* shall we protect this variable? maybe not necessarily... */
334 u8 bScanInProcess;
335 u8 to_join; /* flag */
337 u8 to_roam; /* roaming trying times */
338 struct wlan_network *roam_network; /* the target of active roam */
339 u8 roam_flags;
340 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */
341 u32 roam_scan_int_ms; /* scan interval for active roam */
[all …]