Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h559 uint8_t TLS_cipher; member
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c1072 if (params->TLS_cipher == WIFI_EAP_TLS_ECC_P384) { in wpas_add_and_config_network()
1077 } else if (params->TLS_cipher == WIFI_EAP_TLS_RSA_3K) { in wpas_add_and_config_network()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c791 params->TLS_cipher = atoi(state->optarg); in __wifi_args_to_params()