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

/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_bsd.c72 int prev_privacy; /* privacy state to restore on deinit */
1163 wpa_driver_bsd_set_wpa_internal(void *priv, int wpa, int privacy) argument
1167 wpa_printf(MSG_DEBUG, "%s: wpa=%d privacy=%d",
1168 __func__, wpa, privacy);
1172 if (set80211param(priv, IEEE80211_IOC_PRIVACY, privacy) < 0)
1238 int privacy; local
1245 privacy = !(params->pairwise_suite == WPA_CIPHER_NONE &&
1249 privacy);
1251 if (set80211param(drv, IEEE80211_IOC_PRIVACY, privacy) < 0)
1664 wpa_printf(MSG_DEBUG, "%s: failed to get privacy stat
[all...]
H A Ddriver_nl80211.c3531 int i, privacy = 0; local
3537 privacy = 1;
3541 privacy = 1;
3544 privacy = 1;
3546 if (!privacy)
4611 wpa_printf(MSG_DEBUG, "nl80211: privacy=%d", params->privacy);
4612 if (params->privacy &&
H A Ddriver.h1338 * privacy - Whether privacy is used in the BSS
1340 int privacy; member in struct:wpa_driver_ap_params
3053 * set_privacy - Enable/disable privacy (AP only)
3055 * @enabled: 1 = privacy enabled, 0 = disabled
3058 * This is an optional function to configure privacy field in the
H A Ddriver_atheros.c1789 atheros_set_privacy(drv, 0); /* default to no privacy */
1926 "wpa_version=0x%x privacy=%d interworking=%d",
1929 params->wpa_version, params->privacy, params->interworking);
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h482 int auth_type, key_idx, privacy, want_1x; member in struct:cfg80211_connect_params
496 int channel_fixed, ie, ie_len, privacy; member in struct:cfg80211_ibss_params
1338 enum ieee80211_bss_type bss_type, enum ieee80211_privacy privacy)
1342 bss_type, privacy));
1336 cfg80211_get_bss(struct wiphy *wiphy, struct linuxkpi_ieee80211_channel *chan, const uint8_t *bssid, const uint8_t *ssid, size_t ssid_len, enum ieee80211_bss_type bss_type, enum ieee80211_privacy privacy) argument
/freebsd-current/contrib/wpa/src/ap/
H A Dbeacon.c1691 params->privacy = hapd->conf->wpa;
1693 params->privacy |= hapd->conf->ssid.wep.keys_set ||
1738 params->privacy = 1;
H A Dieee802_11.c245 int privacy = 0; local
262 privacy = hapd->conf->ssid.wep.keys_set;
267 privacy = 1;
271 privacy = 1;
275 privacy = 1;
278 if (privacy)
/freebsd-current/sys/dev/usb/wlan/
H A Dif_rsureg.h521 uint32_t privacy; member in struct:ndis_wlan_bssid_ex
H A Dif_rsu.c1958 bss->privacy = htole32(1);
2049 "networktype=%d privacy=%d, RSSI=%d\n",
2053 le32toh(bss->networktype), le32toh(bss->privacy),
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Devents.c519 int privacy = 0; local
536 privacy = 1;
543 privacy = 1;
547 privacy = 1;
550 privacy = 1;
553 return privacy;
554 return !privacy;
1274 wpa_dbg(wpa_s, MSG_DEBUG, " skip - privacy mismatch");
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6006 enum ieee80211_privacy privacy; member in struct:lkpi_cfg80211_get_bss_iter_lookup
6032 if (lookup->privacy != IEEE80211_PRIVACY_ANY) {
6082 enum ieee80211_bss_type bss_type, enum ieee80211_privacy privacy)
6104 lookup.privacy = privacy;
6080 linuxkpi_cfg80211_get_bss(struct wiphy *wiphy, struct linuxkpi_ieee80211_channel *chan, const uint8_t *bssid, const uint8_t *ssid, size_t ssid_len, enum ieee80211_bss_type bss_type, enum ieee80211_privacy privacy) argument
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4903 * wpas_dbus_getter_bss_privacy - Return the privacy flag of a BSS
4917 dbus_bool_t privacy; local
4923 privacy = (res->caps & IEEE80211_CAP_PRIVACY) ? TRUE : FALSE;
4925 &privacy, error);

Completed in 304 milliseconds