Home
last modified time | relevance | path

Searched refs:hSme (Results 1 – 25 of 30) sorted by relevance

12

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DsmeSm.c77 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 …]
Dsme.c112 TSme *pSme = pStadHandles->hSme; in sme_Init()
146 void sme_SetDefaults (TI_HANDLE hSme, TSmeModifiedInitParams *pModifiedInitParams, TSmeInitParams *… in sme_SetDefaults() argument
148 TSme *pSme = (TSme*)hSme; in sme_SetDefaults()
202 scanCncn_RegisterScanResultCB (pSme->hScanCncn, SCAN_SCC_DRIVER, sme_ScanResultCB, hSme); in sme_SetDefaults()
212 void sme_SetScanResultTable(TI_HANDLE hSme, TI_HANDLE hScanResultTable) in sme_SetScanResultTable() argument
214 TSme *pSme = (TSme*)hSme; in sme_SetScanResultTable()
233 void sme_Destroy (TI_HANDLE hSme) in sme_Destroy() argument
235 TSme *pSme = (TSme*)hSme; in sme_Destroy()
250 os_memoryFree (pSme->hOS, hSme, sizeof (TSme)); in sme_Destroy()
264 void sme_Start (TI_HANDLE hSme) in sme_Start() argument
[all …]
Dsme.h68 void sme_SetDefaults (TI_HANDLE hSme, TSmeModifiedInitParams *pModifiedInitParams, TSmeInitP…
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, TScanFrameIn…
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 …]
DsmeApi.h63 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);
DsmeSelect.c51 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);
72 TSiteEntry *sme_Select (TI_HANDLE hSme) in sme_Select() argument
74 TSme *pSme = (TSme*)hSme; in sme_Select()
125 …if (TI_FALSE == sme_SelectSsidMatch (hSme, &(pCurrentSite->ssid), &(pSme->tSsid), pSme->eSsidType)) in sme_Select()
167 if (TI_FALSE == sme_SelectWscMatch (hSme, pCurrentSite, &bWscPbAbort, &pWscPbApFound)) in sme_Select()
191 if (TI_FALSE == sme_SelectRsnMatch (hSme, pCurrentSite)) in sme_Select()
274 TI_BOOL sme_SelectSsidMatch (TI_HANDLE hSme, TSsid *pSiteSsid, TSsid *pDesiredSsid, in sme_SelectSsidMatch() argument
277 TSme *pSme = (TSme*)hSme; in sme_SelectSsidMatch()
[all …]
DsmePrivate.h101 TSiteEntry *sme_Select (TI_HANDLE hSme);
DapConn.c209 TI_HANDLE hSme; member
475 pAPConnection->hSme = pStadHandles->hSme; in apConn_init()
1286 …sme_ReportApConnStatus(pAPConnection->hSme, STATUS_DISCONNECT_DURING_CONNECT, pAPConnection->APDis… in apConn_reportRoamingEvent()
2388 sme_ReportApConnStatus(pAPConnection->hSme, STATUS_UNSPECIFIED, 0); in apConn_reportConnStatusToSME()
2394 sme_ReportApConnStatus(pAPConnection->hSme, mgmtStatus, pAPConnection->APDisconnect.uStatusCode); in apConn_reportConnStatusToSME()
2398 …sme_ReportApConnStatus(pAPConnection->hSme, STATUS_ROAMING_TRIGGER, (TI_UINT32)pAPConnection->roam… in apConn_reportConnStatusToSME()
DadmCtrl.h202 TI_HANDLE hSme; member
/hardware/ti/wlan/wl1271/Test/
DsmeDebug.c45 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);
85 void smeDebugFunction (TI_HANDLE hSme, TI_UINT32 funcType, void *pParam) in smeDebugFunction() argument
94 sme_dbgPrintObject( hSme ); in smeDebugFunction()
98 sme_printStats( hSme ); in smeDebugFunction()
102 sme_resetStats( hSme ); in smeDebugFunction()
106 sme_printBssidList( hSme ); in smeDebugFunction()
232 void sme_printBssidList(TI_HANDLE hSme) in sme_printBssidList() argument
[all …]
Ddebug.c234 smeDebugFunction( pStadHandles->hSme, functionNumber % 100, pParam ); in debugFunction()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DStaCap.c120 pStaCap->hSme = pStadHandles->hSme; in StaCap_Init()
143 sme_GetParam (pStaCap->hSme, &tParam); in StaCap_IsHtEnable()
DScanCncnPrivate.h71 TI_HANDLE hSme; member
DStaCap.h55 TI_HANDLE hSme; member
DAssocSM.h126 TI_HANDLE hSme; member
DcurrBss.h131 TI_HANDLE hSme; member
DScanCncn.c190 pScanCncn->hSme = pStadHandles->hSme; in scanCncn_Init()
276 sme_SetScanResultTable(pScanCncn->hSme, pScanCncn->hScanResultTable); in scanCncn_SetDefaults()
373 sme_GetParam (pScanCncn->hSme, pParam); in scanCncn_Start1ShotScan()
DcurrBss.c231 pCurrBSS->hSme = pStadHandles->hSme; in currBSS_init()
1100 sme_Restart (pCurrBSS->hSme); in currBSS_reportRoamingEvent()
DassocSM.c288 pHandle->hSme = pStadHandles->hSme; in assoc_init()
1213 status = sme_GetParam(pCtx->hSme, &param); in assoc_smSSIDBuild()
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DSoftGemini.h71 TI_HANDLE hSme; member
DmeasurementMgr.h153 TI_HANDLE hSme; member
DmeasurementMgr.c163 pMeasurementMgr->hSme = pStadHandles->hSme; in measurementMgr_init()
893 sme_MeansurementScanResult (pMeasurementMgr->hSme, SCAN_CRS_RECEIVED_FRAME, &tScanFrameInfo); in measurementMgr_mlmeResultCB()
DSoftGemini.c225 pSoftGemini->hSme = pStadHandles->hSme; in SoftGemini_init()
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DCmdDispatcher.c93 TI_HANDLE hSme; member
191 pCmdDispatch->hSme = pStadHandles->hSme; in cmdDispatch_Init()
300 …patch->paramAccessTable[GET_PARAM_MODULE_NUMBER(SME_MODULE_PARAM) - 1].handle = pCmdDispatch->hSme; in cmdDispatch_ConfigParamsAccessTable()
DDrvMainModules.h49 TI_HANDLE hSme; member
DDrvMain.c324 pDrvMain->tStadHandles.hSme = sme_Create (hOs); in drvMain_Create()
325 if (pDrvMain->tStadHandles.hSme == NULL) in drvMain_Create()
584 if (pDrvMain->tStadHandles.hSme != NULL) in drvMain_Destroy()
586 sme_Destroy (pDrvMain->tStadHandles.hSme); in drvMain_Destroy()
894 …sme_SetDefaults (pDrvMain->tStadHandles.hSme, &pInitTable->tSmeModifiedInitParams, &pInitTable->tS… in drvMain_SetDefaults()
1617 sme_Start (pDrvMain->tStadHandles.hSme); in drvMain_Sm()
1646 sme_Stop (pDrvMain->tStadHandles.hSme); in drvMain_Sm()

12