Home | History | Annotate | Download | only in drivers

Lines Matching full:operstate

643 	wpa_printf(MSG_DEBUG, "RTM_NEWLINK: operstate=%d ifi_flags=0x%x "
645 drv->operstate, ifi->ifi_flags,
681 * this case, lifting operstate in wpa_driver_wext_set_operstate()
685 if (drv->operstate == 1 &&
2303 wpa_printf(MSG_DEBUG, "%s: operstate %d->%d (%s)",
2304 __func__, drv->operstate, state, state ? "UP" : "DORMANT");
2305 drv->operstate = state;