Home | History | Annotate | Download | only in dbus

Lines Matching defs:privacy

2801  * wpas_dbus_getter_bss_privacy - Return the privacy flag of a BSS
2807 * Getter for "Privacy" property.
2814 dbus_bool_t privacy;
2820 privacy = (res->caps & IEEE80211_CAP_PRIVACY) ? TRUE : FALSE;
2822 &privacy, error);