diff --git a/src/devices/wifi/ssid.h b/src/devices/wifi/ssid.h index 74f92df7a..48f3594c6 100644 --- a/src/devices/wifi/ssid.h +++ b/src/devices/wifi/ssid.h @@ -38,6 +38,7 @@ public: bool IsBroadcast (void) const; uint32_t GetLength (void) const; + char *PeekString (void) const; uint32_t GetSerializedSize (void) const; Buffer::Iterator Serialize (Buffer::Iterator i) const;