Searched refs:overlen (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | atw.c | 3465 int firstlen, hdrlen, lastlen, lastlen0, npkt, overlen, paylen; in atw_compute_duration() local 3475 overlen = IEEE80211_WEP_TOTLEN + IEEE80211_CRC_LEN; in atw_compute_duration() 3477 overlen = IEEE80211_CRC_LEN; in atw_compute_duration() 3483 lastlen = paylen + overlen; in atw_compute_duration() 3485 lastlen = lastlen0 + overlen; in atw_compute_duration() 3488 lastlen = fraglen + overlen; in atw_compute_duration() 3494 firstlen = fraglen + overlen; in atw_compute_duration() 3496 firstlen = paylen + overlen; in atw_compute_duration() 3502 overlen, len, rate, flags); in atw_compute_duration()
|
H A D | rtw.c | 2989 int firstlen, hdrlen, lastlen, lastlen0, npkt, overlen, paylen; in rtw_compute_duration() local 2999 overlen = IEEE80211_WEP_TOTLEN + IEEE80211_CRC_LEN; in rtw_compute_duration() 3001 overlen = IEEE80211_CRC_LEN; in rtw_compute_duration() 3007 lastlen = paylen + overlen; in rtw_compute_duration() 3009 lastlen = lastlen0 + overlen; in rtw_compute_duration() 3012 lastlen = fraglen + overlen; in rtw_compute_duration() 3018 firstlen = fraglen + overlen; in rtw_compute_duration() 3020 firstlen = paylen + overlen; in rtw_compute_duration() 3026 overlen, len, rate, flags); in rtw_compute_duration()
|