<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.21 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-grayson-connectinfo-08" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Connect-Info">A syntax for the RADIUS Connect-Info attribute used in Wi-Fi networks</title>

    <author initials="M." surname="Grayson" fullname="Mark Grayson">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>10 New Square Park</street>
          <city>Feltham</city>
          <code>TW14 8HA</code>
          <country>UK</country>
        </postal>
        <email>mgrayson@cisco.com</email>
      </address>
    </author>
    <author initials="J." surname="Redmore" fullname="Joshua Redmore">
      <organization>CableLabs</organization>
      <address>
        <postal>
          <street>858 Coal Creek Cr.</street>
          <city>Louisville</city>
          <code>80027</code>
          <country>US</country>
        </postal>
        <email>j.redmore@cablelabs.com</email>
      </address>
    </author>

    <date year="2026" month="March" day="02"/>

    <area>general</area>
    <workgroup>RADEXT Working Group</workgroup>
    <keyword>Internet-Draft</keyword> <keyword>Connect-Info</keyword> <keyword>RADIUS</keyword>

    <abstract>


<?line 106?>

<t>This document describes a syntax for the Connect-Info attribute
used with the RADIUS protocol,
enabling RADIUS clients to provide RADIUS servers information pertaining to a user's
connection with an IEEE 802.11 wireless network.</t>



    </abstract>



  </front>

  <middle>


<?line 113?>

<section anchor="intro"><name>Introduction</name>

<t>The Connect-Info attribute is defined in <xref target="RFC2869"/> to enable a Network
Access Server (NAS) to indicate to a RADIUS server
"the nature of the user's connection". <xref target="RFC2869"/> includes the recommendation that:</t>

<ul empty="true"><li>
  <t>The connection speed SHOULD be included at the beginning of the
first Connect-Info attribute in the packet.  If the transmit and
receive connection speeds differ, they MAY both be included in the
first attribute with the transmit speed first (the speed the NAS
modem transmits at), a slash (/), the receive speed, then
optionally other information.</t>
</li></ul>

<t>The Connect-Info attribute can be sent in both Access-Request and
Accounting-Request messages, as shown in <xref target="ci-table"/>.</t>

<figure title="RFC2869 defined occurrence rules for Connect-Info attribute" anchor="ci-table"><artwork><![CDATA[
+--------------------------------------------------------------+
| Attribute | Request | Accept | Reject | Challenge | Acct-Req |  
+--------------------------------------------------------------+
| Connect-  |   0-1   |   0    |   0    |     0     |    0+    |  
| Info (77) |         |        |        |           |          |  
+--------------------------------------------------------------+

]]></artwork></figure>

<t>Many NAS implementations have implemented the Connect-Info attribute.
Wi-Fi vendors supporting the Connect-Info attribute start the text field
with "CONNECT" that is followed by a floating point value representing the maximum connection speed
in Mbps. Implementations follow this with text information about the IEEE 802.11 amendment supported,
as illustrated in <xref target="ci-example1"/>.</t>

<figure title="Example #1 Wi-Fi Connect-Info attribute" anchor="ci-example1"><artwork><![CDATA[
Connect-Info = "CONNECT 11.00 Mbps 802.11b"

]]></artwork></figure>

<t>Other implementations have extended this baseline to signal additional information
to the RADIUS server using a slash (/) delimiter, as illustrated in <xref target="ci-example2"/>.</t>

<figure title="Example #2 Wi-Fi Connect-Info attribute" anchor="ci-example2"><artwork><![CDATA[
Connect-Info = "CONNECT 54.00 Mbps / 802.11n / RSSI: 53 / Channel: 1"

]]></artwork></figure>

<t>There are use-cases that benefit from being able to share Wi-Fi network
connection metrics between a NAS and a RADIUS server,
including where the NAS is operated by a Wi-Fi Access Network Provider (ANP)
and the server is operated by an Identity Provider (IDP).
Reception of the Connect-Info attribute by a RADIUS server is intended to
be used to assist the IDP in making authorization decisions.</t>

<t>The rest of this document describes a syntax for the Connect-Info attribute
that is simultaneously able to support existing Wi-Fi vendor implementations as
illustrated in <xref target="ci-example1"/> and <xref target="ci-example2"/>,
while being enhanced with additional optional information to support
new use-cases and requirements.</t>

