aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/ieee802_11_defs.h
diff options
context:
space:
mode:
authorJouni Malinen <jouni.malinen@atheros.com>2010-06-27 11:46:44 -0700
committerJouni Malinen <j@w1.fi>2010-09-09 07:17:19 -0700
commitbf608cad5611c2f3ba05fb330a5e59131a3f39e3 (patch)
tree28468e18fec6e3ad6097c991832febf5fa6c75ad /src/common/ieee802_11_defs.h
parent706887fc2866e13b62d6ac9eda63cffd3baa772c (diff)
downloadexternal_wpa_supplicant_8_ti-bf608cad5611c2f3ba05fb330a5e59131a3f39e3.zip
external_wpa_supplicant_8_ti-bf608cad5611c2f3ba05fb330a5e59131a3f39e3.tar.gz
external_wpa_supplicant_8_ti-bf608cad5611c2f3ba05fb330a5e59131a3f39e3.tar.bz2
P2P: Rename SD info not available define to match with spec change
Diffstat (limited to 'src/common/ieee802_11_defs.h')
-rw-r--r--src/common/ieee802_11_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h
index c00f4db..3adfbd9 100644
--- a/src/common/ieee802_11_defs.h
+++ b/src/common/ieee802_11_defs.h
@@ -736,7 +736,7 @@ enum p2p_service_protocol_type {
enum p2p_sd_status {
P2P_SD_SUCCESS = 0,
P2P_SD_PROTO_NOT_AVAILABLE = 1,
- P2P_SD_QUERY_DATA_NOT_AVAILABLE = 2,
+ P2P_SD_REQUESTED_INFO_NOT_AVAILABLE = 2,
P2P_SD_BAD_REQUEST = 3
};