Cisco Systems CB21AG Network Card User Manual


 
4-6
Cisco Aironet 802.11a/b/g Wireless LAN Client Adapters (CB21AG and PI21AG) Installation and Configuration Guide for Windows Vista
OL-16534-01
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>