Searched refs:iv_fragthreshold (Results 1 – 8 of 8) sorted by relevance
497 uint16_t iv_fragthreshold; member
582 db_printf(" fragthreshold %u", vap->iv_fragthreshold); in _db_show_vap()
1896 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()
997 ireq->i_val = vap->iv_fragthreshold; in ieee80211_ioctl_get80211()3181 vap->iv_fragthreshold = ireq->i_val; in ieee80211_ioctl_set80211()
335 vap->iv_fragthreshold = IEEE80211_FRAG_DEFAULT; in ieee80211_proto_vattach()
2191 data = htole32(vap->iv_fragthreshold); in ipw_assoc()
3647 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()
2889 data = htole32(vap->iv_fragthreshold); in iwi_auth_and_assoc()