1 -- ASN definitions taken from RFC3770
2 -- Copyright notice from RFC3770 follows below
4 -- RFC 3770 PPP and WLAN May 2004
6 -- 10. Full Copyright Statement
8 -- Copyright (C) The Internet Society (2004). This document is subject
9 -- to the rights, licenses and restrictions contained in BCP 78, and
10 -- except as set forth therein, the authors retain all their rights.
12 -- This document and the information contained herein are provided on an
13 -- "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
14 -- OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
15 -- ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
16 -- INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
17 -- INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
18 -- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
20 -- Intellectual Property
22 -- The IETF takes no position regarding the validity or scope of any
23 -- Intellectual Property Rights or other rights that might be claimed to
24 -- pertain to the implementation or use of the technology described in
25 -- this document or the extent to which any license under such rights
26 -- might or might not be available; nor does it represent that it has
27 -- made any independent effort to identify any such rights. Information
28 -- on the procedures with respect to rights in RFC documents can be
29 -- found in BCP 78 and BCP 79.
31 -- Copies of IPR disclosures made to the IETF Secretariat and any
32 -- assurances of licenses to be made available, or the result of an
33 -- attempt made to obtain a general license or permission for the use of
34 -- such proprietary rights by implementers or users of this
35 -- specification can be obtained from the IETF on-line IPR repository at
36 -- http://www.ietf.org/ipr.
38 -- The IETF invites any interested party to bring to its attention any
39 -- copyrights, patents or patent applications, or other proprietary
40 -- rights that may cover technology that may be required to implement
41 -- this standard. Please address the information to the IETF at ietf-
46 -- Funding for the RFC Editor function is currently provided by the
52 { iso(1) identified-organization(3) dod(6) internet(1)
53 security(5) mechanisms(5) pkix(7) id-mod(0)
54 id-mod-wlan-extns(24) }
56 DEFINITIONS IMPLICIT TAGS ::=
61 id-pe OBJECT IDENTIFIER ::=
62 { iso(1) identified-organization(3) dod(6) internet(1)
63 security(5) mechanisms(5) pkix(7) 1 }
65 id-kp OBJECT IDENTIFIER ::=
66 { iso(1) identified-organization(3) dod(6) internet(1)
67 security(5) mechanisms(5) pkix(7) 3 }
69 id-aca OBJECT IDENTIFIER ::=
70 { iso(1) identified-organization(3) dod(6) internet(1)
71 security(5) mechanisms(5) pkix(7) 10 }
73 -- Extended Key Usage Values
75 id-kp-eapOverPPP OBJECT IDENTIFIER ::= { id-kp 13 }
77 id-kp-eapOverLAN OBJECT IDENTIFIER ::= { id-kp 14 }
80 -- Wireless LAN SSID Extension
82 id-pe-wlanSSID OBJECT IDENTIFIER ::= { id-pe 13 }
84 SSIDList ::= SEQUENCE SIZE (1..MAX) OF SSID
86 SSID ::= OCTET STRING (SIZE (1..32))
88 -- Wireless LAN SSID Attribute Certificate Attribute
89 -- Uses same syntax as the certificate extension: SSIDList
91 id-aca-wlanSSID OBJECT IDENTIFIER ::= { id-aca 6 }