package obus

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include OBus_proxy.Private
type t = private OBus_proxy.proxy
val of_proxy : OBus_proxy.proxy -> t
val to_proxy : t -> OBus_proxy.proxy
val properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.t
type ap_flag = [
  1. | `Privacy
]
val flags : t -> ap_flag list OBus_property.r
type ap_security_flag = [
  1. | `Pair_wep40
  2. | `Pair_wep104
  3. | `Pair_tkip
  4. | `Pair_ccmp
  5. | `Group_wep40
  6. | `Group_wep104
  7. | `Group_tkip
  8. | `Group_ccmp
  9. | `Key_mgmt_psk
  10. | `Key_mgmt_802_1x
]
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
OCaml

Innovation. Community. Security.