#Line 1244 of /usr/sbin/wag-profiles.sh #http://www.pearltrees.com/s243a/useprofile-profiles-puppylinux/id16403180 useProfile () { case $PROFILE_ENCRYPTION in WPA|WPA2) useWpaSupplicant wizard || return 1 ;; *) if [ "$USE_WLAN_NG" ] ; then useWlanctl || return 1 else useIwconfig || return 1 fi ;; esac } # end useProfile