OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countryString
(Results
1 - 6
of
6
) sorted by null
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterApiC.h
[
all
...]
TI_AdapterApiCpp.h
121
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/
CTI_Adapter.h
230
virtual tiINT32 Get_countryIeFor2_4_Ghz ( tiUINT8 **
countryString
);
232
virtual tiINT32 Get_countryIeFor5_Ghz ( tiUINT8 **
countryString
);
TI_AdapterApi.cpp
799
TI_Get_countryIeFor2_4_Ghz(TI_HANDLE hAdapter, tiUINT8 **
countryString
)
803
return ((TI_WLAN_AdapterAPI *) hAdapter)->Get_countryIeFor2_4_Ghz(
countryString
);
817
TI_Get_countryIeFor5_Ghz(TI_HANDLE hAdapter, tiUINT8 **
countryString
)
821
return ((TI_WLAN_AdapterAPI *) hAdapter)->Get_countryIeFor5_Ghz(
countryString
);
[
all
...]
CTI_Adapter.cpp
[
all
...]
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c
[
all
...]
Completed in 20 milliseconds