Searched refs:auth_mode (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/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 …]
|
/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_client2.c | 486 int auth_mode; /* verify mode for connection */ member 841 opt.auth_mode = DFL_AUTH_MODE; in main() 1189 opt.auth_mode = MBEDTLS_SSL_VERIFY_NONE; in main() 1191 opt.auth_mode = MBEDTLS_SSL_VERIFY_OPTIONAL; in main() 1193 opt.auth_mode = MBEDTLS_SSL_VERIFY_REQUIRED; in main() 1776 if( opt.auth_mode != DFL_AUTH_MODE ) in main() 1777 mbedtls_ssl_conf_authmode( &conf, opt.auth_mode ); in main()
|
D | ssl_server2.c | 589 int auth_mode; /* verify mode for connection */ member 1506 opt.auth_mode = DFL_AUTH_MODE; in main() 1822 if( ( opt.auth_mode = get_auth_mode( q ) ) < 0 ) in main() 2561 if( opt.auth_mode != DFL_AUTH_MODE ) in main() 2562 mbedtls_ssl_conf_authmode( &conf, opt.auth_mode ); in main()
|
/external/mbedtls/programs/ssl/ |
D | ssl_client2.c | 508 int auth_mode; /* verify mode for connection */ member 934 opt.auth_mode = DFL_AUTH_MODE; in main() 1302 opt.auth_mode = MBEDTLS_SSL_VERIFY_NONE; in main() 1304 opt.auth_mode = MBEDTLS_SSL_VERIFY_OPTIONAL; in main() 1306 opt.auth_mode = MBEDTLS_SSL_VERIFY_REQUIRED; in main() 1937 if( opt.auth_mode != DFL_AUTH_MODE ) in main() 1938 mbedtls_ssl_conf_authmode( &conf, opt.auth_mode ); in main()
|
D | ssl_server2.c | 647 int auth_mode; /* verify mode for connection */ member 1691 opt.auth_mode = DFL_AUTH_MODE; in main() 2048 if( ( opt.auth_mode = get_auth_mode( q ) ) < 0 ) in main() 2901 if( opt.auth_mode != DFL_AUTH_MODE ) in main() 2902 mbedtls_ssl_conf_authmode( &conf, opt.auth_mode ); in main()
|
/external/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);
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4086 const char *auth_mode; in wpas_dbus_getter_current_auth_mode() local 4090 auth_mode = "INACTIVE"; in wpas_dbus_getter_current_auth_mode() 4096 auth_mode = eap_mode_buf; in wpas_dbus_getter_current_auth_mode() 4099 auth_mode = wpa_key_mgmt_txt(wpa_s->key_mgmt, in wpas_dbus_getter_current_auth_mode() 4102 auth_mode = "UNKNOWN"; in wpas_dbus_getter_current_auth_mode() 4106 &auth_mode, error); in wpas_dbus_getter_current_auth_mode()
|
/external/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()
|
/external/mbedtls/tests/ |
D | ssl-opt.sh | 424 *\ auth_mode=*|*[-_\ =]crt[_=]*)
|