projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ed744
)
hostapd: introduce encryption type dpp
author
Stijn Tintel
<
[email protected]
>
Tue, 27 Sep 2022 13:42:44 +0000
(16:42 +0300)
committer
Stijn Tintel
<
[email protected]
>
Thu, 15 Jun 2023 09:24:32 +0000
(12:24 +0300)
package/network/services/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/hostapd.sh
b/package/network/services/hostapd/files/hostapd.sh
index bf3625c92d8b4e696e3e1fd849230f5d4e20f936..624eabd6584b3adc59cde43d0aca869c7ce4cde7 100644
(file)
--- a/
package/network/services/hostapd/files/hostapd.sh
+++ b/
package/network/services/hostapd/files/hostapd.sh
@@
-73,6
+73,9
@@
hostapd_append_wpa_key_mgmt() {
owe)
append wpa_key_mgmt "OWE"
;;
+ dpp)
+ append wpa_key_mgmt "DPP"
+ ;;
esac
[ "$fils" -gt 0 ] && {