Home
last modified time | relevance | path

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

/trueos/sys/net80211/
HDieee80211_var.h427 uint16_t iv_fragthreshold; member
HDieee80211_ddb.c450 db_printf(" fragthreshold %u", vap->iv_fragthreshold); in _db_show_vap()
HDieee80211_proto.c194 vap->iv_fragthreshold = IEEE80211_FRAG_DEFAULT; in ieee80211_proto_vattach()
HDieee80211_output.c1493 txfrag = (m->m_pkthdr.len > vap->iv_fragthreshold && in ieee80211_encap()
1518 key != NULL ? key->wk_cipher->ic_header : 0, vap->iv_fragthreshold)) in ieee80211_encap()
HDieee80211_ioctl.c1003 ireq->i_val = vap->iv_fragthreshold; in ieee80211_ioctl_get80211()
3041 vap->iv_fragthreshold = ireq->i_val; in ieee80211_ioctl_set80211()
/trueos/sys/dev/wi/
HDif_wi.c840 vap->iv_fragthreshold); in wi_newstate_sta()
920 vap->iv_fragthreshold); in wi_newstate_hostap()
/trueos/sys/dev/ipw/
HDif_ipw.c2256 data = htole32(vap->iv_fragthreshold); in ipw_assoc()
/trueos/sys/dev/if_ndis/
HDif_ndis.c2427 arg = vap->iv_fragthreshold;
/trueos/sys/dev/iwi/
HDif_iwi.c2870 data = htole32(vap->iv_fragthreshold); in iwi_auth_and_assoc()