<t>The technique by which a RADIUS server uses the information encoded in
the Connect-Info attribute to assist in making authorization decisions is not defined in this document.
Some servers may define the use a threshold for one or more parameters
received in a RADIUS Access-Request, other systems may use historical Connect-Info records
from previously authenticated sessions, including those in the RADIUS Accounting-Request
messages received from the same NAS, still other systems may
decide to algorithmically combine the parameters into a new metric used when making
authorization decisions.</t>

<t>The examples in <xref target="ci-example1"/> and <xref target="ci-example2"/> together with the recommendation
in <xref target="RFC2869"/> are representations of complex data types, as described in section 3.2.3 of <xref target="RFC6158"/>.
Whereas section 3.2.4 of <xref target="RFC6158"/> discourages the use of complex data types where viable
alternatives are available, it is argued that the present document does not introduce
a new complex data type, rather defines and extends the syntax widely used in existing implementations of
the Connect-Info attribute that currently encode information using a complex data type.</t>

<section anchor="Requirements"><name>Requirements Language</name>
<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL",
"SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT
RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here.</t>

</section>
<section anchor="Terminology"><name>Terminology</name>

<t>Access Network Provider (ANP):</t>

<ul empty="true"><li>
  <t>A Wi-Fi operator that has configured its Wi-Fi equipment to support inbound roaming of users.</t>
</li></ul>

<t>Identity Provider (IDP):</t>

<ul empty="true"><li>
  <t>An entity that authenticates end-user Wi-Fi devices onto ANP networks.</t>
</li></ul>

<t>Received Signal Strength Indicator (RSSI):</t>

<ul empty="true"><li>
  <t>A measurement of the power level that is received by an antenna from a wireless device.</t>
</li></ul>

</section>
</section>
<section anchor="Types"><name>Types of Connect-Info Metrics</name>

<t>The characteristics associated with the IEEE 802.11 connection
that can be shared between NAS and RADIUS server include those that can be used to derive
a quality metric of the performance of a Wi-Fi network. These are:</t>

<t><list style="symbols">
  <t>transmit and receive bit rates,</t>
  <t>received signal strength indicator (RSSI),</t>
  <t>frame loss rate, and</t>
  <t>frame retry rate.</t>
</list></t>

<t>While not uniquely associated with a single IEEE 802.11 connection, <xref target="intro"/> describes
legacy implementations which include generic parameters concerning the configuration
of the Wi-Fi network signaled in the Connect-Info attribute. These legacy parameters are:</t>

<t><list style="symbols">
  <t>the maximum Wi-Fi transmit rate,</t>
  <t>the Wi-Fi amendment <xref target="IEEE80211"/>, and</t>
  <t>the Wi-Fi channel number.</t>
</list></t>

</section>
<section anchor="abnf"><name>ABNF syntax for Connect-Info</name>

<t>The Augmented Backus-Naur form (ABNF) is a syntax for specifications
defined in <xref target="RFC5234"/>. The proposed ABNF syntax for the text of the
Connect-Info attribute used with Wi-Fi networks is shown below. This syntax
is intended to encompass current vendor implementations, including parameter ordering,
while supporting optional enhancements to support sharing of new parameters.</t>

