Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8712/
Drtl871x_mlme.h79 struct mlme_priv { struct
80 spinlock_t lock;
81 spinlock_t lock2;
105 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv) in get_bssid() argument
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_mlme.h284 struct mlme_priv { struct
286 spinlock_t lock;
287 signed int fw_state; /* shall we protect this variable? maybe not necessarily... */
288 u8 bScanInProcess;
289 u8 to_join; /* flag */
291 u8 to_roam; /* roaming trying times */
292 struct wlan_network *roam_network; /* the target of active roam */
293 u8 roam_flags;
294 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */
295 u32 roam_scan_int_ms; /* scan interval for active roam */
[all …]
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_mlme.h298 struct mlme_priv { struct
299 spinlock_t lock;
300 int fw_state; /* shall we protect this variable? maybe not necessarily... */
301 bool bScanInProcess;
302 u8 to_join; /* flag */
303 u8 to_roaming; /* roaming trying times */
305 u8 *nic_hdl;
307 struct list_head *pscanned;
308 struct __queue free_bss_pool;
309 struct __queue scanned_queue;
[all …]