Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 439b794

Browse files
committedOct 5, 2023
update hostap patch
1 parent 228093f commit 439b794

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed
 

‎hostap

Submodule hostap updated from f54ce74 to 2d4be00

‎util/hostap-patches/config.patch

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git hostapd/defconfig hostapd/defconfig
2-
index a9eab4d9c..6f27c67ba 100644
2+
index a9eab4d..fdc4dab 100644
33
--- hostapd/defconfig
44
+++ hostapd/defconfig
55
@@ -115,11 +115,11 @@ CONFIG_EAP_TTLS=y
@@ -73,7 +73,7 @@ index a9eab4d9c..6f27c67ba 100644
7373

7474
# Send debug messages to syslog instead of stdout
7575
#CONFIG_DEBUG_SYSLOG=y
76-
@@ -317,16 +318,16 @@ CONFIG_IPV6=y
76+
@@ -317,13 +318,13 @@ CONFIG_IPV6=y
7777
#CONFIG_INTERWORKING=y
7878

7979
# Hotspot 2.0
@@ -88,11 +88,7 @@ index a9eab4d9c..6f27c67ba 100644
8888
+CONFIG_FST=y
8989

9090
# Enable CLI commands for FST testing
91-
-#CONFIG_FST_TEST=y
92-
+CONFIG_FST_TEST=y
93-
94-
# Testing options
95-
# This can be used to enable some testing options (see also the example
91+
#CONFIG_FST_TEST=y
9692
@@ -358,7 +359,7 @@ CONFIG_IPV6=y
9793
# For more details refer to:
9894
# https://wireless.wiki.kernel.org/en/users/documentation/acs
@@ -121,7 +117,7 @@ index a9eab4d9c..6f27c67ba 100644
121117
# Remove all TKIP functionality
122118
# TKIP is an old cryptographic data confidentiality algorithm that is not
123119
diff --git wpa_supplicant/defconfig wpa_supplicant/defconfig
124-
index a4f20d439..098159897 100644
120+
index a4f20d4..0981598 100644
125121
--- wpa_supplicant/defconfig
126122
+++ wpa_supplicant/defconfig
127123
@@ -172,12 +172,12 @@ CONFIG_EAP_TNC=y
@@ -186,7 +182,7 @@ index a4f20d439..098159897 100644
186182
# Opportunistic Wireless Encryption (OWE)
187183
# Experimental implementation of draft-harkins-owe-07.txt
188184
diff --git wpa_supplicant/p2p_supplicant.c wpa_supplicant/p2p_supplicant.c
189-
index aa4ce0964..4bc78d523 100644
185+
index e60beda..b092431 100644
190186
--- wpa_supplicant/p2p_supplicant.c
191187
+++ wpa_supplicant/p2p_supplicant.c
192188
@@ -96,7 +96,7 @@

0 commit comments

Comments
 (0)
Please sign in to comment.