Searched defs:reassociate (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libevent/
H A Devport.c47 * necessary when large fd's come in. reassociate() takes care of maintaining
263 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) function
314 * Before doing anything else, we need to reassociate the events we hit
327 reassociate(epdp, fdi, fd);
434 return reassociate(evpd, fdi, ev->ev_fd);
489 return (reassociate(evpd, fdi, ev->ev_fd));
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_supplicant_i.h295 int reassociate; /* reassociation requested */ member in struct:wpa_supplicant
296 int disconnected; /* all connections disabled; i.e., do no reassociate
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant_i.h272 int reassociate; /* reassociation requested */ member in struct:wpa_supplicant
273 int disconnected; /* all connections disabled; i.e., do no reassociate

Completed in 83 milliseconds