<figure title="ABNF definition for encoding of Connect-Info text field" anchor="figabnf"><artwork><![CDATA[
;---------------------------------------------------------------------
; Connect-Info RADIUS Attribute #77 Syntax for Wi-Fi networks
;---------------------------------------------------------------------

connect-info-77   =  "CONNECT" [legacyAttributes]
                     *( DELIMITER keyValueAttribute )
                     [ DELIMITER legacyChannelNum ]
                     *( DELIMITER keyValueAttribute )

;---------------------------------------------------------------------
; Legacy attributes not linked to a specific connection
;---------------------------------------------------------------------

legacyAttributes  =  1*SP MAXSPEED " Mbps" DELIMITER WIFIAMENDMENT
            ; An optional indication of max achievable data rate
            ; together with Wi-Fi 802.11 amendment information

legacyChannelNum  = "Channel:" *SP CHANNUM
            ; An optional 802.11 channel number

;---------------------------------------------------------------------
; keyValueAttributes - attributes linked to a specific connection;
;---------------------------------------------------------------------

keyValueAttribute =  "RSSI:" *SP SS ["(" AGGR ")"]
            ; The value of Station RSSI in dBm and optionally the
            ; aggregation technique use for reporting a value derived
            ; from multiple measurements

keyValueAttribute =/ "TxBitRate:" *SP RATE ["(" AGGR ")"]
            ; The AP to device transmission rate in Mbps and
            ; optionally the aggregation technique use for
            ; reporting a value derived from multiple measurements

keyValueAttribute =/ "RxBitRate:" *SP RATE ["(" AGGR ")"]
            ; The device to AP transmission rate in Mbps and
            ; optionally the aggregation technique use for
            ; reporting a value derived from multiple measurements

keyValueAttribute =/ "FrameLoss:" *SP PCT ["(" AGGR ")"]
            ; The AP to device 802.11 frame loss rate experienced,
            ; encoded as an integer percentage and optionally the
            ; aggregation technique use for reporting a value derived
            ; from multiple measurements

keyValueAttribute =/ "FrameRetry:" *SP PCT ["(" AGGR ")"]
            ; The AP to device 802.11 frame retry rate experienced,
            ; encoded as an integer percentage and optionally the
            ; aggregation technique use for reporting a value derived
            ; from multiple measurements

;---------------------------------------------------------------------
; keyValueAttributes - extensibility syntax.
;
; This syntax enables the syntax to be extended in the future.
;---------------------------------------------------------------------

keyValueAttribute =/ 1*NO-DELIM-COLON ":"  *SP 1*NO-DELIM-COLON
            ; Syntax permitting extensibility

;---------------------------------------------------------------------
; Definitions for legacy attributes
;---------------------------------------------------------------------

MAXSPEED         =  (DIGIT / (NZDIGIT DIGIT) / (NZDIGIT DIGIT DIGIT) /
                    (NZDIGIT DIGIT DIGIT DIGIT) /
                    (NZDIGIT DIGIT DIGIT DIGIT DIGIT)) "." DIGIT DIGIT
            ; Maximum AP to Device speed in Mbps, (0.00 - 99999.99),
            ; calculated as:
            ; SC * MD * CR * SS / (SYM + GD)
            ; where:
            ; SC  = Number of Data Sub-Carriers
            ; CR  = Coding Rate, e.g., 0.5 (BPSK),
            ;       0.75 (256QAM)
            ; MD  = Modulation rate (1-8),
            ;       where 2^MD = num mod'n states
            ; SS  = number of spatial streams
            ; SYM = symbol interval (micro-seconds)
            ; GD  = guard interval (micro-seconds)

WIFIAMENDMENT    =  "802.11" AMENDMENT

AMENDMENT        =  "b" / "g" / "a" / "n" / "ac" / "ax" / "be"
            ; the original 802.11 amendment
            ; Note, whereas the industry has moved to define the use
            ; of Wi-Fi 4/5/6/7 terminology, the amendment is still
            ; used here to enable backwards compatibility with
            ; legacy implementations

CHANNUM          =  NZDIGIT / (NZDIGIT DIGIT) / ("1" DIGIT DIGIT) /
                    ("2" U4DIGIT DIGIT)
            ; Encoding for Channel Numbers (1 - 249)
            ; Note - with the introduction of Wi-Fi operation in
            ; 6 GHz, the Channel Number no longer uniquely identifies
            ; the band of operation

;---------------------------------------------------------------------
; Definitions for connection orientated attributes
;---------------------------------------------------------------------

SS               =  ["-"](DIGIT / (NZDIGIT DIGIT) / ("1" DIGIT DIGIT))
            ; Value of received signal strength expressed in dBm
            ; To accommodate different legacy implementations, both 41
            ; and -41 represent -41 dBm

RATE             =  (DIGIT / (NZDIGIT DIGIT) / (NZDIGIT DIGIT DIGIT) /
                    (NZDIGIT DIGIT DIGIT DIGIT)) ["." DIGIT]
            ; A transmit or receive rate in Mbps

PCT              =  DIGIT / (NZDIGIT DIGIT) / "100"
            ; Percentage (0 - 100)

AGGR             =  ALGO SP ( WINDOW / WEIGHT )
            ; How multiple measurements are combined into a single
            ; reported value

ALGO             =  "MIN" / "MAX" / ("AVG" "-" VARIANT ) / "ACC"
            ; The algorithm used for combining multiple samples:
            ; MIN = minimum value over window
            ; MAX = maximum value over window
            ; AVG = average value over window or exponent
            ; ACC = accumulated ratio over window, corresponding to
            ; ( num[N] - num[1]) / ( denom[N] - denom[1] )
            ; and where ACC only applies to loss and retry rates

VARIANT          =  "LIN" / "EXP"
            ; LIN = linear (arithmetic mean) average calculation
            ; EXP = exponential weighted average calculation

WINDOW           =  (DIGIT / (NZDIGIT DIGIT) / (NZDIGIT DIGIT DIGIT))
                    TIMEUNIT
            ; The time window over which the algorithm operates,
            ; measured in units of TIMEUNIT

WEIGHT           =  NZDIGIT
            ; The weighting of the AVG-EXP algorithm, where the
            ; exponential weight is 2^WEIGHT

TIMEUNIT         =  "S" / "M"
            ; S = units of seconds, M = units of minutes

DELIMITER        =  SLASH / 1*SP
            ; existing vendor delimiters

NO-DELIM-COLON   = %x21-2e / %x30-39 / %x3b-7e
            ; any characters excluding delimiters - space (0x20) and
            ; slash (0x2f) - as well as colon (0x3a)

SP               =  %x20
SLASH            =  *SP %x2F *SP

DIGIT            =  %x30-39 ; 0-9
NZDIGIT          =  %x31-39 ; 1-9
U4DIGIT          =  %x30-34 ; 0-4 (up to 4)

]]></artwork></figure>

