Searched refs:privacy (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/drivers/
H A Ddriver_bsd.c62 int prev_privacy; /* privacy state to restore on deinit */
975 wpa_driver_bsd_set_wpa_internal(void *priv, int wpa, int privacy) argument
979 wpa_printf(MSG_DEBUG, "%s: wpa=%d privacy=%d",
980 __FUNCTION__, wpa, privacy);
984 if (set80211param(priv, IEEE80211_IOC_PRIVACY, privacy) < 0)
1052 int privacy; local
1103 privacy = !(params->pairwise_suite == CIPHER_NONE &&
1107 wpa_printf(MSG_DEBUG, "%s: set PRIVACY %u", __func__, privacy);
1109 if (set80211param(drv, IEEE80211_IOC_PRIVACY, privacy) < 0)
1548 wpa_printf(MSG_DEBUG, "%s: failed to get privacy stat
[all...]
H A Ddriver.h663 * privacy - Whether privacy is used in the BSS
665 int privacy; member in struct:wpa_driver_ap_params
1580 * set_privacy - Enable/disable privacy (AP only)
1582 * @enabled: 1 = privacy enabled, 0 = disabled
1585 * This is an optional function to configure privacy field in the
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dieee802_11.c137 int privacy; local
143 privacy = hapd->conf->ssid.wep.keys_set;
148 privacy = 1;
151 privacy = 1;
162 privacy = policy != SECURITY_PLAINTEXT;
164 privacy = 0;
167 if (privacy)
H A Dbeacon.c723 params.privacy = hapd->conf->ssid.wep.keys_set || hapd->conf->wpa ||
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Devents.c333 int i, privacy = 0; local
345 privacy = 1;
353 privacy = 1;
357 privacy = 1;
360 return privacy;
361 return !privacy;
763 wpa_dbg(wpa_s, MSG_DEBUG, " skip - privacy "
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_rsureg.h414 uint32_t privacy; member in struct:ndis_wlan_bssid_ex
H A Dif_rsu.c1088 bss->privacy = htole32(1);
1147 "networktype=%d privacy=%d\n",
1150 le32toh(bss->networktype), le32toh(bss->privacy));
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3068 * wpas_dbus_getter_bss_privacy - Return the privacy flag of a BSS
3081 dbus_bool_t privacy; local
3087 privacy = (res->caps & IEEE80211_CAP_PRIVACY) ? TRUE : FALSE;
3089 &privacy, error);

Completed in 153 milliseconds