Home
last modified time | relevance | path

Searched refs:uLastCountryReceivedTS (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DregulatoryDomain.c213 pRegulatoryDomain->uLastCountryReceivedTS = 0; in regulatoryDomain_SetDefaults()
348 pRegulatoryDomain->uLastCountryReceivedTS = os_timeStampMs(pRegulatoryDomain->hOs); in regulatoryDomain_setParam()
634 …if ((uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS) > pRegulatoryDomain->uTimeOutToResetC… in regulatoryDomain_getParam()
641 …ulatoryDomain->uTimeOutToResetCountryMs - (uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS); in regulatoryDomain_getParam()
763 pRegulatoryDomain->uLastCountryReceivedTS = os_timeStampMs(pRegulatoryDomain->hOs); in setSupportedChannelsAccording2CountryIe()
791 pRegulatoryDomain->uLastCountryReceivedTS = os_timeStampMs(pRegulatoryDomain->hOs); in setSupportedChannelsAccording2CountryIe()
812 pRegulatoryDomain->uLastCountryReceivedTS = os_timeStampMs(pRegulatoryDomain->hOs); in setSupportedChannelsAccording2CountryIe()
1384 …if (((uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS) > pRegulatoryDomain->uTimeOutToReset… in regulatoryDomain_checkCountryCodeExpiry()
1387 …ON, ", Reset country code after %d Ms\n",(uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS)); in regulatoryDomain_checkCountryCodeExpiry()
DregulatoryDomain.h113 TI_UINT32 uLastCountryReceivedTS; member