Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h565 uint8_t eap_id_length; member
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c808 params->eap_id_length = strlen(params->eap_identity); in __wifi_args_to_params()
812 if (params->eap_id_length > WIFI_ENT_IDENTITY_MAX_LEN) { in __wifi_args_to_params()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c1142 if (params->eap_id_length > 0) { in wpas_add_and_config_network()