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 71 u8 country_str[3]; // country string for this association member in struct:__anon41476
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 167 len = ((sizeof(stats->country_str) < len) ? sizeof(stats->country_str) : len);
168 memcpy(&stats->country_str[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_COUNTRY_STR]),
180 ALOGI("STATS IFACE:Country String for this Association %c%c%c", stats->country_str[0],
181 stats->country_str[1], stats->country_str[2]);
    [all...]

Completed in 926 milliseconds