Home
last modified time | relevance | path

Searched refs:auth_mode (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_client2.c365 int auth_mode; /* verify mode for connection */ member
640 opt.auth_mode = DFL_AUTH_MODE; in main()
928 opt.auth_mode = MBEDTLS_SSL_VERIFY_NONE; in main()
930 opt.auth_mode = MBEDTLS_SSL_VERIFY_OPTIONAL; in main()
932 opt.auth_mode = MBEDTLS_SSL_VERIFY_REQUIRED; in main()
1376 if( opt.auth_mode != DFL_AUTH_MODE ) in main()
1377 mbedtls_ssl_conf_authmode( &conf, opt.auth_mode ); in main()
A Dssl_server2.c483 int auth_mode; /* verify mode for connection */ member
1357 opt.auth_mode = DFL_AUTH_MODE; in main()
1627 if( ( opt.auth_mode = get_auth_mode( q ) ) < 0 ) in main()
2220 if( opt.auth_mode != DFL_AUTH_MODE ) in main()
2221 mbedtls_ssl_conf_authmode( &conf, opt.auth_mode ); in main()
/AliOS-Things-master/components/drivers/peripheral/wifi/include/vfsdev/
A Dwifi_dev.h292 wifi_auth_mode_t auth_mode; //wifi auth, WEP/WPA, ... member
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dnetwork_cyw43.c155 MP_OBJ_NEW_SMALL_INT(res->auth_mode), in network_cyw43_scan_cb()

Completed in 18 milliseconds