hostapd: introduce encryption type dpp
authorStijn Tintel <stijn@linux-ipv6.be>
Tue, 27 Sep 2022 13:42:44 +0000 (16:42 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Tue, 4 Oct 2022 13:54:42 +0000 (16:54 +0300)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
package/network/services/hostapd/files/hostapd.sh

index 7eeb74e9846cacb605184bbede4f8b1154bb1dc8..fa052e575283a033e355fea10ab1cbdf5c0b348d 100644 (file)
@@ -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 ] && {