aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorJithu Jance <jithu@broadcom.com>2012-01-22 17:20:53 +0200
committerJouni Malinen <j@w1.fi>2012-01-22 17:20:53 +0200
commit8aebb0e471f2e89e146713ebf9f3e1cbb58e8f52 (patch)
treee9935a20c1c7ea49169afbe892c6caed8c2cf721 /src/common
parent74590e710f65134522b9a654609ac38d0ce54852 (diff)
downloadexternal_wpa_supplicant_8_ti-8aebb0e471f2e89e146713ebf9f3e1cbb58e8f52.zip
external_wpa_supplicant_8_ti-8aebb0e471f2e89e146713ebf9f3e1cbb58e8f52.tar.gz
external_wpa_supplicant_8_ti-8aebb0e471f2e89e146713ebf9f3e1cbb58e8f52.tar.bz2
P2P: Notify upper framework on stopping the p2p_find(SEARCH)
This patch notifies the upper framework that an on-going discovery has been stopped. This is useful in cases where a p2p_find with a timeout value initiated by the upper framework has been finished or when the framework initiated "p2p_find" is stopped by a "p2p_connect". Signed-hostap: Jithu Jance <jithu@broadcom.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/wpa_ctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/wpa_ctrl.h b/src/common/wpa_ctrl.h
index 6cd9de5..d13ba02 100644
--- a/src/common/wpa_ctrl.h
+++ b/src/common/wpa_ctrl.h
@@ -128,6 +128,7 @@ extern "C" {
#define P2P_EVENT_SERV_DISC_RESP "P2P-SERV-DISC-RESP "
#define P2P_EVENT_INVITATION_RECEIVED "P2P-INVITATION-RECEIVED "
#define P2P_EVENT_INVITATION_RESULT "P2P-INVITATION-RESULT "
+#define P2P_EVENT_FIND_STOPPED "P2P-FIND-STOPPED "
#define INTERWORKING_AP "INTERWORKING-AP "
#define INTERWORKING_NO_MATCH "INTERWORKING-NO-MATCH "