Constant fidl_fuchsia_wlan_ieee80211::MAX_SSID_BYTE_LEN

source ยท
pub const MAX_SSID_BYTE_LEN: u8 = 32;
Expand description

IEEE Std 802.11-2016, 9.4.2.2 The maximum length of an SSID is 32 bytes, even when the SSID should be interpreted using UTF-8 encoding (see Table 9-135). While every length in the 802.11 standard is byte oriented, the word BYTE is included in the name of this constant to emphasize the importance that it not be applied to the length of a UTF-8 encoded string.