##### IEEE 802.11 related configuration #######################################
# SSID to be used in IEEE 802.11 management frames
ssid=test
# Alternative formats for configuring SSID
# (double quoted string, hexdump, printf-escaped string)
#ssid2="test"
#ssid2=74657374
#ssid2=P"hello\nthere"
从配置文件中(您也可以在源代码中看到它):
SSID 仅接受 ASCII,SSID2 接受另外两种格式并允许使用引号。