Searched defs:countryIe (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
H A DTI_AdapterApi.cpp790 TI_Set_countryIeFor2_4_Ghz(TI_HANDLE hAdapter, country_t countryIe) argument
794 return ((TI_WLAN_AdapterAPI *) hAdapter)->Set_countryIeFor2_4_Ghz(countryIe);
808 TI_Set_countryIeFor5_Ghz(TI_HANDLE hAdapter, country_t countryIe) argument
812 return ((TI_WLAN_AdapterAPI *) hAdapter)->Set_countryIeFor5_Ghz(countryIe);
H A DCTI_Adapter.cpp2410 CTI_WLAN_AdapterAPI::Set_countryIeFor2_4_Ghz( country_t countryIe) argument
2415 dwRetValue = tiIoCtrl(TIWLN_REG_DOMAIN_SET_COUNTRY_2_4, &countryIe, sizeof(country_t), NULL, 0, &dwRetSize);
2435 CTI_WLAN_AdapterAPI::Set_countryIeFor5_Ghz( country_t countryIe) argument
2440 dwRetValue = tiIoCtrl(TIWLN_REG_DOMAIN_SET_COUNTRY_5, &countryIe, sizeof(country_t), NULL, 0, &dwRetSize);
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c2103 country_t countryIe; local
2107 NdisMoveMemory(&countryIe, pData, Length);
2109 Param.content.pCountry = &countryIe;

Completed in 78 milliseconds