Searched refs:EXTRA_PASSPOINT_WNM_ESS (Results 1 – 3 of 3) sorted by relevance
268 } else if (bundle.containsKey(WifiManager.EXTRA_PASSPOINT_WNM_ESS)) { in onHandleIntent()269 boolean ess = bundle.getBoolean(WifiManager.EXTRA_PASSPOINT_WNM_ESS); in onHandleIntent()
151 public static final String EXTRA_PASSPOINT_WNM_ESS = "ess"; field in WifiManager
8167 intent.putExtra(WifiManager.EXTRA_PASSPOINT_WNM_ESS, event.isEss()); in wnmFrameReceived()