mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-04 19:19:23 +01:00
doc: Add Adapter.SupportedModes property
This commit is contained in:
parent
1d52f1a233
commit
5011637df2
@ -21,3 +21,16 @@ Properties boolean Powered [readwrite]
|
||||
string Vendor [readonly, optional]
|
||||
|
||||
Contains the vendor name of the adapter, if available.
|
||||
|
||||
array{string} SupportedModes [readonly]
|
||||
|
||||
Contains the supported modes for this adapter's
|
||||
devices. The modes can be one of the following
|
||||
values:
|
||||
'ad-hoc'
|
||||
'station'
|
||||
'ap'
|
||||
|
||||
These modes can be used to set a particular
|
||||
device's Mode property. See Device.Mode documentation
|
||||
for additional details.
|
||||
|
Loading…
Reference in New Issue
Block a user