Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_api.c365 static inline enum wifi_security_type wpas_key_mgmt_to_zephyr(int key_mgmt, int proto, int pwe) in wpas_key_mgmt_to_zephyr() argument
367 switch (key_mgmt) { in wpas_key_mgmt_to_zephyr()
497 cipher_config->key_mgmt = "WPA-EAP-SUITE-B"; in process_cipher_config()
504 cipher_config->key_mgmt = "WPA-EAP-SUITE-B-192 FT-EAP-SHA384"; in process_cipher_config()
506 cipher_config->key_mgmt = "WPA-EAP-SUITE-B-192"; in process_cipher_config()
514 cipher_config->key_mgmt = "WPA-EAP FT-EAP"; in process_cipher_config()
516 cipher_config->key_mgmt = "WPA-EAP"; in process_cipher_config()
521 cipher_config->key_mgmt = "WPA-EAP-SHA256"; in process_cipher_config()
763 if (!hostapd_cli_cmd_v("set wpa_key_mgmt %s", cipher_config.key_mgmt)) { in hapd_process_enterprise_config()
1086 cipher_config.key_mgmt)) { in wpas_add_and_config_network()
[all …]
/Zephyr-latest/include/zephyr/net/
Dwifi.h165 char *key_mgmt; member
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c510 nxp_wlan_uap_network.security.key_mgmt |= WLAN_KEY_MGMT_PSK_SHA256; in nxp_wifi_start_ap()
906 nxp_wlan_network.security.key_mgmt |= WLAN_KEY_MGMT_PSK_SHA256; in nxp_wifi_connect()