Searched refs:auth_mode (Results 1 - 9 of 9) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A 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, enc in wpa_driver_ndis_associate() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A 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, enc in wpa_driver_ndis_associate() local [all...] |
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client2.c | 404 " auth_mode=%%s default: (library default: none)\n" \ 507 int auth_mode; /* verify mode for connection */ member 955 opt.auth_mode = DFL_AUTH_MODE; in main() 1337 } else if (strcmp(p, "auth_mode") == 0) { in main() 1339 opt.auth_mode = MBEDTLS_SSL_VERIFY_NONE; in main() 1341 opt.auth_mode = MBEDTLS_SSL_VERIFY_OPTIONAL; in main() 1343 opt.auth_mode = MBEDTLS_SSL_VERIFY_REQUIRED; in main() 1843 if (opt.auth_mode != DFL_AUTH_MODE) { in main() 1844 mbedtls_ssl_conf_authmode(&conf, opt.auth_mode); in main() 2214 "auth_mode in main() [all...] |
H A D | ssl_server2.c | 530 " auth_mode=%%s default: (library default: none)\n" \ 655 int auth_mode; /* verify mode for connection */ member 1733 opt.auth_mode = DFL_AUTH_MODE; in main() 2123 } else if (strcmp(p, "auth_mode") == 0) { in main() 2124 if ((opt.auth_mode = get_auth_mode(q)) < 0) { in main() 2807 if (opt.auth_mode != DFL_AUTH_MODE) { in main() 2808 mbedtls_ssl_conf_authmode(&conf, opt.auth_mode); in main()
|
/third_party/libwebsockets/lib/roles/http/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | server.c | 1153 unsigned int auth_mode) in lws_check_basic_auth() 1159 if (!basic_auth_login_file && auth_mode == LWSAUTHM_DEFAULT) in lws_check_basic_auth() 1203 switch (auth_mode) { in lws_check_basic_auth() 1237 if (!basic_auth_login_file && auth_mode == LWSAUTHM_DEFAULT) in lws_check_basic_auth() 1152 lws_check_basic_auth(struct lws *wsi, const char *basic_auth_login_file, unsigned int auth_mode) lws_check_basic_auth() argument
|
/third_party/mbedtls/tests/ |
H A D | ssl-opt.sh | 540 *\ auth_mode=*|*[-_\ =]crt[_=]*) 1234 # * $1: the value of the server auth_mode parameter. 1786 "$P_SRV debug_level=3 auth_mode=required force_version=tls12" \ 1805 "$P_SRV debug_level=3 auth_mode=required force_version=tls12" \ 2052 "$P_SRV auth_mode=required" \ 2079 "$P_SRV force_version=tls12 auth_mode=required" \ 2123 "$P_SRV force_version=tls12 auth_mode=required" \ 2138 "$P_SRV force_version=tls12 auth_mode=required crt_file=data_files/server5.crt \ 2157 "$P_SRV force_version=tls12 auth_mode=required crt_file=data_files/server2-sha256.crt \ 2174 "$P_SRV force_version=tls12 auth_mode [all...] |
Completed in 33 milliseconds