Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst_session.c41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
61 struct fst_iface *new_iface; member
279 old_iface ? s->data.old_iface : s->data.new_iface; in fst_session_send_action()
340 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_send_tear_down()
364 struct fst_iface *new_iface = NULL; in fst_session_handle_setup_request() local
402 new_iface = fst_group_get_peer_other_connection(iface, mgmt->sa, in fst_session_handle_setup_request()
405 if (!new_iface) { in fst_session_handle_setup_request()
412 fst_iface_get_name(new_iface), in fst_session_handle_setup_request()
480 fst_iface_get_name(new_iface)); in fst_session_handle_setup_request()
486 fst_session_set_iface(s, new_iface, false); in fst_session_handle_setup_request()
[all …]
Dfst_ctrl_iface.c174 struct fst_iface *new_iface, *old_iface; in session_get() local
188 new_iface = fst_session_get_iface(s, false); in session_get()
200 new_iface ? fst_iface_get_name(new_iface) : in session_get()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst_session.c41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
61 struct fst_iface *new_iface; member
279 old_iface ? s->data.old_iface : s->data.new_iface; in fst_session_send_action()
340 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_send_tear_down()
364 struct fst_iface *new_iface = NULL; in fst_session_handle_setup_request() local
402 new_iface = fst_group_get_peer_other_connection(iface, mgmt->sa, in fst_session_handle_setup_request()
405 if (!new_iface) { in fst_session_handle_setup_request()
412 fst_iface_get_name(new_iface), in fst_session_handle_setup_request()
480 fst_iface_get_name(new_iface)); in fst_session_handle_setup_request()
486 fst_session_set_iface(s, new_iface, FALSE); in fst_session_handle_setup_request()
[all …]
Dfst_ctrl_iface.c174 struct fst_iface *new_iface, *old_iface; in session_get() local
188 new_iface = fst_session_get_iface(s, FALSE); in session_get()
200 new_iface ? fst_iface_get_name(new_iface) : in session_get()
/third_party/selinux/libsepol/src/
Diface_record.c193 sepol_iface_t *new_iface = NULL; in sepol_iface_clone() local
194 if (sepol_iface_create(handle, &new_iface) < 0) in sepol_iface_clone()
197 if (sepol_iface_set_name(handle, new_iface, iface->name) < 0) in sepol_iface_clone()
202 (handle, iface->netif_con, &new_iface->netif_con) < 0)) in sepol_iface_clone()
207 (handle, iface->netmsg_con, &new_iface->netmsg_con) < 0)) in sepol_iface_clone()
210 *iface_ptr = new_iface; in sepol_iface_clone()
215 sepol_iface_free(new_iface); in sepol_iface_clone()
/third_party/FreeBSD/sys/dev/usb/
Dusb_parse.c100 uint8_t new_iface; in usb_idesc_foreach() local
105 new_iface = 1; in usb_idesc_foreach()
126 new_iface = 0; in usb_idesc_foreach()
135 } else if (new_iface) { in usb_idesc_foreach()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.c2424 struct hostapd_iface *new_iface = NULL, *iface = NULL; in hostapd_interface_init_bss() local
2500 new_iface = iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init_bss()
2517 if (new_iface) in hostapd_interface_init_bss()
2518 hostapd_interface_deinit_free(new_iface); in hostapd_interface_init_bss()
2796 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; in hostapd_add_iface() local
2832 new_iface = hapd_iface; in hostapd_add_iface()
2835 if (new_iface) { in hostapd_add_iface()
2896 new_iface = hapd_iface; in hostapd_add_iface()
2955 if (new_iface) { in hostapd_add_iface()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.c2569 struct hostapd_iface *new_iface = NULL, *iface = NULL; in hostapd_interface_init_bss() local
2645 new_iface = iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init_bss()
2662 if (new_iface) in hostapd_interface_init_bss()
2663 hostapd_interface_deinit_free(new_iface); in hostapd_interface_init_bss()
2950 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; in hostapd_add_iface() local
2986 new_iface = hapd_iface; in hostapd_add_iface()
2989 if (new_iface) { in hostapd_add_iface()
3050 new_iface = hapd_iface; in hostapd_add_iface()
3109 if (new_iface) { in hostapd_add_iface()