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.h557 uint8_t TLS_cipher; member
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c1147 if (params->TLS_cipher == WIFI_EAP_TLS_ECC_P384) { in wpas_add_and_config_network()
1152 } else if (params->TLS_cipher == WIFI_EAP_TLS_RSA_3K) { in wpas_add_and_config_network()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c809 params->TLS_cipher = atoi(state->optarg); in __wifi_args_to_params()