mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 02:17:58 +00:00 
			
		
		
		
	hostapd: update to latest hot-reload
ipq807x_v5.4/hostapd/0001-hostapd-fix-client-ban_time.patch ipq807x_v5.4/hostapd/0002-hostapd-use-phy-name-for-hostapd-interfaces-instead-.patch ipq807x_v5.4/hostapd/0003-hostapd-fix-ewma-for-mgmt-frame-signal-strength.patch ipq807x_v5.4/hostapd/0004-hostapd-enable-coredumps.patch ipq807x_v5.4/hostapd/0005-hostapd-fix-crash-on-disabling-an-interface-during-c.patch Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -117,7 +117,7 @@ Index: hostapd-2021-02-20-59e9794c/src/ap/ieee802_11.c | ||||
|  		goto fail; | ||||
|  	} | ||||
| +	ubus_resp = hostapd_ubus_handle_event(hapd, &req); | ||||
| +	if (0 && ubus_resp) { | ||||
| +	if (ubus_resp) { | ||||
| +		wpa_printf(MSG_DEBUG, "Station " MACSTR " rejected by ubus handler.\n", | ||||
| +			MAC2STR(mgmt->sa)); | ||||
| +		resp = ubus_resp > 0 ? (u16) ubus_resp : WLAN_STATUS_UNSPECIFIED_FAILURE; | ||||
| @@ -152,7 +152,7 @@ Index: hostapd-2021-02-20-59e9794c/src/ap/ieee802_11.c | ||||
|  #endif /* CONFIG_FILS */ | ||||
|   | ||||
| +	ubus_resp = hostapd_ubus_handle_event(hapd, &req); | ||||
| +	if (0 && ubus_resp) { | ||||
| +	if (ubus_resp) { | ||||
| +		wpa_printf(MSG_DEBUG, "Station " MACSTR " assoc rejected by ubus handler.\n", | ||||
| +		       MAC2STR(mgmt->sa)); | ||||
| +		resp = ubus_resp > 0 ? (u16) ubus_resp : WLAN_STATUS_UNSPECIFIED_FAILURE; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin