Home
last modified time | relevance | path

Searched refs:TLS_cipher (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.3.0/include/zephyr/net/
Dwifi_mgmt.h642 uint8_t TLS_cipher; member
/Zephyr-4.3.0/modules/hostap/src/
Dsupp_api.c901 if (params->TLS_cipher == WIFI_EAP_TLS_ECC_P384) { in wpas_add_and_config_network()
907 } else if (params->TLS_cipher == WIFI_EAP_TLS_RSA_3K) { in wpas_add_and_config_network()
/Zephyr-4.3.0/subsys/net/l2/wifi/
Dwifi_shell.c828 params->TLS_cipher = atoi(state->optarg); in __wifi_args_to_params()