HomeSort by relevance Sort by last modified time
    Searched refs:hAPConnection (Results 26 - 50 of 58) sorted by null

12 3

  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 308 TI_HANDLE hAPConnection; /* handle to the AP connection module */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnRoamingImmedSM.c 50 extern BOOLEAN apConn_isPsRequiredBeforeScan(TI_HANDLE hAPConnection);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
RateAdaptation.c 141 TI_HANDLE hAPConnection,
158 pRateAdaptation->hAPConnection = hAPConnection;
    [all...]
Ctrl.c 189 TI_HANDLE hAPConnection,
216 pCtrlData->hAPConn = hAPConnection;
283 hAPConnection, &ctrlDataInitParams->rateAdaptationInitParam);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.h 308 TI_HANDLE hAPConnection; /* handle to the AP connection module */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c 454 pDrvMain->tStadHandles.hAPConnection = apConn_create (hOs);
455 if (pDrvMain->tStadHandles.hAPConnection == NULL)
702 if (pDrvMain->tStadHandles.hAPConnection != NULL)
704 apConn_unload (pDrvMain->tStadHandles.hAPConnection);
900 apConn_SetDefaults (pDrvMain->tStadHandles.hAPConnection, &pInitTable->apConnParams);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DrvMain.c 457 pDrvMain->tStadHandles.hAPConnection = apConn_create (hOs);
458 if (pDrvMain->tStadHandles.hAPConnection == NULL)
707 if (pDrvMain->tStadHandles.hAPConnection != NULL)
709 apConn_unload (pDrvMain->tStadHandles.hAPConnection);
908 apConn_SetDefaults (pDrvMain->tStadHandles.hAPConnection, &pInitTable->apConnParams);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeSm.c 247 pHandle->hApConn = pStadHandles->hAPConnection;
ScanCncn.c 186 pScanCncn->hAPConn = pStadHandles->hAPConnection;
    [all...]
assocSM.c 285 pHandle->hApConn = pStadHandles->hAPConnection;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 319 TI_HANDLE hAPConnection,
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeSm.c 247 pHandle->hApConn = pStadHandles->hAPConnection;
ScanCncn.c 184 pScanCncn->hAPConn = pStadHandles->hAPConnection;
    [all...]
currBss.c 226 pCurrBSS->hAPConn = pStadHandles->hAPConnection;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 246 * I - hAPConnection \n
259 TI_HANDLE hAPConnection,
294 pCurrBSS->hAPConn = hAPConnection;
    [all...]
  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c 254 apConn_printStatistics(pStadHandles->hAPConnection);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SwitchChannel.c 319 pSwitchChannel->hApConn = pStadHandles->hAPConnection;
    [all...]
measurementMgr.c 160 pMeasurementMgr->hApConn = pStadHandles->hAPConnection;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 117 pSme->hApConn = pStadHandles->hAPConnection;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.c 142 pCtrlData->hAPConn = pStadHandles->hAPConnection;
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
siteMgrDebug.c 246 apConn_printStatistics(pStadHandles->hAPConnection);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
SwitchChannel.c 319 pSwitchChannel->hApConn = pStadHandles->hAPConnection;
    [all...]
measurementMgr.c 160 pMeasurementMgr->hApConn = pStadHandles->hAPConnection;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
sme.c 118 pSme->hApConn = pStadHandles->hAPConnection;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
Ctrl.c 142 pCtrlData->hAPConn = pStadHandles->hAPConnection;
    [all...]

Completed in 739 milliseconds

12 3