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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConnApi.h 247 bssEntry_t newAP;
354 * \param newAP - Pointer to input parameters list of AP candidates for roaming
371 bssEntry_t *newAP,
apConn.c 174 bssEntry_t *newAP; /**< Stores parameters of roaming candidate */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr.c     [all...]
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);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c     [all...]
siteMgrApi.h 154 TI_STATUS siteMgr_overwritePrimarySite(TI_HANDLE hSiteMgr, bssEntry_t *newAP, TI_BOOL requiredToStorePrevSite);
  /hardware/ti/wlan/wl1271/Test/
roamingMgrDebug.c 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;

Completed in 590 milliseconds