pub fn write_wpa1_ie<B: Append>( buf: &mut B, wpa_ie: &WpaIe, ) -> Result<(), BufferTooSmall>
Writes the entire WPA1 IE into the given buffer, including the vendor IE header.