package obus

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type wireless_capability = [
  1. | `Cipher_wep40
  2. | `Cipher_wep104
  3. | `Cipher_tkip
  4. | `Cipher_ccmp
  5. | `Wpa
  6. | `Rsn
]
type wifi_mode = [
  1. | `Unknown
  2. | `Adhoc
  3. | `Infra
]
val get_access_points : t -> Nm_access_point.t list Lwt.t
val properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.t
val access_point_added : t -> Nm_access_point.t OBus_signal.t
val access_point_removed : t -> Nm_access_point.t OBus_signal.t
val hw_address : t -> string OBus_property.r
val mode : t -> int OBus_property.r
val bitrate : t -> int OBus_property.r
val active_access_point : t -> OBus_proxy.t OBus_property.r
val wireless_capabilities : t -> int OBus_property.r
val properties : t -> OBus_property.group