Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c1575 network->security.wlan_ctx = in wpa2_tls_init()
1578 if (!network->security.wlan_ctx) in wpa2_tls_init()
1584 network->security.wlan_ssl = wm_mbedtls_ssl_new(network->security.wlan_ctx, 0, NULL); in wpa2_tls_init()
1589 wm_mbedtls_ssl_config_free(network->security.wlan_ctx); in wpa2_tls_init()
1590 network->security.wlan_ctx = NULL; in wpa2_tls_init()
1597 …mbedtls_ssl_conf_cbc_record_splitting(network->security.wlan_ctx, MBEDTLS_SSL_CBC_RECORD_SPLITTING… in wpa2_tls_init()
1610 if (network->security.wlan_ctx) in wpa2_tls_cleanup()
1612 wm_mbedtls_ssl_config_free(network->security.wlan_ctx); in wpa2_tls_cleanup()
1613 network->security.wlan_ctx = NULL; in wpa2_tls_cleanup()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h1394 mbedtls_ssl_config *wlan_ctx; member