Home
last modified time | relevance | path

Searched refs:password_len (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c291 size_t password_len = strlen(password); in WPL_Start_AP() local
303 if (((0U < password_len) && (password_len < WPL_WIFI_PASSWORD_MIN_LEN)) || in WPL_Start_AP()
304 (password_len > WPL_WIFI_PASSWORD_LENGTH)) in WPL_Start_AP()
311 if (password_len == 0U) 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()
595 size_t password_len = strlen(password); in WPL_AddNetworkWithSecurity() local
613 if (((0U < password_len) && (password_len < WPL_WIFI_PASSWORD_MIN_LEN)) || in WPL_AddNetworkWithSecurity()
614 (password_len > WPL_WIFI_PASSWORD_LENGTH)) in WPL_AddNetworkWithSecurity()
621 if (password_len == 0U) in WPL_AddNetworkWithSecurity()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-uap.c421 int password_len = (int)strlen(password); in wifi_cmd_uap_config() local
661 bss.param.bss_config.wpa_cfg.password_length = (t_u32)password_len; in wifi_cmd_uap_config()
662 …emcpy((void *)bss.param.bss_config.wpa_cfg.password, (const void *)password, (size_t)password_len); in wifi_cmd_uap_config()
Dmlan_sta_cmd.c1202 … ppassword_tlv->header.len = (t_u16)MIN(MLAN_MAX_PASSWORD_LENGTH, psk->password.password_len);
1204 MIN(MLAN_MAX_PASSWORD_LENGTH, psk->password.password_len));
Dmlan_api.c2914 pp->password.password_len = len; in wifi_send_add_wpa3_password()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c1495 …|| res->WPA_WPA2_WEP.wpa2_sha256) && (network->security.psk_len || network->security.password_len)) in network_matches_scan_result()
1722 network->security.password_len); in configure_security()
1729 network->security.password_len); in configure_security()
5407 security->password_len = strlen(psk); in wpa_supplicant_msg_cb()
8367 if (network->security.password_len < WLAN_PASSWORD_MIN_LENGTH || in wlan_is_key_valid()
8368 network->security.password_len > WLAN_PASSWORD_MAX_LENGTH) in wlan_is_key_valid()
8370 … wlcm_e("Invalid password length %d (expected 8..255)", network->security.password_len); in wlan_is_key_valid()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h1354 size_t password_len; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h2085 t_u32 password_len; member