From: Michael Tremer Date: Fri, 18 Aug 2017 09:12:32 +0000 (+0000) Subject: wpa_supplicant: Use nl80211 instead of wext to communicate with the kernel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5df1771d635b2f105e910c3ab3854819795d4fee;p=people%2Fjschlag%2Fnetwork.git wpa_supplicant: Use nl80211 instead of wext to communicate with the kernel Signed-off-by: Michael Tremer --- diff --git a/src/helpers/wpa_supplicant b/src/helpers/wpa_supplicant index 5ec227c..7998801 100644 --- a/src/helpers/wpa_supplicant +++ b/src/helpers/wpa_supplicant @@ -33,7 +33,7 @@ mkdir -p ${WPA_SUPPLICANT_SOCKET_DIR} 2>/dev/null cmd="wpa_supplicant -i ${device} -c ${WPA_SUPPLICANT_CONF_DIR}/${device}.conf" if device_is_wireless ${device}; then - cmd="${cmd} -Dwext" + cmd="${cmd} -Dnl80211" else cmd="${cmd} -Dwired" fi