Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DWnmData.java24 public static final int ESS = 1; // HS2.0 spec section 3.2.1.2, table 4 field in WnmData
/frameworks/base/proto/src/
Dwifi.proto346 // Histogram counting instances of scans with N many unique HotSpot 2.0 R1 ESS.
347 // Where ESS is defined as the (HESSID, ANQP Domain ID), (SSID, ANQP Domain ID) or
352 // Histogram counting instances of scans with N many unique HotSpot 2.0 R2 ESS.
353 // Where ESS is defined as the (HESSID, ANQP Domain ID), (SSID, ANQP Domain ID) or
358 // Histogram counting number of HotSpot 2.0 R1 APs per observed ESS in a scan
359 // (one value added per unique ESS - potentially multiple counts per single
363 // Histogram counting number of HotSpot 2.0 R2 APs per observed ESS in a scan
364 // (one value added per unique ESS - potentially multiple counts per single
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1915 int reasonCode = isEss ? WnmData.ESS : WnmData.ESS + 1; in executeAndValidateHs20DeauthImminentCallback()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2634 reasonCode == WnmData.ESS, reAuthDelayInSec)); in onHs20DeauthImminentNotice()