wi.c | 209 STATIC int wi_newstate(struct ieee80211com *, enum ieee80211_state, int); 559 ic->ic_newstate = wi_newstate; 1623 * reusing the existing node as we know wi_newstate will be 3193 wi_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) function in typeref:typename:STATIC int 3208 DPRINTF(("wi_newstate: %s -> %s\n", stname[ostate], stname[nstate]));
|