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

/netbsd-current/external/bsd/lutok/lib/liblutok/
H A DMakefile43 COPTS+= -Wno-error=ctor-dtor-privacy -Wno-error=unused-local-typedefs
/netbsd-current/tests/lib/libpthread/
H A DMakefile58 COPTS.h_thread_local_dtor.cpp+= ${${ACTIVE_CC} == "gcc" :? -Wno-ctor-dtor-privacy -Wno-sign-compare -Wno-shadow :}
/netbsd-current/sys/arch/epoc32/stand/e32boot/exe/
H A DMakefile20 CPPFLAGS=-c -nostdinc -Wall -Wno-ctor-dtor-privacy -O
/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A DMakefile20 CPPFLAGS=-c -nostdinc -Wall -Wno-ctor-dtor-privacy -O
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_bsd.c71 int prev_privacy; /* privacy state to restore on deinit */
1126 wpa_driver_bsd_set_wpa_internal(void *priv, int wpa, int privacy) argument
1130 wpa_printf(MSG_DEBUG, "%s: wpa=%d privacy=%d",
1131 __func__, wpa, privacy);
1135 if (set80211param(priv, IEEE80211_IOC_PRIVACY, privacy) < 0)
1203 int privacy; local
1254 privacy = !(params->pairwise_suite == WPA_CIPHER_NONE &&
1258 wpa_printf(MSG_DEBUG, "%s: set PRIVACY %u", __func__, privacy);
1260 if (set80211param(drv, IEEE80211_IOC_PRIVACY, privacy) < 0)
1587 wpa_printf(MSG_DEBUG, "%s: failed to get privacy stat
[all...]
H A Ddriver.h1285 * privacy - Whether privacy is used in the BSS
1287 int privacy; member in struct:wpa_driver_ap_params
2760 * set_privacy - Enable/disable privacy (AP only)
2762 * @enabled: 1 = privacy enabled, 0 = disabled
2765 * This is an optional function to configure privacy field in the
H A Ddriver_nl80211.c3200 int i, privacy = 0; local
3206 privacy = 1;
3210 privacy = 1;
3213 privacy = 1;
3215 if (!privacy)
4123 wpa_printf(MSG_DEBUG, "nl80211: privacy=%d", params->privacy);
4124 if (params->privacy &&
H A Ddriver_atheros.c1800 atheros_set_privacy(drv, 0); /* default to no privacy */
1937 "wpa_version=0x%x privacy=%d interworking=%d",
1940 params->wpa_version, params->privacy, params->interworking);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Devents.c496 int privacy = 0; local
512 privacy = 1;
518 privacy = 1;
522 privacy = 1;
525 privacy = 1;
528 return privacy;
529 return !privacy;
1221 " skip - privacy mismatch");
/netbsd-current/share/mk/
H A Dbsd.sys.mk116 CXXFLAGS+= -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder \
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_11.c180 int privacy; local
196 privacy = hapd->conf->ssid.wep.keys_set;
201 privacy = 1;
204 privacy = 1;
208 privacy = 1;
211 if (privacy)
H A Dbeacon.c1318 params->privacy = hapd->conf->ssid.wep.keys_set || hapd->conf->wpa ||
1363 params->privacy = 1;
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4308 * wpas_dbus_getter_bss_privacy - Return the privacy flag of a BSS
4322 dbus_bool_t privacy; local
4328 privacy = (res->caps & IEEE80211_CAP_PRIVACY) ? TRUE : FALSE;
4330 &privacy, error);

Completed in 382 milliseconds