#!/bin/sh

ifconfig wlan0 192.165.1.2 netmask 255.255.255.0 up
wpa_supplicant -i wlan0 -c /root/test2.conf -ddd









