Searched refs:rtw_chk_ft_status (Results 1 – 3 of 3) sorted by relevance
552 #define rtw_chk_ft_status(adapter, status) ((adapter)->mlmepriv.ftpriv.ft_status == status) macro
2656 if ((rtw_chk_ft_status(padapter, RTW_FT_AUTHENTICATED_STA)) || in OnAuthClient()2657 (rtw_chk_ft_status(padapter, RTW_FT_ASSOCIATING_STA)) || in OnAuthClient()2658 (rtw_chk_ft_status(padapter, RTW_FT_ASSOCIATED_STA))) { in OnAuthClient()11049 if ((rtw_to_roam(padapter) > 0) && !rtw_chk_ft_status(padapter, RTW_FT_REQUESTED_STA)) in receive_disconnect()12837 if (rtw_chk_ft_status(padapter, RTW_FT_REQUESTING_STA)) { in ft_link_timer_hdl()
5056 if ((rtw_to_roam(padapter) > 0) && rtw_chk_ft_status(padapter, RTW_FT_AUTHENTICATED_STA)) {