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

  /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 412 TI_BOOL useProtection,NonErpPresent,barkerPreambleType;
574 siteMgr_IsERP_Needed(pSiteMgr,&useProtection,&NonErpPresent,&barkerPreambleType);
575 if (useProtection || NonErpPresent || barkerPreambleType)
583 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...]

Completed in 228 milliseconds