D-Bus: Add association response status code property for failure cases
(Re)Association Response frame with status code other than 0 is now notified over DBUS as a part of PropertiesChanged signal. This can be used by application in case AP is denying association with status code 17 (band steering) so that it does not interfere in the BSSID selection logic of wpa_supplicant. Signed-off-by: Naveen Singh <nasingh@google.com>
This commit is contained in:
parent
2940bf669a
commit
c7fb678f31
9 changed files with 52 additions and 0 deletions
|
@ -735,6 +735,11 @@ fi.w1.wpa_supplicant1.CreateInterface.
|
|||
<p>The most recent IEEE 802.11 reason code for disconnect. Negative value indicates locally generated disconnection.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>AssocStatusCode - i - (read)</h3>
|
||||
<p>The most recent IEEE 802.11 status code for association rejection.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>EapolVersion - s - (read/write)</h3>
|
||||
<p>IEEE 802.1X/EAPOL version number</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue