From 7a3084dcfdca7fa6e07f8525272001e8199da9e9 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 16 Jul 2022 13:12:15 +0800 Subject: adding more wifi ports * wifi-bluetooth-conf.el (durand-wifi-ssid-machine-alist): More configurations to remember. --- wifi-bluetooth-conf.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.") -- cgit v1.2.3-18-g5258