Searched defs:mlme_priv (Results 1 – 3 of 3) sorted by relevance
107 struct mlme_priv { struct108 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 …]
79 struct mlme_priv { struct81 spinlock_t lock;82 spinlock_t lock2;106 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv) in get_bssid() argument
331 struct mlme_priv { struct333 _lock lock;334 sint fw_state; /* shall we protect this variable? maybe not necessarily... */335 u8 bScanInProcess;336 u8 to_join; /* flag */338 u8 to_roam; /* roaming trying times */339 struct wlan_network *roam_network; /* the target of active roam */340 u8 roam_flags;341 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */342 u32 roam_scan_int_ms; /* scan interval for active roam */[all …]