Searched defs:auth_mode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_performer.h67 // If auth_mode is AUTH_MODE_EXTENSION, there are no further auth checks,
70 AuthorizationMode auth_mode);
112 AuthorizationMode auth_mode() const { return auth_mode_; } function in class:chromeos::LoginPerformer
H A Dlogin_performer.cc139 AuthorizationMode auth_mode) {
140 auth_mode_ = auth_mode;
150 user_context_, auth_mode));
138 PerformLogin(const UserContext& user_context, AuthorizationMode auth_mode) argument
H A Dexisting_user_controller.cc402 LoginPerformer::AuthorizationMode auth_mode) {
428 login_performer_->PerformLogin(user_context, auth_mode);
757 login_performer_->auth_mode() == LoginPerformer::AUTH_MODE_EXTENSION &&
400 PerformLogin( const UserContext& user_context, LoginPerformer::AuthorizationMode auth_mode) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2831 const char *auth_mode; local
2835 auth_mode = "INACTIVE";
2841 auth_mode = eap_mode_buf;
2844 auth_mode = wpa_key_mgmt_txt(wpa_s->key_mgmt,
2849 &auth_mode, error);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c588 u32 auth_mode = mode; local
590 (char *) &auth_mode, sizeof(auth_mode)) < 0) {
593 (int) auth_mode);
602 u32 auth_mode; local
605 (char *) &auth_mode, sizeof(auth_mode));
606 if (res != sizeof(auth_mode)) {
611 return auth_mode;
1053 u32 auth_mode, enc local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c588 u32 auth_mode = mode; local
590 (char *) &auth_mode, sizeof(auth_mode)) < 0) {
593 (int) auth_mode);
602 u32 auth_mode; local
605 (char *) &auth_mode, sizeof(auth_mode));
606 if (res != sizeof(auth_mode)) {
611 return auth_mode;
1053 u32 auth_mode, enc local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c588 u32 auth_mode = mode; local
590 (char *) &auth_mode, sizeof(auth_mode)) < 0) {
593 (int) auth_mode);
602 u32 auth_mode; local
605 (char *) &auth_mode, sizeof(auth_mode));
606 if (res != sizeof(auth_mode)) {
611 return auth_mode;
1053 u32 auth_mode, enc local
[all...]

Completed in 468 milliseconds