aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorDeepthi Gowri <deepthi@codeaurora.org>2012-04-17 19:44:13 +0300
committerJouni Malinen <j@w1.fi>2012-04-17 19:44:13 +0300
commitf65a239ba4760cc6e8a169d21a4fcabed444a90b (patch)
tree6ab864c6c1301c0df9032d7e9704f80026a6e92e /src/common
parentb55aca4672f0cf683bade290e51364e104f94c7e (diff)
downloadexternal_wpa_supplicant_8_ti-f65a239ba4760cc6e8a169d21a4fcabed444a90b.zip
external_wpa_supplicant_8_ti-f65a239ba4760cc6e8a169d21a4fcabed444a90b.tar.gz
external_wpa_supplicant_8_ti-f65a239ba4760cc6e8a169d21a4fcabed444a90b.tar.bz2
P2P: Add provision discovery failure event
Add provisional discovery failure ctrl_iface event (P2P-PROV-DISC-FAILURE) to indicate to the application layer in case of PD failure. Signed-off-by: Deepthi Gowri <deepthi@codeaurora.org>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/wpa_ctrl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/wpa_ctrl.h b/src/common/wpa_ctrl.h
index 35012e8..2da58c9 100644
--- a/src/common/wpa_ctrl.h
+++ b/src/common/wpa_ctrl.h
@@ -116,6 +116,8 @@ extern "C" {
#define P2P_EVENT_PROV_DISC_PBC_REQ "P2P-PROV-DISC-PBC-REQ "
/* parameters: <peer address> */
#define P2P_EVENT_PROV_DISC_PBC_RESP "P2P-PROV-DISC-PBC-RESP "
+/* parameters: <peer address> <status> */
+#define P2P_EVENT_PROV_DISC_FAILURE "P2P-PROV-DISC-FAILURE"
/* parameters: <freq> <src addr> <dialog token> <update indicator> <TLVs> */
#define P2P_EVENT_SERV_DISC_REQ "P2P-SERV-DISC-REQ "
/* parameters: <src addr> <update indicator> <TLVs> */