Cisco Systems PI21AG, CB21AG manual The EAP-FAST XML Schema

Models: CB21AG PI21AG

1 170
Download 170 pages 950 b
Page 90
Image 90
The EAP-FAST XML Schema

Chapter 4 Performing Administrative Tasks

The EAP-FAST XML Schema

The EAP-FAST XML Schema

The EAP-FAST module stores all settings in the Native EAP method section of the network profile as XML by using the following schema:

<?xml version="1.0"?>

<!--

*******************************************************************************

Cisco EAP-FAST Schema

(1.0.40)

Copyright 2006-2007, Cisco Systems, Inc.

All rights reserved.

*******************************************************************************

-->

<xs:schema

xmlns:xs="http://www.w3.org/2001/XMLSchema"

xmlns="http://www.cisco.com/CCX"

targetNamespace="http://www.cisco.com/CCX"

elementFormDefault="qualified"

attributeFormDefault="unqualified">

<xs:element name="eapFast" type="EapFast"/>

<xs:complexType name="EapFast"> <xs:complexContent>

<xs:extension base="TunnelMethods"> <xs:sequence>

<xs:choice>

<xs:element name="usePac"> <xs:complexType>

<xs:sequence>

<xs:element name="allowUnauthPacProvisioning" type="xs:boolean" default="true"> <xs:annotation>

<xs:documentation>Will accept a PAC from an unauthenticated server.</xs:documentation> </xs:annotation>

</xs:element>

<xs:element name="autoGrouping" type="xs:boolean" default="true"> <xs:annotation>

Cisco Aironet 802.11a/b/g Wireless LAN Client Adapters (CB21AG and PI21AG) Installation and Configuration Guide for Windows Vista

4-6

OL-16534-01

 

 

Page 90
Image 90
Cisco Systems PI21AG, CB21AG manual The EAP-FAST XML Schema