Home
last modified time | relevance | path

Searched refs:leaky_ap_detected (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h208 …u32 leaky_ap_detected; // indicate that this AP typically leaks packets beyond the … member
253 u32 leaky_ap_detected; // Indicate that this AP on the link typically leaks member
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp556 stats->leaky_ap_detected = 0; in get_wifi_iface_stats()
558 stats->leaky_ap_detected = nla_get_u32(tb_vendor[ in get_wifi_iface_stats()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp542 stats->leaky_ap_detected = 0; in get_wifi_iface_stats()
544 stats->leaky_ap_detected = nla_get_u32(tb_vendor[ in get_wifi_iface_stats()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4446 printMsg("leaky_ap_detected= %d\n", local_link_ptr->leaky_ap_detected); in printPerLinkStats()