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

  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 289 TI_INT32 os_memoryCompare (TI_HANDLE OsContext, TI_UINT8* Buf1, TI_UINT8* Buf2, TI_INT32 Count);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
StaCap.c 226 if( 0 == os_memoryCompare(pStaCap->hOs, pTwdHtCapabilities->aRxMCS, pTwdHtCapabilities->aTxMCS, RX_TX_MCS_BITMASK_SIZE))
mlmeParser.c 284 if((os_memoryCompare(pHandle->hOs, wpaIeOuiIe, pData+2, DOT11_OUI_LEN - 1) == 0) &&
299 else if (os_memoryCompare(pHandle->hOs, XCC_oui, pData+2, DOT11_OUI_LEN - 1) == 0)
    [all...]
ScanCncn.c     [all...]
scanResultTable.c 451 (0 == os_memoryCompare (pScanResultTable->hOS, (TI_UINT8 *)(&(pSsid->str[ 0 ])),
    [all...]
siteMgr.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 434 * os_memoryCompare()
451 os_memoryCompare(
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 379 (0 != os_memoryCompare (pSme->hOS, (TI_UINT8 *)&(pSme->tSsid.str[ 0 ]),
404 (0 != os_memoryCompare (pSme->hOS, (TI_UINT8 *)&(pSme->tSsid.str[ 0 ]),
617 (0 == os_memoryCompare (pSme->hOS, (TI_UINT8 *)&(pSme->tSsid.str[ 0 ]),
    [all...]
smeSelect.c 302 (0 == os_memoryCompare (pSme->hOS, (TI_UINT8 *)&(pSiteSsid->str[ 0 ]), (TI_UINT8 *)&(pDesiredSsid->str[ 0 ]), pSiteSsid->len))) /* content match */
admCtrlWpa.c     [all...]
admCtrlWpa2.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 755 if (os_memoryCompare(pRegulatoryDomain->hOs, (void *)&pCountry->countryIE, (void *)&pRegulatoryDomain->country24.countryIE, sizeof(dot11_countryIE_t)))
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c 576 if ((os_memoryCompare(pRxData->hOs, pRxData->filterRequests[i].mask, request->mask, request->maskLength) == 0) &&
577 (os_memoryCompare(pRxData->hOs, pRxData->filterRequests[i].pattern, request->pattern, request->patternLength) == 0))
    [all...]
  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c 597 if (os_memoryCompare(pSiteMgr->hOs, (TI_UINT8 *)ssid, (TI_UINT8 *)desiredSsid, desiredSsidLength))
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 158 milliseconds