HomeSort by relevance Sort by last modified time
    Searched refs:useProtection (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.h 86 TI_BOOL useProtection;
mlmeApi.h 103 TI_UINT8 useProtection;
142 TI_UINT8 useProtection;
mlmeParser.h 90 TI_BOOL *useProtection,
siteMgrApi.h 150 void siteMgr_IsERP_Needed(TI_HANDLE hSiteMgr,TI_BOOL *useProtection,TI_BOOL *NonErpPresent,TI_BOOL *barkerPreambleType);
systemConfig.c 348 frame.content.iePacket.useProtection = protType;
352 frame.content.iePacket.useProtection = ERP_PROTECTION_NONE;
567 pParam->content.ctrlDataProtectionEnabled = pPrimarySite->useProtection;
templates.c 408 TI_BOOL useProtection,NonErpPresent,barkerPreambleType;
570 siteMgr_IsERP_Needed(pSiteMgr,&useProtection,&NonErpPresent,&barkerPreambleType);
571 if (useProtection || NonErpPresent || barkerPreambleType)
579 if (useProtection)
siteMgr.c 123 #define UPDATE_PROTECTION(pSite, pFrameInfo) pSite->useProtection = (pFrameInfo->content.iePacket.useProtection)
    [all...]
mlmeParser.c     [all...]
scanResultTable.c 61 #define UPDATE_PROTECTION(pSite, pFrame) pSite->useProtection = ((pFrame)->parsedIEs->content.iePacket.useProtection)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.h 86 TI_BOOL useProtection;
mlmeApi.h 103 TI_UINT8 useProtection;
142 TI_UINT8 useProtection;
mlmeParser.h 90 TI_BOOL *useProtection,
siteMgrApi.h 154 void siteMgr_IsERP_Needed(TI_HANDLE hSiteMgr,TI_BOOL *useProtection,TI_BOOL *NonErpPresent,TI_BOOL *barkerPreambleType);
templates.c 394 TI_BOOL useProtection,NonErpPresent,barkerPreambleType;
547 siteMgr_IsERP_Needed(pSiteMgr,&useProtection,&NonErpPresent,&barkerPreambleType);
548 if (useProtection || NonErpPresent || barkerPreambleType)
556 if (useProtection)
systemConfig.c 342 frame.content.iePacket.useProtection = protType;
346 frame.content.iePacket.useProtection = ERP_PROTECTION_NONE;
561 pParam->content.ctrlDataProtectionEnabled = pPrimarySite->useProtection;
scanResultTable.c 58 #define UPDATE_PROTECTION(pSite, pFrame) pSite->useProtection = ((pFrame)->parsedIEs->content.iePacket.useProtection)
    [all...]
siteMgr.c 121 #define UPDATE_PROTECTION(pSite, pFrameInfo) pSite->useProtection = (pFrameInfo->content.iePacket.useProtection)
    [all...]
mlmeParser.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.h 95 BOOL *useProtection,
mlmeParser.c 300 (BOOL *)&(pHandle->tempFrameInfo.frame.content.assocRsp.useProtection),
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
siteMgrApi.h 161 void siteMgr_IsERP_Needed(TI_HANDLE hSiteMgr,BOOL *useProtection,BOOL *NonErpPresent,BOOL *barkerPreambleType);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.h 107 BOOL useProtection;
templates.c 284 BOOL useProtection,NonErpPresent,barkerPreambleType;
422 siteMgr_IsERP_Needed(pSiteMgr,&useProtection,&NonErpPresent,&barkerPreambleType);
423 if (useProtection || NonErpPresent || barkerPreambleType)
430 if (useProtection)
siteMgr.c 110 #define UPDATE_PROTECTION(pSite, pFrameInfo) pSite->useProtection = (pFrameInfo->content.iePacket.useProtection)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h     [all...]

Completed in 697 milliseconds

1 2