- Buildroot does not provide scripts ifup/ifdown integrated with wpa_supplicant
- Ubuntu/OpenWrt and others have scripts that parse interfaces file to start tools
- So doing this by hand
- wpa_supplicant start -iwlan0 -c/etc/wpa_supplicant.conf &
- Configures wifi and makes a connection then the connection is made need to start a ifup.
- ifup wlan0 (This kicks off the dhcp client)
- Will publish more on this issue again.. Might just use openwrt for this..
The goal is to provide tutorials using both Micro and BeagleBone and show how each platform can be used as simple micro-controllers. Also, will be porting MultiWII to each platform.
Wednesday, December 26, 2012
Using wpa_supplicate with buildroot
Using wpa_supplicant with buidlroot
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment