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

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 340 paramInfo_t *pParam2;
374 pParam2 = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t));
375 if (pParam2)
377 pParam2->paramType = SME_DESIRED_BSS_TYPE_PARAM;
378 pParam2->paramLength = sizeof(ScanBssType_e);
379 res = cmdDispatch_GetParam(pCmdInterpret->hCmdDispatch, pParam2);
380 CHECK_PENDING_RESULT(res,pParam2)
381 smeDesiredBssType = pParam2->content.smeDesiredBSSType;
382 os_memoryFree(pCmdInterpret->hOs, pParam2, sizeof(paramInfo_t));
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 608 paramInfo_t *pParam2;
612 pParam2 = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t));
613 if (!pParam2)
619 pParam2->paramType = SITE_MGR_CURRENT_SSID_PARAM;
620 connStatus = siteMgr_getParam (pRegulatoryDomain->hSiteMgr, pParam2);
621 os_memoryFree(pRegulatoryDomain->hOs, pParam2, sizeof(paramInfo_t));
    [all...]

Completed in 335 milliseconds