Home | History | Annotate | Download | only in drivers

Lines Matching full:operstate

226 	int operstate;
1118 wpa_printf(MSG_DEBUG, "RTM_NEWLINK: operstate=%d ifi_flags=0x%x "
1120 drv->operstate, ifi->ifi_flags,
1171 * this case, lifting operstate in wpa_driver_nl80211_set_operstate()
1175 if (drv->operstate == 1 &&
8229 wpa_printf(MSG_DEBUG, "%s: operstate %d->%d (%s)",
8230 __func__, drv->operstate, state, state ? "UP" : "DORMANT");
8231 drv->operstate = state;