X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/86b31fdc273216fe19d2361984e793ed9bd67f20..b73df9f67e312619830887740cc066b4555b63b3:/package/hostapd/patches/310-scan_ssid.patch diff --git a/package/hostapd/patches/310-scan_ssid.patch b/package/hostapd/patches/310-scan_ssid.patch index 157209820..884459ce6 100644 --- a/package/hostapd/patches/310-scan_ssid.patch +++ b/package/hostapd/patches/310-scan_ssid.patch @@ -8,7 +8,7 @@ size_t max_ssids; enum wpa_states prev_state; -@@ -310,6 +311,16 @@ static void wpa_supplicant_scan(void *el +@@ -316,6 +317,16 @@ static void wpa_supplicant_scan(void *el wpa_s->wpa_state == WPA_INACTIVE) wpa_supplicant_set_state(wpa_s, WPA_SCANNING); @@ -25,7 +25,7 @@ /* Find the starting point from which to continue scanning */ ssid = wpa_s->conf->ssid; if (wpa_s->prev_scan_ssid != WILDCARD_SSID_SCAN) { -@@ -371,6 +382,9 @@ static void wpa_supplicant_scan(void *el +@@ -379,6 +390,9 @@ static void wpa_supplicant_scan(void *el int_array_sort_unique(params.freqs); }