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

/freebsd-current/contrib/wpa/wpa_supplicant/
H A Drrm.c454 #define MPDU_REPORT_LEN (int) (IEEE80211_MAX_MMPDU_SIZE - IEEE80211_HDRLEN - 3) macro
457 int send_len = (len > MPDU_REPORT_LEN) ? next - pos : len;
463 (send_len + next[1] + 2) > MPDU_REPORT_LEN) {
472 #undef MPDU_REPORT_LEN macro

Completed in 115 milliseconds