Hi!, I would like to connect disco in station mode so as to control the drone from my own access point.
I understand that WPA supplicant is not installed on disco, so my attempt is for an open network first.
I opened a telnet session and tried an approach similar to the one described here for beebop:
ifconfig eth0 down
bcmwl down
bcmwl band auto
bcmwl autocountry 1
bcmwl up
bcmwl ap 0
bcmwl join My-ap-ssid
ifconfig eth0 192.168.1.5 netmask 255.255.255.0 up
But unfortunately they do not connect, iwconfig outputs empty essid and AP Not-Associated.
I appreciate any comments.