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_access_point/index.html

Module Nm_access_pointSource

Access point interface

include OBus_proxy.Private
Sourcetype t = private OBus_proxy.proxy
Sourceval of_proxy : OBus_proxy.proxy -> t
Sourceval to_proxy : t -> OBus_proxy.proxy
Signals
Sourceval properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.t
Properties
Sourcetype ap_flag = [
  1. | `Privacy
    (*

    Access point supports privacy measures.

    *)
]
Sourceval flags : t -> ap_flag list OBus_property.r
Sourcetype ap_security_flag = [
  1. | `Pair_wep40
    (*

    Access point supports pairwise 40-bit WEP encryption

    *)
  2. | `Pair_wep104
    (*

    Access point supports pairwise 104-bit WEP encryption

    *)
  3. | `Pair_tkip
    (*

    Access point supports pairwise TKIP encryption

    *)
  4. | `Pair_ccmp
    (*

    Access point supports pairwise CCMP encryption

    *)
  5. | `Group_wep40
    (*

    Access point supports a group 40-bit WEP cipher

    *)
  6. | `Group_wep104
    (*

    Access point supports a group 104-bit WEP cipher

    *)
  7. | `Group_tkip
    (*

    Access point supports a group TKIP cipher

    *)
  8. | `Group_ccmp
    (*

    Access point supports a group CCMP cipher

    *)
  9. | `Key_mgmt_psk
    (*

    Access point supports PSK key management

    *)
  10. | `Key_mgmt_802_1x
    (*

    Access point supports 802.1x key management

    *)
]
Sourceval wpa_flags : t -> ap_security_flag list OBus_property.r
Sourceval rsn_flags : t -> ap_security_flag list OBus_property.r
Sourceval ssid : t -> string OBus_property.r
Sourceval frequency : t -> int OBus_property.r
Sourceval hw_address : t -> string OBus_property.r
Sourceval mode : t -> int OBus_property.r
Sourceval max_bitrate : t -> int OBus_property.r
Sourceval strength : t -> int OBus_property.r
Sourceval properties : t -> OBus_property.group
OCaml

Innovation. Community. Security.