Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c591 struct wlan_network sta_network; in WPL_AddNetworkWithSecurity() local
592 memset(&sta_network, 0, sizeof(struct wlan_network)); in WPL_AddNetworkWithSecurity()
623 sta_network.security.type = WLAN_SECURITY_NONE; in WPL_AddNetworkWithSecurity()
630 sta_network.security.type = WLAN_SECURITY_WILDCARD; in WPL_AddNetworkWithSecurity()
631 sta_network.security.mfpc = true; in WPL_AddNetworkWithSecurity()
632 sta_network.security.mfpr = true; in WPL_AddNetworkWithSecurity()
633 sta_network.security.password_len = password_len; in WPL_AddNetworkWithSecurity()
634 strncpy(sta_network.security.password, password, password_len); in WPL_AddNetworkWithSecurity()
635 sta_network.security.psk_len = (uint8_t)password_len; in WPL_AddNetworkWithSecurity()
636 strncpy(sta_network.security.psk, password, password_len); in WPL_AddNetworkWithSecurity()
[all …]