Searched refs:sta_network (Results 1 – 1 of 1) sorted by relevance
591 struct wlan_network sta_network; in WPL_AddNetworkWithSecurity() local592 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 …]