]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
DPP: Automatic network profile creation
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 21 Jun 2017 15:01:51 +0000 (18:01 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 21 Jun 2017 15:03:34 +0000 (18:03 +0300)
commit8528994e21bb6c3ceafde40379b18785d311d672
treef0d5f13e828fdbb3ee346839dcfea659c478ca3a
parentda143f7fb91e61db7a3946cbaa527fae57a35ac1
DPP: Automatic network profile creation

wpa_supplicant can now be configured to generate a network profile
automatically based on DPP configuration. The following
dpp_config_processing values can be used to specify the behavior:
0 = report received configuration to an external program for
    processing; do not generate any network profile internally (default)
1 = report received configuration to an external program and generate
    a network profile internally, but do not automatically connect
    to the created (disabled) profile; the network profile id is
    reported to external programs
2 = report received configuration to an external program, generate
    a network profile internally, try to connect to the created
    profile automatically

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/dpp.c
src/common/dpp.h
src/common/wpa_ctrl.h
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/dpp_supplicant.c