mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
doc: Tweak GetHiddenStations API
Station was really a misnomer, it should have been AccessPoint. Also mark the API as experimental. It will be moved to the Diagnostics interface eventually.
This commit is contained in:
parent
5f8c20f455
commit
fbcacce0a3
@ -49,29 +49,29 @@ Methods void Scan()
|
||||
in 100 * dBm. The value is the range of 0
|
||||
(strongest signal) to -10000 (weakest signal)
|
||||
|
||||
array(sns) GetHiddenStations()
|
||||
array(sns) GetHiddenAccessPoints() [experimental]
|
||||
|
||||
Returns a list (possibly empty) of detected hidden
|
||||
stations. The list is sorted according to the
|
||||
relative signal strength of each station.
|
||||
access points. The list is sorted according to the
|
||||
relative signal strength of each access point.
|
||||
|
||||
Every record returned contains a 3-tuple of the
|
||||
following values.
|
||||
|
||||
string Address
|
||||
|
||||
Station's address
|
||||
Access Point's address
|
||||
|
||||
int16 SignalStrength
|
||||
|
||||
Station's signal strength expressed in
|
||||
Access Point's signal strength expressed in
|
||||
100 * dBm. The value is the range of 0
|
||||
(strongest signal) to -10000 (weakest signal)
|
||||
|
||||
string Type
|
||||
|
||||
The type of the hidden network. Same values
|
||||
as Network.Type.
|
||||
The type of the hidden Access Point. Same
|
||||
values as Network.Type.
|
||||
|
||||
void ConnectHiddenNetwork(string ssid)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user