Lines Matching refs:operstate
647 wpa_printf(MSG_DEBUG, "RTM_NEWLINK: operstate=%d ifi_flags=0x%x "
649 drv->operstate, ifi->ifi_flags,
685 * this case, lifting operstate in wpa_driver_wext_set_operstate()
689 if (drv->operstate == 1 &&
2411 wpa_printf(MSG_DEBUG, "%s: operstate %d->%d (%s)",
2412 __func__, drv->operstate, state, state ? "UP" : "DORMANT");
2413 drv->operstate = state;