From 4852c63f0195475b569f0c4c90e3e81994292bc3 Mon Sep 17 00:00:00 2001 From: James Rayner Date: Sun, 31 Jan 2010 09:33:04 +1100 Subject: Fix race, make wpa_supplicant wait for the wpa_actiond connection --- wpa_actiond/netcfg-wpa_actiond | 1 + 1 file changed, 1 insertion(+) diff --git a/wpa_actiond/netcfg-wpa_actiond b/wpa_actiond/netcfg-wpa_actiond index a582353..ea0945f 100755 --- a/wpa_actiond/netcfg-wpa_actiond +++ b/wpa_actiond/netcfg-wpa_actiond @@ -63,6 +63,7 @@ done [[ -z $WPA_DRIVER ]] && WPA_DRIVER="wext" +WPA_OPTS="-W $WPA_OPTS" # Kill any existing wpa_supplicant on this interface stop_wpa "$interface" -- cgit v1.2.3-24-g4f1b