Lines Matching refs:staid
168 int aid, int staid, MWL_HAL_PEERINFO *pi);
172 static void delstaid(struct mwl_softc *sc, int staid);
3902 mwl_peerstadb(struct ieee80211_node *ni, int aid, int staid, MWL_HAL_PEERINFO *pi) in mwl_peerstadb() argument
3919 aid, staid, pi, in mwl_peerstadb()
4229 int staid; in allocstaid() local
4233 for (staid = 1; staid < MWL_MAXSTAID; staid++) in allocstaid()
4234 if (isclr(sc->sc_staid, staid)) in allocstaid()
4237 staid = aid; in allocstaid()
4238 setbit(sc->sc_staid, staid); in allocstaid()
4239 return staid; in allocstaid()
4243 delstaid(struct mwl_softc *sc, int staid) in delstaid() argument
4245 clrbit(sc->sc_staid, staid); in delstaid()