Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_var.h497 uint16_t iv_fragthreshold; member
H A Dieee80211_ddb.c582 db_printf(" fragthreshold %u", vap->iv_fragthreshold); in _db_show_vap()
H A Dieee80211_output.c1896 txfrag = (m->m_pkthdr.len > vap->iv_fragthreshold && in ieee80211_encap()
1922 key != NULL ? key->wk_cipher->ic_header : 0, vap->iv_fragthreshold)) in ieee80211_encap()
H A Dieee80211_ioctl.c997 ireq->i_val = vap->iv_fragthreshold; in ieee80211_ioctl_get80211()
3181 vap->iv_fragthreshold = ireq->i_val; in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c335 vap->iv_fragthreshold = IEEE80211_FRAG_DEFAULT; in ieee80211_proto_vattach()
/freebsd/sys/dev/ipw/
H A Dif_ipw.c2191 data = htole32(vap->iv_fragthreshold); in ipw_assoc()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3647 hw->wiphy->frag_threshold = vap->iv_fragthreshold; in lkpi_ic_vap_create()
3648 lkpi_80211_mo_set_frag_threshold(hw, vap->iv_fragthreshold); in lkpi_ic_vap_create()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c2889 data = htole32(vap->iv_fragthreshold); in iwi_auth_and_assoc()