Home
last modified time | relevance | path

Searched refs:wlan_ssl (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h1396 mbedtls_ssl_context *wlan_ssl; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c1584 network->security.wlan_ssl = wm_mbedtls_ssl_new(network->security.wlan_ctx, 0, NULL); in wpa2_tls_init()
1586 if (!network->security.wlan_ssl) in wpa2_tls_init()
1606 if (network->security.wlan_ssl) in wpa2_tls_cleanup()
1608 wm_mbedtls_ssl_free(network->security.wlan_ssl); in wpa2_tls_cleanup()
1609 network->security.wlan_ssl = NULL; in wpa2_tls_cleanup()