diff options
-rw-r--r-- | wifi-bluetooth-conf.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wifi-bluetooth-conf.el b/wifi-bluetooth-conf.el index 4024ffb..e94b4bb 100644 --- a/wifi-bluetooth-conf.el +++ b/wifi-bluetooth-conf.el @@ -152,7 +152,10 @@ If ARG is non-nil, then list the currently connected port." (list (cons "20-1" "wifi-2") (cons "1-20-4F" "wifi-4") - (cons "1-20-4F_2EX" "wifi-4")) + (cons "1-20-4F_2EX" "wifi-4") + (cons "20123456" "wifi-20123456") + (cons "20123456_2EX" "wifi-20123456") + (cons "20123456_3EX" "wifi-20123456")) "A list of associations between the SSID of WIFI and the machine name that we can use to search for the password in my secret file.") |