module Nm_access_point: sig
.. end
Access point interface
include OBus_proxy.Private
Signals
val properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.t
Properties
type
ap_flag = [ `Privacy ]
val flags : t -> ap_flag list OBus_property.r
type
ap_security_flag = [ `Group_ccmp
| `Group_tkip
| `Group_wep104
| `Group_wep40
| `Key_mgmt_802_1x
| `Key_mgmt_psk
| `Pair_ccmp
| `Pair_tkip
| `Pair_wep104
| `Pair_wep40 ]
val wpa_flags : t -> ap_security_flag list OBus_property.r
val rsn_flags : t -> ap_security_flag list OBus_property.r
val ssid : t -> string OBus_property.r
val frequency : t -> int OBus_property.r
val hw_address : t -> string OBus_property.r
val mode : t -> int OBus_property.r
val max_bitrate : t -> int OBus_property.r
val strength : t -> int OBus_property.r
val properties : t -> OBus_property.group