hostapd: fix mesh+AP
[openwrt/openwrt.git] / package / network / services / hostapd / patches / 200-multicall.patch
index 56cb8f95cc71080a8e49ab26a18523dbf4d84f74..9f476210f79bccd0ac846640dde63d9895cd137c 100644 (file)
  wpa_cli.exe: wpa_cli
 --- a/src/drivers/driver.h
 +++ b/src/drivers/driver.h
-@@ -5428,8 +5428,8 @@ union wpa_event_data {
+@@ -5430,8 +5430,8 @@ union wpa_event_data {
   * Driver wrapper code should call this function whenever an event is received
   * from the driver.
   */
  
  /**
   * wpa_supplicant_event_global - Report a driver event for wpa_supplicant
-@@ -5441,7 +5441,7 @@ void wpa_supplicant_event(void *ctx, enu
+@@ -5443,7 +5443,7 @@ void wpa_supplicant_event(void *ctx, enu
   * Same as wpa_supplicant_event(), but we search for the interface in
   * wpa_global.
   */
        struct wpa_supplicant *wpa_s;
 --- a/wpa_supplicant/wpa_supplicant.c
 +++ b/wpa_supplicant/wpa_supplicant.c
-@@ -5725,7 +5725,6 @@ struct wpa_interface * wpa_supplicant_ma
+@@ -5736,7 +5736,6 @@ struct wpa_interface * wpa_supplicant_ma
        return NULL;
  }
  
  /**
   * wpa_supplicant_match_existing - Match existing interfaces
   * @global: Pointer to global data from wpa_supplicant_init()
-@@ -5762,6 +5761,11 @@ static int wpa_supplicant_match_existing
+@@ -5773,6 +5772,11 @@ static int wpa_supplicant_match_existing
  
  #endif /* CONFIG_MATCH_IFACE */
  
  
  /**
   * wpa_supplicant_add_iface - Add a new network interface
-@@ -6018,6 +6022,8 @@ struct wpa_global * wpa_supplicant_init(
+@@ -6029,6 +6033,8 @@ struct wpa_global * wpa_supplicant_init(
  #ifndef CONFIG_NO_WPA_MSG
        wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
  #endif /* CONFIG_NO_WPA_MSG */