Generate an event when a network is added or removed
Generate an event on the control socket interface when a network is added or removed. The event name CTRL-EVENT-NETWORK-<ADDED|REMOVED> is followed by the network entry identifier. The event matches the corresponding Network<Added|Removed> signal on the d-bus interface. Signed-off-by: Andrew Beltrano <anbeltra@microsoft.com>
This commit is contained in:
parent
f238610616
commit
0030590fb3
2 changed files with 12 additions and 2 deletions
|
@ -126,6 +126,10 @@ extern "C" {
|
|||
#define WPA_EVENT_FREQ_CONFLICT "CTRL-EVENT-FREQ-CONFLICT "
|
||||
/** Frequency ranges that the driver recommends to avoid */
|
||||
#define WPA_EVENT_AVOID_FREQ "CTRL-EVENT-AVOID-FREQ "
|
||||
/** A new network profile was added (followed by network entry id) */
|
||||
#define WPA_EVENT_NETWORK_ADDED "CTRL-EVENT-NETWORK-ADDED "
|
||||
/** A network profile was removed (followed by prior network entry id) */
|
||||
#define WPA_EVENT_NETWORK_REMOVED "CTRL-EVENT-NETWORK-REMOVED "
|
||||
/** Result of MSCS setup */
|
||||
#define WPA_EVENT_MSCS_RESULT "CTRL-EVENT-MSCS-RESULT "
|
||||
/** WPS overlap detected in PBC mode */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue