Add global wpa_supplicant DUP_NETWORK command
authorAnton Nayshtut <qca_antonn@qca.qualcomm.com>
Wed, 17 Jun 2015 13:15:39 +0000 (16:15 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 16 Jul 2015 15:26:16 +0000 (18:26 +0300)
commitdaae49955f10fda45a528aad9c1ea00e899d29d7
treec37906a952a34e804f001ef3e681c42a504b2dc1
parentc0183847d91aecb653df3586790546d79b802e51
Add global wpa_supplicant DUP_NETWORK command

This command allows network variables to be copied from one network to
another when the networks belong to different radios. This is similar to
the per-interface DUP_NETWORK command. On the global control interface,
the command syntax is as follows:

DUP_NETWORK <src ifname> <dst ifname> <src network id> <dst network id> <variable name>

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ctrl_iface.c