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

/drivers/staging/rtl8712/
H A Drtl871x_mlme.h67 there are several "locks" in mlme_priv,
68 since mlme_priv is a shared resource between many threads,
71 Other items are protected by mlme_priv.lock.
72 To avoid possible dead lock, any thread trying to modify mlme_priv
86 struct mlme_priv { struct
113 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv)
118 static inline u8 check_fwstate(struct mlme_priv *pmlmepriv, sint state)
125 static inline sint get_fwstate(struct mlme_priv *pmlmepriv)
137 static inline void set_fwstate(struct mlme_priv *pmlmepriv, sint state)
142 static inline void _clr_fwstate_(struct mlme_priv *pmlmepri
[all...]
/drivers/staging/rtl8723au/include/
H A Drtw_mlme.h88 there are several "locks" in mlme_priv,
89 since mlme_priv is a shared resource between many threads,
94 Other items are protected by mlme_priv.lock.
96 To avoid possible dead lock, any thread trying to modifiying mlme_priv
112 struct mlme_priv { struct
213 void rtw_free_mlme_priv23a(struct mlme_priv *pmlmepriv);
218 int rtw_select_and_join_from_scanned_queue23a(struct mlme_priv *pmlmepriv);
224 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv)
230 static inline bool check_fwstate(struct mlme_priv *pmlmepriv, int state)
238 static inline int get_fwstate(struct mlme_priv *pmlmepri
[all...]
/drivers/staging/rtl8188eu/include/
H A Drtw_mlme.h95 there are several "locks" in mlme_priv,
96 since mlme_priv is a shared resource between many threads,
100 Other items are protected by mlme_priv.lock.
102 To avoid possible dead lock, any thread trying to modifiying mlme_priv
300 struct mlme_priv { struct
441 void rtw_free_mlme_priv(struct mlme_priv *pmlmepriv);
442 int rtw_select_and_join_from_scanned_queue(struct mlme_priv *pmlmepriv);
447 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv)
453 static inline int check_fwstate(struct mlme_priv *pmlmepriv, int state)
461 static inline int get_fwstate(struct mlme_priv *pmlmepri
[all...]

Completed in 139 milliseconds