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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_power.c273 ieee80211_update_ps(struct ieee80211vap *vap, int nsta) argument
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.h482 int mwl_hal_setpowersave_bss(struct mwl_hal_vap *, uint8_t nsta);
H A Dif_mwl.c1891 mwl_update_ps(struct ieee80211vap *vap, int nsta) argument
1895 if (nsta == 0 || mvp->mv_last_ps_sta == 0)
1896 mwl_hal_setpowersave_bss(mvp->mv_hvap, nsta);
1897 mvp->mv_last_ps_sta = nsta;
H A Dmwlhal.c1300 mwl_hal_setpowersave_bss(struct mwl_hal_vap *vap, uint8_t nsta) argument
1309 pCmd->NumberOfPowersave = nsta;

Completed in 93 milliseconds