Home
last modified time | relevance | path

Searched refs:iv_ampdu_rxmax (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_ht.c259 vap->iv_ampdu_rxmax = IEEE80211_HTCAP_MAXRXAMPDU_8K; in ieee80211_ht_vattach()
261 vap->iv_ampdu_limit = vap->iv_ampdu_rxmax; in ieee80211_ht_vattach()
3256 vap->iv_ampdu_rxmax, in ieee80211_add_htcap_body()
3260 if (rxmax > vap->iv_ampdu_rxmax) in ieee80211_add_htcap_body()
3261 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body()
3290 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body()
3389 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body_ch()
H A Dieee80211_var.h461 int iv_ampdu_rxmax; /* A-MPDU rx limit (bytes) */ member
H A Dieee80211_ddb.c420 db_printf("\tampdu_rxmax %d", vap->iv_ampdu_rxmax); in _db_show_vap()
H A Dieee80211_ioctl.c1029 ireq->i_val = vap->iv_ampdu_rxmax; in ieee80211_ioctl_get80211()
3239 vap->iv_ampdu_rxmax = ireq->i_val; in ieee80211_ioctl_set80211()