Searched refs:iv_fragthreshold (Results 1 - 7 of 7) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ddb.c442 db_printf(" fragthreshold %u", vap->iv_fragthreshold);
H A Dieee80211_var.h492 uint16_t iv_fragthreshold; member in struct:ieee80211vap
H A Dieee80211_proto.c339 vap->iv_fragthreshold = IEEE80211_FRAG_DEFAULT;
H A Dieee80211_ioctl.c998 ireq->i_val = vap->iv_fragthreshold;
3197 vap->iv_fragthreshold = ireq->i_val;
H A Dieee80211_output.c1892 txfrag = (m->m_pkthdr.len > vap->iv_fragthreshold &&
1918 key != NULL ? key->wk_cipher->ic_header : 0, vap->iv_fragthreshold))
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c2202 data = htole32(vap->iv_fragthreshold);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c2896 data = htole32(vap->iv_fragthreshold);

Completed in 135 milliseconds