package obus

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.3.tar.gz
sha256=75703f78015e15d03d0fdba1633a155875daf17d854225658429e72a0df06258
md5=3090a796f0af95e16838d81656ac4b97

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.