Home
last modified time | relevance | path

Searched refs:rsnPMKIDList (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Drsn.c719 pParam->content.rsnPMKIDList.Length = pParam->paramLength; in rsn_getParam()
720 status = pRsn->pAdmCtrl->getPmkidList (pRsn->pAdmCtrl, &pParam->content.rsnPMKIDList); in rsn_getParam()
721 pParam->paramLength = pParam->content.rsnPMKIDList.Length + 2 * sizeof(TI_UINT32); in rsn_getParam()
1047 … TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8*)&pParam->content.rsnPMKIDList ,sizeof(OS_802_11_PMKID)); in rsn_setParam()
1049 &pParam->content.rsnPMKIDList); in rsn_setParam()
1052 …: %d PMKID entries has been added to the cache.\n", pParam->content.rsnPMKIDList.BSSIDInfoCount); in rsn_setParam()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c1345 pParam->content.rsnPMKIDList.BSSIDInfoCount = 1; in cmdInterpret_convertAndExecute()
1346 … pParam->content.rsnPMKIDList.Length = 2*sizeof(TI_UINT32) + MAC_ADDR_LEN + PMKID_VALUE_SIZE; in cmdInterpret_convertAndExecute()
1347 MAC_COPY (pParam->content.rsnPMKIDList.osBSSIDInfo[0].BSSID, pmksa->bssid.sa_data); in cmdInterpret_convertAndExecute()
1348 …os_memoryCopy(pCmdInterpret->hOs, &pParam->content.rsnPMKIDList.osBSSIDInfo[0].PMKID, pmksa->pmkid… in cmdInterpret_convertAndExecute()
1361 pParam->content.rsnPMKIDList.BSSIDInfoCount = 0; in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h622 OS_802_11_PMKID rsnPMKIDList; member