Searched refs:countryString (Results 1 - 6 of 6) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
H A DTI_AdapterApiC.h902 countryString -
907 tiUINT8 **countryString);
926 countryString -
931 tiUINT8 **countryString);
H A DTI_AdapterApiCpp.h121 virtual tiINT32 Get_countryIeFor2_4_Ghz ( tiUINT8 **countryString) = 0;
123 virtual tiINT32 Get_countryIeFor5_Ghz ( tiUINT8 **countryString) = 0;
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
H A DCTI_Adapter.h230 virtual tiINT32 Get_countryIeFor2_4_Ghz ( tiUINT8 **countryString);
232 virtual tiINT32 Get_countryIeFor5_Ghz ( tiUINT8 **countryString);
H A DTI_AdapterApi.cpp799 TI_Get_countryIeFor2_4_Ghz(TI_HANDLE hAdapter, tiUINT8 **countryString) argument
803 return ((TI_WLAN_AdapterAPI *) hAdapter)->Get_countryIeFor2_4_Ghz(countryString);
817 TI_Get_countryIeFor5_Ghz(TI_HANDLE hAdapter, tiUINT8 **countryString) argument
821 return ((TI_WLAN_AdapterAPI *) hAdapter)->Get_countryIeFor5_Ghz(countryString);
H A DCTI_Adapter.cpp2421 CTI_WLAN_AdapterAPI::Get_countryIeFor2_4_Ghz( tiUINT8 **countryString) argument
2426 if ( countryString )
2428 dwRetValue = tiIoCtrl(TIWLN_REG_DOMAIN_GET_COUNTRY_2_4, NULL, 0, countryString, COUNTRY_STRING_LEN,&dwRetSize);
2446 CTI_WLAN_AdapterAPI::Get_countryIeFor5_Ghz( tiUINT8 **countryString) argument
2451 if ( countryString )
2453 dwRetValue = tiIoCtrl(TIWLN_REG_DOMAIN_GET_COUNTRY_5, NULL, 0, countryString, COUNTRY_STRING_LEN,&dwRetSize);
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c2711 UINT8 countryString[COUNTRY_STRING_LEN+1]; local
2712 result = TI_Get_countryIeFor2_4_Ghz(g_id_adapter, (UINT8**)&countryString );
2715 countryString[COUNTRY_STRING_LEN] = '\0';
2716 if (countryString[0] == '\0')
2722 console_printf_terminal("802_11d Country for 2.4 GHz is %s \n", countryString );
2754 UINT8 countryString[COUNTRY_STRING_LEN+1]; local
2755 result = TI_Get_countryIeFor5_Ghz(g_id_adapter, (UINT8**)&countryString );
2758 countryString[COUNTRY_STRING_LEN] = '\0';
2759 if (countryString[0] == '\0')
2765 console_printf_terminal("802_11d Country for 5 GHz is %s\n", countryString );
[all...]

Completed in 81 milliseconds