Lines Matching full:operstate
655 wpa_printf(MSG_DEBUG, "RTM_NEWLINK: operstate=%d ifi_flags=0x%x "
657 drv->operstate, ifi->ifi_flags,
693 * this case, lifting operstate in wpa_driver_wext_set_operstate()
697 if (drv->operstate == 1 &&
2320 wpa_printf(MSG_DEBUG, "%s: operstate %d->%d (%s)",
2321 __func__, drv->operstate, state, state ? "UP" : "DORMANT");
2322 drv->operstate = state;