Lines Matching refs:network_idx

5414         unsigned int network_idx = -1;  in wpa_supplicant_msg_cb()  local
5418 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() local
5489 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()
5506 unsigned int network_idx = -1; in wpa_supplicant_msg_cb() local
5510 network_idx = wlan.cur_uap_network_idx; in wpa_supplicant_msg_cb()
5514 network_idx = wlan.cur_network_idx; in wpa_supplicant_msg_cb()
5516 if (network_idx < WLAN_MAX_KNOWN_NETWORKS) in wpa_supplicant_msg_cb()
5520 struct wlan_network_security *security = &(wlan.networks[network_idx].security); in wpa_supplicant_msg_cb()
5537 unsigned int network_idx = -1; in wpa_supplicant_msg_cb() local
5541 network_idx = wlan.cur_uap_network_idx; in wpa_supplicant_msg_cb()
5545 network_idx = wlan.cur_network_idx; in wpa_supplicant_msg_cb()
5547 if (network_idx < WLAN_MAX_KNOWN_NETWORKS) in wpa_supplicant_msg_cb()
5551 struct wlan_network_security *security = &(wlan.networks[network_idx].security); in wpa_supplicant_msg_cb()
5566 unsigned int network_idx = -1; in wpa_supplicant_msg_cb() local
5570 network_idx = wlan.cur_uap_network_idx; in wpa_supplicant_msg_cb()
5574 network_idx = wlan.cur_network_idx; in wpa_supplicant_msg_cb()
5576 if (network_idx < WLAN_MAX_KNOWN_NETWORKS) in wpa_supplicant_msg_cb()
5578 struct wlan_network_security *security = &(wlan.networks[network_idx].security); in wpa_supplicant_msg_cb()
5596 unsigned int network_idx = -1; in wpa_supplicant_msg_cb() local
5600 network_idx = wlan.cur_uap_network_idx; in wpa_supplicant_msg_cb()
5604 network_idx = wlan.cur_network_idx; in wpa_supplicant_msg_cb()
5606 if (network_idx < WLAN_MAX_KNOWN_NETWORKS) in wpa_supplicant_msg_cb()
5608 struct wlan_network_security *security = &(wlan.networks[network_idx].security); in wpa_supplicant_msg_cb()
5626 unsigned int network_idx = -1; in wpa_supplicant_msg_cb() local
5630 network_idx = wlan.cur_uap_network_idx; in wpa_supplicant_msg_cb()
5634 network_idx = wlan.cur_network_idx; in wpa_supplicant_msg_cb()
5636 if (network_idx < WLAN_MAX_KNOWN_NETWORKS) in wpa_supplicant_msg_cb()
5638 struct wlan_network_security *security = &(wlan.networks[network_idx].security); in wpa_supplicant_msg_cb()
5656 wpa_supp_start_ap(netif, &wlan.networks[network_idx], 1); in wpa_supplicant_msg_cb()