Searched refs:nsta (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h484 int mwl_hal_setpowersave_bss(struct mwl_hal_vap *, uint8_t nsta);
H A Dmwlhal.c1309 mwl_hal_setpowersave_bss(struct mwl_hal_vap *vap, uint8_t nsta) argument
1318 pCmd->NumberOfPowersave = nsta;
H A Dif_mwl.c1969 mwl_update_ps(struct ieee80211vap *vap, int nsta) argument
1973 if (nsta == 0 || mvp->mv_last_ps_sta == 0)
1974 mwl_hal_setpowersave_bss(mvp->mv_hvap, nsta);
1975 mvp->mv_last_ps_sta = nsta;
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_power.c268 ieee80211_update_ps(struct ieee80211vap *vap, int nsta) argument

Completed in 174 milliseconds