diff options
author | Witold Sowa <witold.sowa@gmail.com> | 2010-01-04 16:52:30 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-01-04 16:52:30 +0200 |
commit | 75d328af5070217672b7dc25dbcd74fad05fb6e5 (patch) | |
tree | 3abc14484edbcf2b4dc4d77da32c1cbf44843eff /doc | |
parent | 58e1452474b4ad09515cb7853085a0900114bb3c (diff) | |
download | external_wpa_supplicant_8_ti-75d328af5070217672b7dc25dbcd74fad05fb6e5.zip external_wpa_supplicant_8_ti-75d328af5070217672b7dc25dbcd74fad05fb6e5.tar.gz external_wpa_supplicant_8_ti-75d328af5070217672b7dc25dbcd74fad05fb6e5.tar.bz2 |
dbus: Change BSS property MaxRate to Rates
Instead of exposing maximum BSS bit rate, expose sorted array
of all supported rates.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus.doxygen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 9b7dff2..a1e3bc9 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -644,8 +644,8 @@ scan results. <p>Frequency of the BSS in MHz.</p> </li> <li> - <h3>MaxRate - q - (read)</h3> - <p>Maximal data rate of the BSS in bits per second.</p> + <h3>Rates - au - (read)</h3> + <p>Descending ordered array of rates supported by the BSS in bits per second.</p> </li> <li> <h3>Signal - n - (read)</h3> |