Interworking: Add ctrl_iface events on cred block modifications
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 4 Apr 2014 16:10:47 +0000 (19:10 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 4 Apr 2014 16:10:47 +0000 (19:10 +0300)
commit1619e9d51232287a6eaa94af75133551d7533409
tree5b14b06726d15dc481aada4839210628a3a2e53b
parent0f3d4b504d3bf14a78ed5c9f75c6971852b553a0
Interworking: Add ctrl_iface events on cred block modifications

Following events are now sent to ctrl_iface monitors to indicate if
credential blocks have been added, modified, or removed:

CRED-ADDED <id>
CRED-MODIFIED <id> <field>
CRED-REMOVE <id>

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