HomeSort by relevance Sort by last modified time
    Searched refs:m_pSupplicant (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
CTI_Adapter.cpp 56 m_pSupplicant = NULL;
99 if ( m_pSupplicant == NULL )
100 m_pSupplicant = new TI_IPC_Supplicant(m_pszAdapterName);
115 if (m_bSupplicantInUse && m_pSupplicant != NULL )
117 delete m_pSupplicant;
118 m_pSupplicant = NULL;
160 if (m_pSupplicant != NULL )
162 delete m_pSupplicant;
163 m_pSupplicant = NULL;
386 return m_pSupplicant->SendDataProxy(dwIoCtrl, pInBuffer, uInBufferSize)
    [all...]
CTI_Adapter.h 128 TI_IPC_Supplicant* m_pSupplicant;

Completed in 180 milliseconds