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:
e86da75
)
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]
>
Tue, 4 Oct 2022 13:54:42 +0000
(16:54 +0300)
Signed-off-by: Stijn Tintel <
[email protected]
>
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 7eeb74e9846cacb605184bbede4f8b1154bb1dc8..fa052e575283a033e355fea10ab1cbdf5c0b348d 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 ] && {