fidl_fuchsia_wlan_ieee80211

Constant WLAN_IE_MAX_LEN

Source
pub const WLAN_IE_MAX_LEN: u32 = 257;
Expand description

IEEE Std 802.11-2016, 9.4.2.25.1 IEEE mentions that an element body maximum length is 255 octets in the RSN element section, but not in a dedicated section. Since the IE header is two octets, the whole IE max length is 257 octets.