Searched refs:network_idx (Results 1 – 1 of 1) sorted by relevance
5414 unsigned int network_idx = -1; in wpa_supplicant_msg_cb() local5418 network_idx = wlan.cur_uap_network_idx; in wpa_supplicant_msg_cb()5422 network_idx = wlan.cur_network_idx; in wpa_supplicant_msg_cb()5426 if (network_idx < WLAN_MAX_KNOWN_NETWORKS) in wpa_supplicant_msg_cb()5428 struct wlan_network_security *security = &(wlan.networks[network_idx].security); in wpa_supplicant_msg_cb()5485 unsigned int network_idx = -1; in wpa_supplicant_msg_cb() local5489 network_idx = wlan.cur_uap_network_idx; in wpa_supplicant_msg_cb()5493 network_idx = wlan.cur_network_idx; in wpa_supplicant_msg_cb()5495 if (network_idx < WLAN_MAX_KNOWN_NETWORKS) in wpa_supplicant_msg_cb()5500 (void)memcpy(wlan.networks[network_idx].ssid, pos, strlen(pos)); in wpa_supplicant_msg_cb()[all …]