Searched refs:auth_mode (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_ndis.c | 589 u32 auth_mode = mode; in ndis_set_auth_mode() local 591 (char *) &auth_mode, sizeof(auth_mode)) < 0) { in ndis_set_auth_mode() 594 (int) auth_mode); in ndis_set_auth_mode() 603 u32 auth_mode; in ndis_get_auth_mode() local 606 (char *) &auth_mode, sizeof(auth_mode)); in ndis_get_auth_mode() 607 if (res != sizeof(auth_mode)) { in ndis_get_auth_mode() 612 return auth_mode; in ndis_get_auth_mode() 1041 u32 auth_mode, encr, priv_mode, mode; in wpa_driver_ndis_associate() local 1085 auth_mode = Ndis802_11AuthModeAutoSwitch; in wpa_driver_ndis_associate() 1087 auth_mode = Ndis802_11AuthModeShared; in wpa_driver_ndis_associate() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_ndis.c | 589 u32 auth_mode = mode; in ndis_set_auth_mode() local 591 (char *) &auth_mode, sizeof(auth_mode)) < 0) { in ndis_set_auth_mode() 594 (int) auth_mode); in ndis_set_auth_mode() 603 u32 auth_mode; in ndis_get_auth_mode() local 606 (char *) &auth_mode, sizeof(auth_mode)); in ndis_get_auth_mode() 607 if (res != sizeof(auth_mode)) { in ndis_get_auth_mode() 612 return auth_mode; in ndis_get_auth_mode() 1053 u32 auth_mode, encr, priv_mode, mode; in wpa_driver_ndis_associate() local 1097 auth_mode = Ndis802_11AuthModeAutoSwitch; in wpa_driver_ndis_associate() 1099 auth_mode = Ndis802_11AuthModeShared; in wpa_driver_ndis_associate() [all …]
|
/third_party/mbedtls/programs/ssl/ |
D | ssl_client2.c | 485 int auth_mode; /* verify mode for connection */ member 852 opt.auth_mode = DFL_AUTH_MODE; in main() 1186 opt.auth_mode = MBEDTLS_SSL_VERIFY_NONE; in main() 1188 opt.auth_mode = MBEDTLS_SSL_VERIFY_OPTIONAL; in main() 1190 opt.auth_mode = MBEDTLS_SSL_VERIFY_REQUIRED; in main() 1768 if( opt.auth_mode != DFL_AUTH_MODE ) in main() 1769 mbedtls_ssl_conf_authmode( &conf, opt.auth_mode ); in main()
|
D | ssl_server2.c | 609 int auth_mode; /* verify mode for connection */ member 1535 opt.auth_mode = DFL_AUTH_MODE; in main() 1849 if( ( opt.auth_mode = get_auth_mode( q ) ) < 0 ) in main() 2581 if( opt.auth_mode != DFL_AUTH_MODE ) in main() 2582 mbedtls_ssl_conf_authmode( &conf, opt.auth_mode ); in main()
|
/third_party/libwebsockets/lib/roles/http/ |
D | private-lib-roles-http.h | 311 lws_check_basic_auth(struct lws *wsi, const char *basic_auth_login_file, unsigned int auth_mode);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 3561 const char *auth_mode; in wpas_dbus_getter_current_auth_mode() local 3565 auth_mode = "INACTIVE"; in wpas_dbus_getter_current_auth_mode() 3571 auth_mode = eap_mode_buf; in wpas_dbus_getter_current_auth_mode() 3574 auth_mode = wpa_key_mgmt_txt(wpa_s->key_mgmt, in wpas_dbus_getter_current_auth_mode() 3577 auth_mode = "UNKNOWN"; in wpas_dbus_getter_current_auth_mode() 3581 &auth_mode, error); in wpas_dbus_getter_current_auth_mode()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 3951 const char *auth_mode; in wpas_dbus_getter_current_auth_mode() local 3955 auth_mode = "INACTIVE"; in wpas_dbus_getter_current_auth_mode() 3961 auth_mode = eap_mode_buf; in wpas_dbus_getter_current_auth_mode() 3964 auth_mode = wpa_key_mgmt_txt(wpa_s->key_mgmt, in wpas_dbus_getter_current_auth_mode() 3967 auth_mode = "UNKNOWN"; in wpas_dbus_getter_current_auth_mode() 3971 &auth_mode, error); in wpas_dbus_getter_current_auth_mode()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 1151 unsigned int auth_mode) in lws_check_basic_auth() argument 1157 if (!basic_auth_login_file && auth_mode == LWSAUTHM_DEFAULT) in lws_check_basic_auth() 1201 switch (auth_mode) { in lws_check_basic_auth()
|