Lines Matching defs:ostate
159 enum ieee80211_state ostate;
163 ostate = vap->iv_state;
165 __func__, ieee80211_state_name[ostate],
168 if (ostate != IEEE80211_S_SCAN)
172 switch (ostate) {
186 if (ostate != IEEE80211_S_INIT) {
194 switch (ostate) {
213 * XXX no need to stop if ostate RUN but it's ok
268 switch (ostate) {
337 if (ostate == IEEE80211_S_RUN && isbandchange(ic)) {