Home
last modified time | relevance | path

Searched refs:IEEE80211_MAX_MMPDU_SIZE (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/ap/
Drrm.c213 buf = wpabuf_alloc(3 + IEEE80211_MAX_MMPDU_SIZE); in hostapd_send_nei_report_resp()
Ddrv_callbacks.c54 u8 buf[IEEE80211_MAX_MMPDU_SIZE], *p = buf; in hostapd_notify_assoc_fils_finish()
/hostap-latest/wpa_supplicant/
Drrm.c454 #define MPDU_REPORT_LEN (int) (IEEE80211_MAX_MMPDU_SIZE - IEEE80211_HDRLEN - 3) in wpas_rrm_send_msr_report()
Dwnm_sta.c917 IEEE80211_MAX_MMPDU_SIZE - IEEE80211_HDRLEN) { in wnm_add_nei_rep()
/hostap-latest/src/common/
Dieee802_11_defs.h1169 #define IEEE80211_MAX_MMPDU_SIZE 2304 macro