package obus

  1. Overview
  2. Docs
Pure Ocaml implementation of the D-Bus protocol

Install

Dune Dependency

Authors

Maintainers

Sources

obus-1.2.5.tar.gz
md5=81eb1034c6ef4421a2368a9b352199de
sha512=4b540497188a7d78f4f14f94c6b7fdff47dd06436a34e650ff378dd77bb3e2acb7afd45cd72daf4ddba06e732e9944d560c2882dc37862f1b1f1bb6df37e6205

doc/obus.network_manager/Nm_device/Wireless/index.html

Module Nm_device.WirelessSource

Sourcetype wireless_capability = [
  1. | `Cipher_wep40
    (*

    The device supports the 40-bit WEP cipher.

    *)
  2. | `Cipher_wep104
    (*

    The device supports the 104-bit WEP cipher.

    *)
  3. | `Cipher_tkip
    (*

    The device supports the TKIP cipher.

    *)
  4. | `Cipher_ccmp
    (*

    The device supports the CCMP cipher.

    *)
  5. | `Wpa
    (*

    The device supports the WPA encryption/authentication protocol.

    *)
  6. | `Rsn
    (*

    The device supports the RSN encryption/authentication protocol.

    *)
]
Sourcetype wifi_mode = [
  1. | `Unknown
    (*

    Mode is unknown.

    *)
  2. | `Adhoc
    (*

    Uncoordinated network without central infrastructure.

    *)
  3. | `Infra
    (*

    Coordinated network with one or more central controllers.

    *)
]
Sourceval get_access_points : t -> Nm_access_point.t list Lwt.t
Sourceval properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.t
Sourceval access_point_added : t -> Nm_access_point.t OBus_signal.t
Sourceval access_point_removed : t -> Nm_access_point.t OBus_signal.t
Sourceval hw_address : t -> string OBus_property.r
Sourceval mode : t -> int OBus_property.r
Sourceval bitrate : t -> int OBus_property.r
Sourceval active_access_point : t -> OBus_proxy.t OBus_property.r
Sourceval wireless_capabilities : t -> int OBus_property.r
Sourceval properties : t -> OBus_property.group
OCaml

Innovation. Community. Security.