Lines Matching refs:router_solicit_wakeup
204 if (interface->router_solicit_wakeup != NULL) {
205 ioloop_wakeup_release(interface->router_solicit_wakeup);
467 if (interface->router_solicit_wakeup != NULL) {
468 ioloop_cancel_wake_event(interface->router_solicit_wakeup);
1602 ioloop_add_wake_event(interface->router_solicit_wakeup,
1610 if (interface->router_solicit_wakeup == NULL) {
1611 interface->router_solicit_wakeup = ioloop_wakeup_create();
1612 if (interface->router_solicit_wakeup == 0) {
1617 ioloop_cancel_wake_event(interface->router_solicit_wakeup);
1620 ioloop_add_wake_event(interface->router_solicit_wakeup, interface, router_solicit_callback,
1669 if (interface->router_solicit_wakeup != NULL) {
1670 ioloop_cancel_wake_event(interface->router_solicit_wakeup);