Help for this page

Select Code to Download


  1. or download this
    my @connection = &trim($conn[0]);
            if (system("iwconfig wlan0 essid $connection[0] key s:$pawd " 
    +) ) {
                return 1;
    }