Lines Matching defs:ostate
234 enum ieee80211_state ostate;
238 ostate = vap->iv_state;
240 __func__, ieee80211_state_name[ostate],
244 if (ostate != IEEE80211_S_SCAN)
251 switch (ostate) {
272 if (ostate != IEEE80211_S_INIT) {
280 switch (ostate) {
341 switch (ostate) {
383 switch (ostate) {
406 switch (ostate) {
438 if (ostate != IEEE80211_S_RUN)
451 if (ic->ic_newassoc != NULL && ostate != IEEE80211_S_SLEEP)
452 ic->ic_newassoc(vap->iv_bss, (ostate != IEEE80211_S_RUN));
455 if (ostate != IEEE80211_S_RUN)
466 ieee80211_state_name[ostate], ieee80211_state_name[nstate]);