HomeSort by relevance Sort by last modified time
    Searched defs:targetAP (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/Test/
roamingMgrDebug.c 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));
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
tiwlnif.h 93 OS_802_11_BSSID targetAP;
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrApi.h 155 TargetAp_t targetAP; /* holds the AP to connect with in manual mode */

Completed in 23 milliseconds