diff options
author | JSDurand <mmemmew@gmail.com> | 2022-07-16 13:12:15 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-07-16 13:12:15 +0800 |
commit | 7a3084dcfdca7fa6e07f8525272001e8199da9e9 (patch) | |
tree | 6a6333600975c587dfcb01fb511d503d0346e99d /wifi-bluetooth-conf.el | |
parent | e085df96d2a0ad8074c5561a1fa751ba5e4ecad3 (diff) |
adding more wifi ports
* wifi-bluetooth-conf.el (durand-wifi-ssid-machine-alist): More
configurations to remember.
Diffstat (limited to 'wifi-bluetooth-conf.el')
-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.") |