Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net80211/
HDieee80211_var.h499 uint16_t iv_fragthreshold; member
HDieee80211_ddb.c581 db_printf(" fragthreshold %u", vap->iv_fragthreshold); in _db_show_vap()
HDieee80211_output.c1897 txfrag = (m->m_pkthdr.len > vap->iv_fragthreshold && in ieee80211_encap()
1923 key != NULL ? key->wk_cipher->ic_header : 0, vap->iv_fragthreshold)) in ieee80211_encap()
HDieee80211_ioctl.c1001 ireq->i_val = vap->iv_fragthreshold; in ieee80211_ioctl_get80211()
3185 vap->iv_fragthreshold = ireq->i_val; in ieee80211_ioctl_set80211()
HDieee80211_proto.c335 vap->iv_fragthreshold = IEEE80211_FRAG_DEFAULT; in ieee80211_proto_vattach()
/freebsd-14-stable/sys/dev/ipw/
HDif_ipw.c2191 data = htole32(vap->iv_fragthreshold); in ipw_assoc()
/freebsd-14-stable/sys/dev/iwi/
HDif_iwi.c2889 data = htole32(vap->iv_fragthreshold); in iwi_auth_and_assoc()
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.c3863 hw->wiphy->frag_threshold = vap->iv_fragthreshold; in lkpi_ic_vap_create()
3864 lkpi_80211_mo_set_frag_threshold(hw, vap->iv_fragthreshold); in lkpi_ic_vap_create()