/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
sme.h | 68 void sme_SetDefaults (TI_HANDLE hSme, TSmeModifiedInitParams *pModifiedInitParams, TSmeInitParams *pInitParams); 69 void sme_Destroy (TI_HANDLE hSme); 70 void sme_Start (TI_HANDLE hSme); 71 void sme_Stop (TI_HANDLE hSme); 72 void sme_Restart (TI_HANDLE hSme); 73 void sme_ScanResultCB (TI_HANDLE hSme, EScanCncnResultStatus eStatus, 75 void sme_MeansurementScanResult (TI_HANDLE hSme, EScanCncnResultStatus eStatus, TScanFrameInfo* pFrameInfo); 76 void sme_ReportConnStatus (TI_HANDLE hSme, mgmtStatus_e eStatusType, TI_UINT32 uStatusCode); 77 void sme_ReportApConnStatus (TI_HANDLE hSme, mgmtStatus_e eStatusType, TI_UINT32 uStatusCode); 79 void sme_ConnectScanReport (TI_HANDLE hSme, TI_HANDLE *hScanResultTable) [all...] |
smeSm.c | 77 static void smeSm_Start (TI_HANDLE hSme); 78 static void smeSm_Stop (TI_HANDLE hSme); 79 static void smeSm_PreConnect (TI_HANDLE hSme); 80 static void smeSm_Connect (TI_HANDLE hSme); 81 static void smeSm_ConnectSuccess (TI_HANDLE hSme); 82 static void smeSm_Disconnect (TI_HANDLE hSme); 83 static void smeSm_DisconnectDone (TI_HANDLE hSme); 84 static void smeSm_StopScan (TI_HANDLE hSme); 85 static void smeSm_StopConnect (TI_HANDLE hSme); 86 static void smeSm_ConnWhenConnecting (TI_HANDLE hSme); [all...] |
smeApi.h | 63 TI_STATUS sme_SetParam (TI_HANDLE hSme, paramInfo_t *pParam); 64 TI_STATUS sme_GetParam (TI_HANDLE hSme, paramInfo_t *pParam); 65 void SME_ConnectRequired (TI_HANDLE hSme); 66 void SME_Disconnect (TI_HANDLE hSme); 67 void sme_SetScanResultTable(TI_HANDLE hSme, TI_HANDLE hScanResultTable);
|
sme.c | 112 TSme *pSme = pStadHandles->hSme; 141 * \param hSme - handle to the SME object 146 void sme_SetDefaults (TI_HANDLE hSme, TSmeModifiedInitParams *pModifiedInitParams, TSmeInitParams *pInitParams) 148 TSme *pSme = (TSme*)hSme; 202 scanCncn_RegisterScanResultCB (pSme->hScanCncn, SCAN_SCC_DRIVER, sme_ScanResultCB, hSme); 208 * \param hSme - handle to the SME object 212 void sme_SetScanResultTable(TI_HANDLE hSme, TI_HANDLE hScanResultTable) 214 TSme *pSme = (TSme*)hSme; 229 * \param hSme - handle to the SME object 233 void sme_Destroy (TI_HANDLE hSme) [all...] |
smeSelect.c | 51 static TI_BOOL sme_SelectSsidMatch (TI_HANDLE hSme, TSsid *pSiteSsid, TSsid *pDesiredSsid, 55 static TI_BOOL sme_SelectWscMatch (TI_HANDLE hSme, TSiteEntry *pCurrentSite, 57 static TI_BOOL sme_SelectRsnMatch (TI_HANDLE hSme, TSiteEntry *pCurrentSite); 69 * \param hSme - handle to the SME object 72 TSiteEntry *sme_Select (TI_HANDLE hSme) 74 TSme *pSme = (TSme*)hSme; 125 if (TI_FALSE == sme_SelectSsidMatch (hSme, &(pCurrentSite->ssid), &(pSme->tSsid), pSme->eSsidType)) 167 if (TI_FALSE == sme_SelectWscMatch (hSme, pCurrentSite, &bWscPbAbort, &pWscPbApFound)) 191 if (TI_FALSE == sme_SelectRsnMatch (hSme, pCurrentSite)) 267 * \param hSme - handle to the SME objec [all...] |
smePrivate.h | 101 TSiteEntry *sme_Select (TI_HANDLE hSme);
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
sme.h | 66 void sme_SetDefaults (TI_HANDLE hSme, TSmeModifiedInitParams *pModifiedInitParams, TSmeInitParams *pInitParams); 67 void sme_Destroy (TI_HANDLE hSme); 68 void sme_Start (TI_HANDLE hSme); 69 void sme_Stop (TI_HANDLE hSme); 70 void sme_Restart (TI_HANDLE hSme); 71 void sme_ScanResultCB (TI_HANDLE hSme, EScanCncnResultStatus eStatus, 73 void sme_MeansurementScanResult (TI_HANDLE hSme, EScanCncnResultStatus eStatus, TScanFrameInfo* pFrameInfo); 74 void sme_ReportConnStatus (TI_HANDLE hSme, mgmtStatus_e eStatusType, TI_UINT32 uStatusCode); 75 void sme_ReportApConnStatus (TI_HANDLE hSme, mgmtStatus_e eStatusType, TI_UINT32 uStatusCode); 76 void sme_GetSmeScanResultTableHandler (TI_HANDLE hSme, TI_HANDLE *hScanResultTable) [all...] |
smeSm.c | 76 static void smeSm_Start (TI_HANDLE hSme); 77 static void smeSm_Stop (TI_HANDLE hSme); 78 static void smeSm_PreConnect (TI_HANDLE hSme); 79 static void smeSm_Connect (TI_HANDLE hSme); 80 static void smeSm_ConnectSuccess (TI_HANDLE hSme); 81 static void smeSm_Disconnect (TI_HANDLE hSme); 82 static void smeSm_DisconnectDone (TI_HANDLE hSme); 83 static void smeSm_StopScan (TI_HANDLE hSme); 84 static void smeSm_StopConnect (TI_HANDLE hSme); 85 static void smeSm_ConnWhenConnecting (TI_HANDLE hSme); [all...] |
smeApi.h | 63 TI_STATUS sme_SetParam (TI_HANDLE hSme, paramInfo_t *pParam); 64 TI_STATUS sme_GetParam (TI_HANDLE hSme, paramInfo_t *pParam); 65 void SME_ConnectRequired (TI_HANDLE hSme); 66 void SME_Disconnect (TI_HANDLE hSme); 67 void sme_AppScanResult (TI_HANDLE hSme, EScanCncnResultStatus eStatus,TScanFrameInfo* pFrameInfo);
|
sme.c | 113 TSme *pSme = pStadHandles->hSme; 142 * \param hSme - handle to the SME object 147 void sme_SetDefaults (TI_HANDLE hSme, TSmeModifiedInitParams *pModifiedInitParams, TSmeInitParams *pInitParams) 149 TSme *pSme = (TSme*)hSme; 189 scanCncn_RegisterScanResultCB (pSme->hScanCncn, SCAN_SCC_DRIVER, sme_ScanResultCB, hSme); 198 * \param hSme - handle to the SME object 202 void sme_Destroy (TI_HANDLE hSme) 204 TSme *pSme = (TSme*)hSme; 219 os_memoryFree (pSme->hOS, hSme, sizeof (TSme)); 229 * \param hSme - handle to the SME objec [all...] |
smeSelect.c | 51 static TI_BOOL sme_SelectSsidMatch (TI_HANDLE hSme, TSsid *pSiteSsid, TSsid *pDesiredSsid, 55 static TI_BOOL sme_SelectWscMatch (TI_HANDLE hSme, TSiteEntry *pCurrentSite, 57 static TI_BOOL sme_SelectRsnMatch (TI_HANDLE hSme, TSiteEntry *pCurrentSite); 69 * \param hSme - handle to the SME object 72 TSiteEntry *sme_Select (TI_HANDLE hSme) 74 TSme *pSme = (TSme*)hSme; 122 if (TI_FALSE == sme_SelectSsidMatch (hSme, &(pCurrentSite->ssid), &(pSme->tSsid), pSme->eSsidType)) 164 if (TI_FALSE == sme_SelectWscMatch (hSme, pCurrentSite, &bWscPbAbort, &pWscPbApFound)) 183 if (TI_FALSE == sme_SelectRsnMatch (hSme, pCurrentSite)) 242 * \param hSme - handle to the SME objec [all...] |
smePrivate.h | 98 TSiteEntry *sme_Select (TI_HANDLE hSme);
|
/hardware/ti/wlan/wl1271/Test/ |
smeDebug.c | 45 void sme_dbgPrintObject (TI_HANDLE hSme); 46 void sme_printStats (TI_HANDLE hSme); 47 void sme_resetStats(TI_HANDLE hSme); 48 void sme_printBssidList(TI_HANDLE hSme); 80 * \param hSme - handle to the SME object 85 void smeDebugFunction (TI_HANDLE hSme, TI_UINT32 funcType, void *pParam) 94 sme_dbgPrintObject( hSme ); 98 sme_printStats( hSme ); 102 sme_resetStats( hSme ); 106 sme_printBssidList( hSme ); [all...] |
/system/wlan/ti/wilink_6_1/Test/ |
smeDebug.c | 45 void sme_dbgPrintObject (TI_HANDLE hSme); 46 void sme_printStats (TI_HANDLE hSme); 47 void sme_resetStats(TI_HANDLE hSme); 48 void sme_printBssidList(TI_HANDLE hSme); 80 * \param hSme - handle to the SME object 85 void smeDebugFunction (TI_HANDLE hSme, TI_UINT32 funcType, void *pParam) 94 sme_dbgPrintObject( hSme ); 98 sme_printStats( hSme ); 102 sme_resetStats( hSme ); 106 sme_printBssidList( hSme ); [all...] |
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
DrvMainModules.h | 49 TI_HANDLE hSme;
|
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/ |
DrvMainModules.h | 49 TI_HANDLE hSme;
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
StaCap.c | 120 pStaCap->hSme = pStadHandles->hSme; 143 sme_GetParam (pStaCap->hSme, &tParam);
|
ScanCncnPrivate.h | 71 TI_HANDLE hSme;
|
StaCap.h | 55 TI_HANDLE hSme;
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
StaCap.c | 120 pStaCap->hSme = pStadHandles->hSme; 143 sme_GetParam (pStaCap->hSme, &tParam);
|
ScanCncnPrivate.h | 71 TI_HANDLE hSme;
|
StaCap.h | 55 TI_HANDLE hSme;
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
SoftGemini.h | 71 TI_HANDLE hSme;
|
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
SoftGemini.h | 71 TI_HANDLE hSme;
|
measurementMgr.h | 151 TI_HANDLE hSme;
|