Home | History | Annotate | Download | only in drivers

Lines Matching full:operstate

221 	int operstate;
911 wpa_printf(MSG_DEBUG, "RTM_NEWLINK: operstate=%d ifi_flags=0x%x "
913 drv->operstate, ifi->ifi_flags,
964 * this case, lifting operstate in wpa_driver_nl80211_set_operstate()
968 if (drv->operstate == 1 &&
7712 wpa_printf(MSG_DEBUG, "%s: operstate %d->%d (%s)",
7713 __func__, drv->operstate, state, state ? "UP" : "DORMANT");
7714 drv->operstate = state;