HomeSort by relevance Sort by last modified time
    Searched refs:country_str (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 56 u8 country_str[3]; // country string for this association member in struct:__anon32333
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 185 len = ((sizeof(stats->country_str) < len) ? sizeof(stats->country_str) : len);
186 memcpy(&stats->country_str[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_COUNTRY_STR]),
210 stats->country_str[0],
211 stats->country_str[1],
212 stats->country_str[2]);
    [all...]

Completed in 180 milliseconds