Home
last modified time | relevance | path

Searched refs:security (Results 1 – 25 of 26) sorted by relevance

12

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c1294 const struct wlan_network_security *config = &network->security; in security_profile_matches()
1495 …A2_WEP.wpa || res->WPA_WPA2_WEP.wpa2_sha256) && (network->security.psk_len || network->security.pa… in network_matches_scan_result()
1507 …if ((res->ap_pwe != network->security.pwe_derivation) && ((res->ap_pwe | network->security.pwe_der… in network_matches_scan_result()
1543 network->security.wlan_ctx = in wpa2_tls_init()
1544 …wm_mbedtls_ssl_config_new(&network->security.tls_cert, MBEDTLS_SSL_IS_CLIENT, MBEDTLS_SSL_VERIFY_N… in wpa2_tls_init()
1546 if (!network->security.wlan_ctx) in wpa2_tls_init()
1552 network->security.wlan_ssl = wm_mbedtls_ssl_new(network->security.wlan_ctx, 0, NULL); in wpa2_tls_init()
1554 if (!network->security.wlan_ssl) in wpa2_tls_init()
1557 wm_mbedtls_ssl_config_free(network->security.wlan_ctx); in wpa2_tls_init()
1558 network->security.wlan_ctx = NULL; in wpa2_tls_init()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c287 enum wlan_security_type security = WLAN_SECURITY_NONE; in WPL_Start_AP() local
313 security = WLAN_SECURITY_NONE; in WPL_Start_AP()
317 security = WLAN_SECURITY_WPA2; in WPL_Start_AP()
329 uap_network.security.type = security; in WPL_Start_AP()
330 uap_network.security.psk_len = (uint8_t)password_len; in WPL_Start_AP()
331 (void)strncpy(uap_network.security.psk, password, password_len); in WPL_Start_AP()
487 char security[40]; in WLP_process_results() local
488 security[0] = '\0'; in WLP_process_results()
492 (void)strcat(security, "WPA2_ENTP "); in WLP_process_results()
496 (void)strcat(security, "WEP "); in WLP_process_results()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h1189 static inline int is_valid_security(int security) in is_valid_security() argument
1192 …if ((security == WLAN_SECURITY_NONE) || (security == WLAN_SECURITY_WEP_OPEN) || (security == WLAN_… in is_valid_security()
1193 (security == WLAN_SECURITY_WPA2) || in is_valid_security()
1195 (security == WLAN_SECURITY_WPA2_FT) || in is_valid_security()
1197 (security == WLAN_SECURITY_WPA_WPA2_MIXED) || in is_valid_security()
1200 (security == WLAN_SECURITY_EAP_TLS) || (security == WLAN_SECURITY_EAP_TLS_SHA256) || in is_valid_security()
1202 (security == WLAN_SECURITY_EAP_TLS_FT) || (security == WLAN_SECURITY_EAP_TLS_FT_SHA384) || in is_valid_security()
1206 (security == WLAN_SECURITY_EAP_TTLS) || in is_valid_security()
1208 (security == WLAN_SECURITY_EAP_TTLS_MSCHAPV2) || in is_valid_security()
1213 (security == WLAN_SECURITY_EAP_PEAP_MSCHAPV2) || in is_valid_security()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-uap.c377 enum wlan_security_type security, in wifi_cmd_uap_config() argument
408 if (!(security == WLAN_SECURITY_NONE || security == WLAN_SECURITY_WPA2 || in wifi_cmd_uap_config()
409 security == WLAN_SECURITY_WPA_WPA2_MIXED || security == WLAN_SECURITY_WPA3_SAE || in wifi_cmd_uap_config()
410 security == WLAN_SECURITY_WPA2_WPA3_SAE_MIXED in wifi_cmd_uap_config()
412 || security == WLAN_SECURITY_OWE_ONLY in wifi_cmd_uap_config()
546 if (security == WLAN_SECURITY_NONE) in wifi_cmd_uap_config()
551 if (security == WLAN_SECURITY_WPA2 || security == WLAN_SECURITY_WPA_WPA2_MIXED || in wifi_cmd_uap_config()
552 security == WLAN_SECURITY_WPA3_SAE || security == WLAN_SECURITY_WPA2_WPA3_SAE_MIXED in wifi_cmd_uap_config()
554 || security == WLAN_SECURITY_OWE_ONLY in wifi_cmd_uap_config()
560 if (security == WLAN_SECURITY_WPA2) in wifi_cmd_uap_config()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_WiFi.h101 uint8_t security; ///< Security type (ARM_WIFI_SECURITY_xxx) member
114 uint8_t security; ///< Security type (ARM_WIFI_SECURITY_xxx) member
125 uint8_t security; ///< Security type (ARM_WIFI_SECURITY_xxx) member
DDriver_Storage.h173 ARM_STORAGE_SECURITY_FEATURES security; ///< \ref ARM_STORAGE_SECURITY_FEATURES member
/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/
Dmiddleware_mmcau_cm0p.cmake1 #Description: Kinetis MMCAU security function library for Arm Cortex-M0+; user_visible: True
Dmiddleware_mmcau_cm4_cm7.cmake1 #Description: Kinetis MMCAU security function library for Arm Cortex-M4 and Cortex-M7; user_visible…
DREADME.txt1 This is an updated release of the Kinetis MMCAU security function library.
/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/include/
Dwpl.h123 …rkWithSecurity(const char *ssid, const char *password, const char *label, wpl_security_t security);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h684 int wifi_wfd_start(char *ssid, int security, char *passphrase, int channel);
1027 int security,
/hal_nxp-latest/mcux/mcux-sdk/
DCODE_OF_CONDUCT.md67 All community leaders are obligated to respect the privacy and security of the
DLA_OPT_NXP_Software_License RTAudio.txt54 …lely responsible for compliance with all legal, regulatory, safety, and security related requireme…
DLA_OPT_NXP_Software_License.txt287 safety, and security related requirements concerning its products, regardless
/hal_nxp-latest/mcux/mcux-sdk/devices/MKM34ZA5/
Dall_lib_device.cmake308 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/MKM34Z7/
Dall_lib_device.cmake326 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/MKM35Z7/
Dall_lib_device.cmake345 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L2A41A/
Dall_lib_device.cmake468 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/
Dall_lib_device.cmake556 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/
Dall_lib_device.cmake562 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/MCIMX7U5/
Dall_lib_device.cmake480 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/
Dall_lib_device.cmake593 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/
Dall_lib_device.cmake901 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/
Dall_lib_device.cmake997 # # description: MMCAU security function library source files
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/
Dall_lib_device.cmake959 # # description: MMCAU security function library source files

12