Lines Matching defs:ostate
696 enum ieee80211_state ostate;
700 ostate = vap->iv_state;
702 __func__, ieee80211_state_name[ostate],
705 if (ostate != IEEE80211_S_SCAN)
708 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN) {
714 switch (ostate) {
728 if (ostate != IEEE80211_S_INIT) {
735 switch (ostate) {
777 switch (ostate) {
840 /* NB: ostate not nstate */
841 ms->ms_ppath->mpp_newstate(vap, ostate, arg);