Home | History | Annotate | Download | only in wifi

Lines Matching refs:KeyMgmt

36 import android.net.wifi.WifiConfiguration.KeyMgmt;
279 config.allowedKeyManagement.set(KeyMgmt.NONE);
283 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
286 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
287 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X);
289 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
304 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
307 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
322 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
327 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
349 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
350 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X);