Searched refs:pCtx (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | assocSM.c | 123 TI_STATUS assoc_smCapBuild(assoc_t *pCtx, TI_UINT16 *cap); 124 TI_STATUS assoc_smSSIDBuild(assoc_t *pCtx, TI_UINT8 *pSSID, TI_UINT32 *ssidLen); 125 TI_STATUS assoc_smRatesBuild(assoc_t *pCtx, TI_UINT8 *pRates, TI_UINT32 *ratesLen); 126 TI_STATUS assoc_smRequestBuild(assoc_t *pCtx, TI_UINT8* reqBuf, TI_UINT32* reqLen); 1063 TI_STATUS assoc_smCapBuild(assoc_t *pCtx, TI_UINT16 *cap) in assoc_smCapBuild() argument 1077 status = ctrlData_getParam(pCtx->hCtrlData, ¶m); in assoc_smCapBuild() 1092 status = rsn_getParam(pCtx->hRsn, ¶m); in assoc_smCapBuild() 1105 status = siteMgr_getParam(pCtx->hSiteMgr, ¶m); in assoc_smCapBuild() 1116 status = siteMgr_getParam(pCtx->hSiteMgr, ¶m); in assoc_smCapBuild() 1128 status = regulatoryDomain_getParam(pCtx->hRegulatoryDomain, ¶m); in assoc_smCapBuild() [all …]
|
D | authSm.c | 577 TI_STATUS auth_smMsgBuild(auth_t *pCtx, TI_UINT16 seq, TI_UINT16 statusCode, TI_UINT8* pChallange, … in auth_smMsgBuild() argument 591 pAuthMsg->authAlgo = (TI_UINT16)pCtx->authType; in auth_smMsgBuild() 608 os_memoryCopy(pCtx->hOs, (void *)pDot11Challenge->text, pChallange, challangeLen); in auth_smMsgBuild() 614 status = mlmeBuilder_sendFrame(pCtx->hMlme, AUTH, authMsg, len, wepOpt); in auth_smMsgBuild()
|
D | authSm.h | 107 TI_STATUS auth_smMsgBuild(auth_t *pCtx,
|
D | AssocSM.h | 149 TI_STATUS assoc_smCapBuild(assoc_t *pCtx, TI_UINT16 *cap);
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | rsn.h | 90 typedef TI_STATUS (*rsn_eventCallback_t)(void* pCtx, void *pData); 106 void *pCtx; member
|