I have multiple GoPro cameras, which are running as multiple access points. I bought a few wifi dongles trying to connect each dongle to each camera.
My plan is to specify each dongle (with its stable interface name like wlxe84e07796099
) to connect to a specific GoPro SSID like GoPro_num1
.
I used the GUI version of the dhcpcd
that comes with the Raspbian (v5.4) on the top right corner of the screen. With it I can manually connect each interface to different wifi networks. How can persist this config even after reboot?
P.S. Each interface should only connect to its designated SSID, otherwise it should not connecting to anything.
Create a file named wpa_supplicant-"$interface".conf in /etc/wpa_supplicant/ e.g. wpa_supplicant-wlan0.conf will only be used by wlan0
– MK Yung Sep 13 '20 at 07:30