Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/staging/rtl8712/
Drtl871x_mlme.h91 struct mlme_priv { struct
93 spinlock_t lock;
94 spinlock_t lock2;
118 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv) in get_bssid() argument
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme.h333 struct mlme_priv { struct
335 _lock lock;
336 sint fw_state; /* shall we protect this variable? maybe not necessarily... */
337 u8 bScanInProcess;
338 u8 to_join; /* flag */
340 u8 to_roam; /* roaming trying times */
341 struct wlan_network *roam_network; /* the target of active roam */
342 u8 roam_flags;
343 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */
344 u32 roam_scan_int_ms; /* scan interval for active roam */
[all …]