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

  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.h 113 TI_UINT32 uLastCountryReceivedTS;
regulatoryDomain.c 213 pRegulatoryDomain->uLastCountryReceivedTS = 0;
348 pRegulatoryDomain->uLastCountryReceivedTS = os_timeStampMs(pRegulatoryDomain->hOs);
634 if ((uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS) > pRegulatoryDomain->uTimeOutToResetCountryMs)
641 pRegulatoryDomain->uTimeOutToResetCountryMs - (uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS);
    [all...]

Completed in 6986 milliseconds