Home | History | Annotate | Download | only in Test

Lines Matching defs:targetAP

172             TargetAp_t targetAP;
182 targetAP.connRequest.requestType = AP_CONNECT_FULL_TO_AP;
183 targetAP.connRequest.dataBufLength = 0;
184 targetAP.transitionMethod = ReAssoc;
186 os_memoryCopy(((roamingMngr_t*)hRoamingMngr)->hOs, &(targetAP.newAP), &(bssList->BSSList[0]), sizeof(bssEntry_t));
189 targetAP.newAP.bufferLength =0;
190 targetAP.newAP.pBuffer = 0;
193 os_memoryCopy(pRoamingMngr->hOs, &(pRoamingMngr->targetAP), &targetAP , sizeof(TargetAp_t));
195 roamingMngr_connect(hRoamingMngr, &(pRoamingMngr->targetAP));