</section>
<section anchor="encoding-recommendations"><name>Encoding Recommendations</name>

<t>Example encodings using the ABNF definition are illustrated in <xref target="ci-example3"/> and <xref target="ci-example4"/>. These illustrate that the metrics can be signaled while keeping the attribute size below 253 bytes.</t>

<section anchor="access-request"><name>Access-Request</name>

<t>The inclusion of the above defined parameters in a Connect-Info attribute signaled
in a RADIUS Access-Request message is restricted by the number of IEEE 802.11 frames over which the calculation are based. In such cases, the transmit bit rates, receive bit rates and RSSI level may
correspond to the instantaneous value of the specific parameter. When signaling an instantaneous value,
the "AGGR" definition SHOULD NOT be included in the reported Connect-Info attribute.</t>

<figure title="Example encodings of Connect-Info attribute in RADIUS Access-Request message" anchor="ci-example3"><artwork><![CDATA[
Connect-Info = "CONNECT 54.00 Mbps / 802.11n / Channel: 1 / RSSI: 53"

Connect-Info = "CONNECT 400.00 Mbps 802.11ac Channel:44 RSSI:50"

Connect-Info = "CONNECT RSSI:56 TxBitRate:150.0 RxBitRate:150.0"

Connect-Info = "CONNECT 400.00 Mbps 802.11ac RSSI:56 TxBitRate:150.0
                RxBitRate:150.0"

]]></artwork></figure>

</section>
<section anchor="accounting-request"><name>Accounting-Request</name>

<t>The inclusion of the  Connect-Info attribute signaled
in a  RADIUS Accounting-Request with Acct-Status-Type
set to Start, may be restricted by the number of IEEE 802.11 frames over which the calculation
are based. In such cases, the transmit bit rates, receive bit rates and RSSI level MAY
correspond to the instantaneous value of the specific parameter in which case the reporting with the "AGGR" definition SHOULD follow the rules introduced in <xref target="access-request"/>.</t>

<t>In other cases, i.e., where the
Connect-Info attribute is signaled in RADIUS Accounting-Request messages with Acct-Status-Type
set to Interim-Update or Stop, the NAS SHOULD use multiple measurements when calculating the
reported value:</t>

<t><list style="symbols">
  <t>the reported transmit and receive bit rates SHOULD represent the maximum values experienced since the last time the connect-info was signaled, i.e. the "ALGO" term SHOULD be set to "MAX".</t>
  <t>the received signal strength indicator (RSSI) SHOULD represent the average RSSI value, where the average value calculated MAY be either a linear average or an exponential weighted average, i.e. the "ALGO" term SHOULD be set to "AVG".</t>
  <t>frame loss rate and frame retry rate SHOULD represent the accumulated ratio, i.e. the "ALGO" term SHOULD be set to "ACC".</t>
