Searched refs:reattach (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h745 unsigned int reattach:1; /* reassociation to the same BSS requested */ member in struct:wpa_supplicant
H A Dscan.c1006 } else if (wpa_s->reattach && wpa_s->current_ssid != NULL) {
1030 * Reset the reattach flag so that we fall back to full scan if
1033 wpa_s->reattach = 0;
H A Dwpa_supplicant.c7155 wpa_s->reattach = 0;
H A Dctrl_iface.c10023 wpa_s->reattach = 1;
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c10989 struct workhead reattach; local
11034 LIST_INIT(&reattach);
11052 WORKLIST_INSERT(&reattach, wk);
11058 WORKLIST_INSERT(&reattach, wk);
11064 WORKLIST_INSERT(&reattach, wk);
11084 WORKLIST_INSERT(&reattach, wk);
11109 WORKLIST_INSERT(&reattach, wk);
11125 while ((wk = LIST_FIRST(&reattach)) != NULL) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1693 wpa_s->reattach = 1;

Completed in 369 milliseconds