Searched refs:new_iface (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_session.c41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
61 struct fst_iface *new_iface; member in struct:fst_session::__anon3750
279 old_iface ? s->data.old_iface : s->data.new_iface;
340 WPA_ASSERT(s->data.new_iface != NULL);
364 struct fst_iface *new_iface = NULL; local
402 new_iface = fst_group_get_peer_other_connection(iface, mgmt->sa,
405 if (!new_iface) {
412 fst_iface_get_name(new_iface),
480 fst_iface_get_name(new_iface));
486 fst_session_set_iface(s, new_iface, FALS
[all...]
H A Dfst_ctrl_iface.c174 struct fst_iface *new_iface, *old_iface; local
188 new_iface = fst_session_get_iface(s, FALSE);
200 new_iface ? fst_iface_get_name(new_iface) :
/freebsd-11-stable/sys/dev/usb/
H A Dusb_parse.c128 uint8_t new_iface; local
133 new_iface = 1;
154 new_iface = 0;
163 } else if (new_iface) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c2424 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
2500 new_iface = iface = hostapd_init(interfaces, config_fname);
2517 if (new_iface)
2518 hostapd_interface_deinit_free(new_iface);
2796 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
2832 new_iface = hapd_iface;
2835 if (new_iface) {
2896 new_iface = hapd_iface;
2955 if (new_iface) {

Completed in 81 milliseconds