</list></t>

<figure title="Example encodings of Connect-Info attribute in RADIUS Accounting-Request message" anchor="ci-example4"><artwork><![CDATA[
Connect-Info = "CONNECT RSSI:56(AVG-LIN 10M) TxBitRate:150.0(MAX 10M)
                RxBitRate:150.0(MAX 10M)"

Connect-Info = "CONNECT 400.00 Mbps 802.11ac RSSI:56(AVG-LIN 600S)
                TxBitRate:150.0(MAX 600S) RxBitRate:150.0(MAX 600S)
                FrameLoss:3(ACC 60S) FrameRetry:6(ACC 60S)"

Connect-Info = "CONNECT TxBitRate:150.0(MAX 30S)
                RxBitRate:120.5(MAX 30S) RSSI:-65(AVG-EXP 6)
                FrameLoss:2(ACC 30S) FrameRetry:4(ACC 30S)"

]]></artwork></figure>

</section>
</section>
<section anchor="implementations"><name>Implementations</name>
<t>In July 2024, a proof of concept was built using modified hostapd code (https://w1.fi/)
that is able to populate the connect-info attributes according to the syntax defined above.
In December 2024, Helium Network (www.helium.com) upgraded their deployment of 17,000
OpenWi-Fi/OpenWRT Wi-Fi Access points to support the enhanced connect-info attribute.</t>

</section>
<section anchor="Security"><name>Security Considerations</name>

<t>This document describes a syntax that enables a RADIUS client to provide a RADIUS server with information pertaining to the operation of an IEEE 802.11 wireless network, including connection metrics such as RSSI.</t>

<t>While the Connect-Info attribute is intended to convey non-personal information, some metrics, particularly RSSI, can indirectly reveal information about the physical location or movement of an end user relative to the access point. When combined with other data, such as access point locations, RSSI values may enable inference of the user's presence or proximity within a specific area, potentially raising privacy concerns.</t>

<t>Operators SHOULD consider the following when deploying and processing Connect-Info attributes:</t>

<t><list style="symbols">
  <t>The terms agreed between the operator of the RADIUS client and the operator of the RADIUS server SHOULD include restrictions on the use, storage, and disclosure of connection metrics that may be privacy-sensitive, such as RSSI.</t>
  <t>The RADIUS server SHOULD limit use of these metrics to operational purposes, such as authorization decisions, and SHOULD NOT disclose information signaled in the Connect-Info attribute to any third party except where required by applicable law.</t>
  <t>Where possible, operators SHOULD avoid associating RSSI and similar metrics with persistent user identifiers, to minimize the risk of user tracking.</t>
  <t>Implementations SHOULD ensure that Connect-Info attributes are transmitted only over secure channels (e.g., using RADIUS secured with TLS), to protect against unauthorized interception.</t>
</list></t>

</section>
<section anchor="IANA"><name>IANA Considerations</name>

<t>This document has no IANA Actions.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>
<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>



    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC2869">
  <front>
    <title>RADIUS Extensions</title>
    <author fullname="C. Rigney" initials="C." surname="Rigney"/>
    <author fullname="W. Willats" initials="W." surname="Willats"/>
    <author fullname="P. Calhoun" initials="P." surname="Calhoun"/>
    <date month="June" year="2000"/>
    <abstract>
      <t>This document describes additional attributes for carrying authentication, authorization and accounting information between a Network Access Server (NAS) and a shared Accounting Server using the Remote Authentication Dial In User Service (RADIUS) protocol described in RFC 2865 and RFC 2866. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2869"/>
  <seriesInfo name="DOI" value="10.17487/RFC2869"/>
</reference>
<reference anchor="RFC5234">
  <front>
    <title>Augmented BNF for Syntax Specifications: ABNF</title>
    <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
    <author fullname="P. Overell" initials="P." surname="Overell"/>
    <date month="January" year="2008"/>
    <abstract>
      <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="68"/>
  <seriesInfo name="RFC" value="5234"/>
  <seriesInfo name="DOI" value="10.17487/RFC5234"/>
</reference>
<reference anchor="RFC6158">
  <front>
    <title>RADIUS Design Guidelines</title>
    <author fullname="A. DeKok" initials="A." role="editor" surname="DeKok"/>
    <author fullname="G. Weber" initials="G." surname="Weber"/>
    <date month="March" year="2011"/>
    <abstract>
      <t>This document provides guidelines for the design of attributes used by the Remote Authentication Dial In User Service (RADIUS) protocol. It is expected that these guidelines will prove useful to authors and reviewers of future RADIUS attribute specifications, within the IETF as well as other Standards Development Organizations (SDOs). This memo documents an Internet Best Current Practice.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="158"/>
  <seriesInfo name="RFC" value="6158"/>
  <seriesInfo name="DOI" value="10.17487/RFC6158"/>
</reference>

<reference anchor="IEEE80211" target="https://standards.ieee.org/ieee/802.11/10548/">
  <front>
    <title>Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications</title>
    <author initials="" surname="IEEE">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>


    </references>

</references>


<?line 509?>

<section numbered="false" anchor="Changelog"><name>Changelog</name>
<t><list style="symbols">
  <t>01 - Added extensibility to ABNF and corrected syntax. Added security considerations section. Added note on TxBitRate/RxBitRate when included in Accounting-Request type Stop.</t>
  <t>02 - Corrected ABNF syntax definition of RATE.</t>
  <t>03 - Following RADEXT recommendation, switched to independent submission. Updated ABNF to ease parsing of key/value pairs.</t>
  <t>04 - Updated ABNF i) switching from band to global operating class, ii) added Wi-Fi Alliance generational name support as an alternative to 802.11 amendment designator, iii) permit legacy absolute and signed representations of signal strength, and iv) added WAN-RTT attribute</t>
  <t>05 - Following RADEXT recommendation, switched back to IETF submission. Added clarifications that information is shared to enable a RADIUS server to make improved authorization decisions.  Added text about aligning with legacy implementations that do not adhere to RFC6158.</t>
  <t>06 - Following RADEXT feedback at IETF 124, removed non-connection orientated key-value pairs from the syntax definition.</t>
  <t>07 - Updated the ABNF following feedback from Iegor Sergieienkov.</t>
  <t>08 - Corrected missing exponential weight in ABNF and updated security section to deal with RSSI/location.</t>
