X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhostapd%2Ffiles%2Fhostapd.sh;h=2f06cc2d103f4a338ba156f349c39a712d9102cc;hb=f5df126e9e8db55b28a5e3deb479f6b125c4a453;hp=529462e6c981a649264a7dba9148e3c752d0f018;hpb=c352f2f98116127f5273363c1f3770427f632646;p=openwrt-10.03%2F.git diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 529462e6c..2f06cc2d1 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -11,7 +11,7 @@ hostapd_setup_vif() { # TODO: move this parsing function somewhere generic, so that # later it can be reused by drivers that don't use hostapd - + # crypto defaults: WPA2 vs WPA1 case "$enc" in wpa2*|WPA2*|*PSK2*|*psk2*) @@ -34,7 +34,7 @@ hostapd_setup_vif() { *tkip|*TKIP) crypto="TKIP";; *aes|*AES|*ccmp|*CCMP) crypto="CCMP";; esac - + # use crypto/auth settings for building the hostapd config case "$enc" in *psk*|*PSK*)