ieee80211_get_hdrlen(9)
NAME
ieee80211_get_hdrlen - get header length from frame control
SYNOPSIS
int ieee80211_get_hdrlen(u16 fc);
ARGUMENTS
- fc
- the frame control field (in CPU endianness)
DESCRIPTION
This function returns the 802.11 header length in bytes (not including
encryption headers.)
AUTHOR
- Johannes Berg <johannes@sipsolutions.net>
- Author.