Nm_access_pointAccess point interface
include OBus_proxy.Privatetype t = private OBus_proxy.proxyval of_proxy : OBus_proxy.proxy -> tval to_proxy : t -> OBus_proxy.proxyval properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.tval flags : t -> ap_flag list OBus_property.rtype ap_security_flag = [ | `Pair_wep40Access point supports pairwise 40-bit WEP encryption
*)| `Pair_wep104Access point supports pairwise 104-bit WEP encryption
*)| `Pair_tkipAccess point supports pairwise TKIP encryption
*)| `Pair_ccmpAccess point supports pairwise CCMP encryption
*)| `Group_wep40Access point supports a group 40-bit WEP cipher
*)| `Group_wep104Access point supports a group 104-bit WEP cipher
*)| `Group_tkipAccess point supports a group TKIP cipher
*)| `Group_ccmpAccess point supports a group CCMP cipher
*)| `Key_mgmt_pskAccess point supports PSK key management
*)| `Key_mgmt_802_1xAccess point supports 802.1x key management
*) ]val wpa_flags : t -> ap_security_flag list OBus_property.rval rsn_flags : t -> ap_security_flag list OBus_property.rval ssid : t -> string OBus_property.rval frequency : t -> int OBus_property.rval hw_address : t -> string OBus_property.rval mode : t -> int OBus_property.rval max_bitrate : t -> int OBus_property.rval strength : t -> int OBus_property.rval properties : t -> OBus_property.group