2. wpa_supplicant
http://www.linuxfromscratch.org/blfs/view/svn/basicnet/wpa_supplicant.html
- depends on:  apt-get install bison flex libncurses5-dev libreadline6-dev
- cat > wpa_supplicant/.config << "EOF"
> 
CONFIG_BACKEND=file                                                             
                            

> CONFIG_CTRL_IFACE=y                  
> CONFIG_DEBUG_FILE=yACILITY=LOG_DAEMON
> CONFIG_DEBUG_SYSLOG=y
> 
CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON                                         
                            

> CONFIG_DRIVER_NL80211=y
> 
CONFIG_DRIVER_WEXT=y                                                            
                            

> CONFIG_DRIVER_WIRED=y
> 
CONFIG_EAP_GTC=y                                                                
                            

> CONFIG_EAP_LEAP=y
> CONFIG_EAP_MD5=y
> CONFIG_EAP_MSCHAPV2=y
> CONFIG_EAP_OTP=y
> CONFIG_EAP_PEAP=y
> CONFIG_EAP_TLS=y
> CONFIG_EAP_TTLS=y
> CONFIG_IEEE8021X_EAPOL=y
> CONFIG_IPV6=y
> CONFIG_LIBNL32=y
> CONFIG_PEERKEY=y
> CONFIG_PKCS12=y
> CONFIG_READLINE=y
> CONFIG_P2P=y
> CONFIG_TDLS=y
> CONFIG_WIFI_DISPLAY=y
> CONFIG_WPS=y
> CFLAGS += -I/usr/include/libnl3
> EOF

  - make BINDIR=/sbin LIBDIR=/lib
- now become root: sudo -s 
- install:

install -v -m755 wpa_{cli,passphrase,supplicant} /sbin/ &&
install -v -m644 doc/docbook/wpa_supplicant.conf.5 /usr/share/man/man5/ &&
install -v -m644 doc/docbook/wpa_{cli,passphrase,supplicant}.8 
/usr/share/man/man8/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to