summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2008-03-19 00:06:30 +0000
committeremax <emax@FreeBSD.org>2008-03-19 00:06:30 +0000
commit7704e14e90cf9e7ea70d2664b1b31e2b43623715 (patch)
tree962adffd2a750f9ddd104721b397f51d426ce549 /lib
parentf5c289e7a87eda5b4525ebf960bf279bbd6d6246 (diff)
downloadFreeBSD-src-7704e14e90cf9e7ea70d2664b1b31e2b43623715.zip
FreeBSD-src-7704e14e90cf9e7ea70d2664b1b31e2b43623715.tar.gz
Add mandatory "security description" SDP parameter to the PANU profile
Pointed-out by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libsdp/sdp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libsdp/sdp.h b/lib/libsdp/sdp.h
index 8ce266c..acb074a 100644
--- a/lib/libsdp/sdp.h
+++ b/lib/libsdp/sdp.h
@@ -675,6 +675,8 @@ struct sdp_panu_profile
uint8_t reserved;
uint8_t load_factor;
uint16_t psm; /* HBO */
+ uint16_t security_description; /* HBO */
+ uint16_t reserved2;
};
typedef struct sdp_panu_profile sdp_panu_profile_t;
typedef struct sdp_panu_profile * sdp_panu_profile_p;
OpenPOWER on IntegriCloud