Lines Matching defs:nstate
1702 awi_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg)
1720 stname[sc->sc_nstate], substname[sc->sc_substate], stname[nstate]));
1723 switch (nstate) {
1749 if (nstate == IEEE80211_S_INIT) {
1752 return (*sc->sc_newstate)(ic, nstate, arg);
1756 if (nstate == IEEE80211_S_SCAN) {
1759 sc->sc_nstate = nstate; /* next state in transition */
1826 ic->ic_state = nstate;
1832 stname[nstate], substname[sc->sc_substate]));
1844 sc->sc_nstate = nstate; /* Next state in transition */
1916 if (nstate == IEEE80211_S_RUN) {
1925 stname[nstate], substname[sc->sc_substate]));
1935 return (*sc->sc_newstate)(ic, nstate, arg);
1942 return (*sc->sc_newstate)(ic, nstate, arg);