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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeSm.c 288 return auth_setParam(pMlmeSm->hAuth, pParam);
295 return auth_setParam(pMlmeSm->hAuth, pParam);
304 return auth_setParam(pMlmeSm->hAuth, pParam);
480 fStatus = auth_setParam(pHandle->hAuth, &param);
authSm.c 435 * auth_setParam - Set a specific parameter to the authentication SM
452 TI_STATUS auth_setParam(TI_HANDLE hAuth, paramInfo_t *pParam)
mlmeApi.h 320 TI_STATUS auth_setParam(TI_HANDLE hCtrlData, paramInfo_t *pParam);
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 258 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(AUTH_MODULE_PARAM) - 1].set = auth_setParam;

Completed in 43 milliseconds