OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ap_country_str
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h
55
u8
ap_country_str
[3]; // country string advertised by AP
member in struct:__anon32333
/hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp
175
len = ((sizeof(stats->
ap_country_str
) <= len) ? sizeof(stats->
ap_country_str
) : len);
176
memcpy(&stats->
ap_country_str
[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_AP_COUNTRY_STR]),
207
stats->
ap_country_str
[0],
208
stats->
ap_country_str
[1],
209
stats->
ap_country_str
[2],
[
all
...]
Completed in 110 milliseconds