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

  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 70 u8 ap_country_str[3]; // country string advertised by AP member in struct:__anon41476
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 163 len = ((sizeof(stats->ap_country_str) <= len) ? sizeof(stats->ap_country_str) : len);
164 memcpy(&stats->ap_country_str[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_AP_COUNTRY_STR]),
178 ALOGI("STATS IFACE: AP country str %c%c%c ", stats->ap_country_str[0],
179 stats->ap_country_str[1], stats->ap_country_str[2]);
    [all...]

Completed in 171 milliseconds