]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
DPP: Support DPP key_mgmt saving to wpa_supplicant configuration
authorDamodaran, Rohit (Contractor) <Rohit_Damodaran@comcast.com>
Wed, 5 Dec 2018 11:20:43 +0000 (11:20 +0000)
committerJouni Malinen <j@w1.fi>
Sat, 8 Dec 2018 14:17:48 +0000 (16:17 +0200)
commitad6a92472da0e0c90c39e1ebf0e5c1cd277a105f
treeaabc5b21b7db6b027ffff371382fccb75d4b78ff
parent3a80672e2287673708e9730bcbfb6af573c77c03
DPP: Support DPP key_mgmt saving to wpa_supplicant configuration

In the existing code, there was no "DPP" string available to the DPP key
management type for configuration parser of wpa supplicant. When the
configuration is saved, the key management string was left out from the
config file. Fix this by adding support for writing key_mgmt=DPP option.

Signed-off-by: Rohit Damodaran <Rohit_Damodaran@comcast.com>
wpa_supplicant/config.c