Home
last modified time | relevance | path

Searched refs:pCtx (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DassocSM.c123 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, &param); in assoc_smCapBuild()
1092 status = rsn_getParam(pCtx->hRsn, &param); in assoc_smCapBuild()
1105 status = siteMgr_getParam(pCtx->hSiteMgr, &param); in assoc_smCapBuild()
1116 status = siteMgr_getParam(pCtx->hSiteMgr, &param); in assoc_smCapBuild()
1128 status = regulatoryDomain_getParam(pCtx->hRegulatoryDomain, &param); in assoc_smCapBuild()
[all …]
DauthSm.c577 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()
DauthSm.h107 TI_STATUS auth_smMsgBuild(auth_t *pCtx,
DAssocSM.h149 TI_STATUS assoc_smCapBuild(assoc_t *pCtx, TI_UINT16 *cap);
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Drsn.h90 typedef TI_STATUS (*rsn_eventCallback_t)(void* pCtx, void *pData);
106 void *pCtx; member