commit f21ee4d997f6b06a5289b11541c0118f23e4d3b0 parent 436b41c30b90a8c3d322c24e3ad411611d17d3d1 Author: clamiax <smoppy@gmail.com> Date: Mon, 5 Jan 2015 10:06:45 +0100 Fix an ioctl error Diffstat:
M | iwpick | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iwpick b/iwpick @@ -21,7 +21,7 @@ connect() { proto=RSN WPA pairwise=CCMP TKIP }" >> $tmp - wpa_supplicant -Dwext -i $iface -c "$tmp" -dd -B 2>&1 > /dev/null + wpa_supplicant -D nl80211 -i $iface -c "$tmp" -dd -B 2>&1 > /dev/null rm $tmp fi