</list></t>

</section>
<section numbered="false" anchor="Acknowledgements"><name>Acknowledgements</name>

<t>The authors would like to thank all the members of the WBA's
Access Network Metrics project team, as well as Iegor Sergieienkov, who have helped review and refine the Connect-Info syntax.</t>

</section>

    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="S." surname="Gundavelli" fullname="Sri Gundavelli">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>170 West Tasman Drive</street>
          <city>San Jose</city>
          <code>95134</code>
          <country>US</country>
        </postal>
        <email>sgundave@cisco.com</email>
      </address>
    </contact>
    <contact initials="B." surname="Tomas" fullname="Bruno Tomas">
      <organization>Wireless Broadband Alliance</organization>
      <address>
        <postal>
          <street>5000 Executive Parkway, Suite 302</street>
          <city>San Ramon</city>
          <code>94583</code>
          <country>US</country>
        </postal>
        <email>bruno@wballiance.com</email>
      </address>
    </contact>
    <contact initials="M." surname="Sym" fullname="Michael Sym">
      <organization>Single Digits</organization>
      <address>
        <postal>
          <street>4 Bedford Farms Drive, Suite 210</street>
          <city>Bedford</city>
          <code>1608</code>
          <country>US</country>
        </postal>
        <email>msym@singledigits.com</email>
      </address>
    </contact>
    <contact initials="B." surname="Bullock" fullname="Blair Bullock">
      <organization>Boldyn Networks</organization>
      <address>
        <postal>
          <city>Pleasanton</city>
          <country>US</country>
        </postal>
        <email>blair.bullock@boldyn.com</email>
      </address>
    </contact>
    <contact initials="J." surname="Padden" fullname="Joey Padden">
      <organization>Helium</organization>
      <address>
        <postal>
          <city>Boulder</city>
          <country>US</country>
        </postal>
        <email>jpadden@helium.com</email>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
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

-->

</rfc>

