SSID and the SSID regular expression filter really need to be escaped, or this’ll bite us someday when someone decides to call their Wifi ,,,"',"42.3,5, or something. The SSID filter is intentionally placed as the last field and enclosed in single quotes ' (which in retrospect is pointless) to make parsing easier.
SSID and the SSID regular expression filter really need to be escaped, or this’ll bite us someday when someone decides to call their Wifi
,,,"',"42.3,5,
or something. The SSID filter is intentionally placed as the last field and enclosed in single quotes'
(which in retrospect is pointless) to make parsing easier.