HomeSort by relevance Sort by last modified time
    Searched refs:targetAP (Results 1 - 5 of 5) 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/
roamingMngr_manualSM.c 214 apConn_connectToAP(pRoamingMngr->hAPConnection, &(pRoamingMngr->targetAP.newAP), &(pRoamingMngr->targetAP.connRequest), TI_TRUE);
236 apConn_connectToAP(pRoamingMngr->hAPConnection, &(pRoamingMngr->targetAP.newAP), &(pRoamingMngr->targetAP.connRequest), TI_TRUE);
roamingMngrApi.h 155 TargetAp_t targetAP; /* holds the AP to connect with in manual mode */
roamingMngr.c     [all...]

Completed in 50 milliseconds