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

/freebsd-12-stable/sys/dev/mwl/
H A Dmwlhal.h484 int mwl_hal_setpowersave_bss(struct mwl_hal_vap *, uint8_t nsta);
H A Dif_mwl.c1890 mwl_update_ps(struct ieee80211vap *vap, int nsta) argument
1894 if (nsta == 0 || mvp->mv_last_ps_sta == 0)
1895 mwl_hal_setpowersave_bss(mvp->mv_hvap, nsta);
1896 mvp->mv_last_ps_sta = nsta;
H A Dmwlhal.c1302 mwl_hal_setpowersave_bss(struct mwl_hal_vap *vap, uint8_t nsta) argument
1311 pCmd->NumberOfPowersave = nsta;
/freebsd-12-stable/sys/net80211/
H A Dieee80211_power.c275 ieee80211_update_ps(struct ieee80211vap *vap, int nsta) argument

Completed in 266 milliseconds