/packages/apps/Settings/res/values-en-rGB/ |
arrays.xml | 86 <item msgid="515055375277271756">"Authenticating?"</item> 98 <item msgid="554971459996405634">"Authenticating with <xliff:g id="NETWORK_NAME">%1$s</xliff:g>?"</item>
|
/external/chromium/chrome/browser/chromeos/login/ |
google_authenticator.h | 196 bool unlock_; // True if authenticating to unlock the computer.
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_dump.c | 59 case AUTH_PAE_AUTHENTICATING: return "AUTHENTICATING";
|
eapol_auth_sm.c | 315 SM_STATE(AUTH_PAE, AUTHENTICATING) 317 SM_ENTRY_MA(AUTH_PAE, AUTHENTICATING, auth_pae); 407 SM_ENTER(AUTH_PAE, AUTHENTICATING);
|
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantStateTracker.java | 110 case AUTHENTICATING:
|
/packages/apps/Settings/res/values/ |
arrays.xml | 226 <!-- Status message of Wi-Fi when it is authenticating. --> 227 <item>Authenticating\u2026</item> 251 <!-- Status message of Wi-Fi when it is authenticating with a network. --> 252 <item>Authenticating with <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
|
/external/wpa_supplicant/ |
eapol_sm.c | 276 SM_STATE(SUPP_PAE, AUTHENTICATING) 278 SM_ENTRY(SUPP_PAE, AUTHENTICATING); 365 SM_ENTER(SUPP_PAE, AUTHENTICATING); 405 SM_ENTER(SUPP_PAE, AUTHENTICATING); 893 return "AUTHENTICATING"; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.c | 299 SM_STATE(SUPP_PAE, AUTHENTICATING) 301 SM_ENTRY(SUPP_PAE, AUTHENTICATING); 389 SM_ENTER(SUPP_PAE, AUTHENTICATING); 429 SM_ENTER(SUPP_PAE, AUTHENTICATING); 918 return "AUTHENTICATING"; [all...] |
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 303 SM_STATE(SUPP_PAE, AUTHENTICATING) 305 SM_ENTRY(SUPP_PAE, AUTHENTICATING); 397 SM_ENTER(SUPP_PAE, AUTHENTICATING); 437 SM_ENTER(SUPP_PAE, AUTHENTICATING); 940 return "AUTHENTICATING"; [all...] |
/external/chromium/net/http/ |
http_network_transaction_unittest.cc | [all...] |
http_auth_controller.cc | 519 // Can be returned by SSPI if the authenticating authority or
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 300 // We do the actual work of authenticating the user
|
/external/chromium/chrome/browser/policy/proto/ |
device_management_backend.proto | 133 // for authenticating the request. It is included here again so that
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
index.php | 283 document.createTextNode('Authenticating...'));
|
/external/wpa_supplicant_6/wpa_supplicant/ |
README-WPS | 22 especially PBC mechanisms for authenticating the initial key setup is
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiStatusTest.java | 289 mSupplicantState.setText("ERROR AUTHENTICATING");
|
/external/wpa_supplicant_8/hostapd/ |
README | 127 introduces a extensible mechanism for authenticating and authorizing 376 # roaming be pre-authenticating IEEE 802.1X/EAP part of the full RSN
|
README-WPS | 21 especially PBC mechanisms for authenticating the initial key setup is
|
/external/wpa_supplicant_8/wpa_supplicant/ |
sme.c | 285 "when not in authenticating state"); 563 * requires us to remain in authenticating state to allow the
|
README-WPS | 22 especially PBC mechanisms for authenticating the initial key setup is
|
/frameworks/base/core/java/android/nfc/tech/ |
MifareClassic.java | 48 * authenticating with a key. {@see #authenticateSectorWithKeyA} and 382 // Authenticate command takes a block address. Authenticating a block
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppengine.h | 171 STATE_OPENING, //!< Exchanging stream headers, authenticating and so on.
|
/external/libnfc-nxp/src/ |
phFriNfc_MifareStdMap.h | 151 #define MIFARE_AUTHENTICATE_CMD_LENGTH 7 /*!< Send Length for authenticating a Block */
|
/external/ppp/pppd/ |
upap.c | 241 * Start authenticating if pending.
|
/external/srtp/srtp/ |
srtp.c | 781 * if we're authenticating using a universal hash, put the keystream 805 * if we're authenticating, run authentication function and put result [all...] |