Home
last modified time | relevance | path

Searched refs:max_nnodes (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dathn.c146 size_t max_nnodes; in athn_attach() local
215 max_nnodes = (sc->sc_kc_entries / 2) - IEEE80211_WEP_NKID; in athn_attach()
218 if (ic->ic_max_aid > max_nnodes) in athn_attach()
219 ic->ic_max_aid = max_nnodes; in athn_attach()