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>
Thu, 15 Jun 2023 09:24:32 +0000 (12:24 +0300)
package/network/services/hostapd/files/hostapd.sh

index bf3625c92d8b4e696e3e1fd849230f5d4e20f936..624eabd6584b3adc59cde43d0aca869c7ce4cde7 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 ] && {