| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dell-privacy-wmi | 6 Display which dell hardware level privacy devices are supported 8 Dell’s commitment to platform privacy for MIC, Camera, and 10 The supported hardware privacy devices are: 25 The privacy device is supported by this system 28 The privacy device is not supported on this system 30 For example to check which privacy devices are supported:: 32 …# cat /sys/bus/wmi/drivers/dell-privacy/6932965F-1671-4CEB-B988-D3AB0A901919*/dell_privacy_support… 42 Allow user space to check current dell privacy device state. 59 Identifies the privacy device is turned off 63 Identifies the privacy device is turned on, [all …]
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 1121 wil_info(wil, " Privacy: %s\n", sme->privacy ? "secure" : "open"); in wil_print_connect_params() 1155 if (vif->privacy != sme->privacy) { in wil_ft_connect() 1157 vif->privacy, sme->privacy); in wil_ft_connect() 1249 if (sme->privacy && !rsn_eid) { in wil_cfg80211_connect() 1274 vif->privacy = sme->privacy; in wil_cfg80211_connect() 1316 if (vif->privacy) { in wil_cfg80211_connect() 1335 if (vif->privacy) { in wil_cfg80211_connect() 1930 const u8 *ssid, size_t ssid_len, u32 privacy, in _wil_cfg80211_start_ap() argument 1992 vif->privacy = privacy; in _wil_cfg80211_start_ap() 2051 i, vif->privacy, vif->bi, vif->channel, in wil_cfg80211_ap_recovery() [all …]
|
| H A D | txrx_edma.c | 716 if (!vif->privacy) in wil_ring_init_tx_edma() 1566 if (!vif->privacy) in wil_ring_init_bcast_edma()
|
| H A D | txrx.c | 1197 if (!vif->privacy) in wil_vring_init_tx() 1366 if (!vif->privacy) in wil_vring_init_bcast()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | rpc-server-gss.rst | 36 - integrity/privacy protection (signing and encrypting of individual 42 Therefore, we perform per-packet integrity and privacy protection in the
|
| /linux/net/mac80211/ |
| H A D | ibss.c | 463 if (ifibss->privacy) in ieee80211_ibss_csa_beacon() 469 IEEE80211_PRIVACY(ifibss->privacy)); in ieee80211_ibss_csa_beacon() 516 IEEE80211_PRIVACY(ifibss->privacy)); in ieee80211_ibss_finish_csa() 661 IEEE80211_PRIVACY(ifibss->privacy)); in ieee80211_ibss_disconnect() 1284 if (ifibss->privacy) in ieee80211_sta_create_ibss() 1392 IEEE80211_PRIVACY(ifibss->privacy)); in ieee80211_sta_find_ibss() 1725 sdata->u.ibss.privacy = params->privacy; in ieee80211_ibss_join()
|
| /linux/net/wireless/ |
| H A D | trace.h | 709 __field(bool, privacy) 722 __entry->privacy = settings->privacy; 736 BOOL_TO_STR(__entry->privacy), __entry->auth_type, 1573 __field(bool, privacy) 1585 __entry->privacy = sme->privacy; 1594 __entry->auth_type, BOOL_TO_STR(__entry->privacy), 3884 enum ieee80211_privacy privacy), 3885 TP_ARGS(wiphy, channel, bssid, ssid, ssid_len, bss_type, privacy), 3892 __field(enum ieee80211_privacy, privacy) 3900 __entry->privacy = privacy; [all …]
|
| H A D | wext-sme.c | 40 wdev->wext.connect.privacy = true; in cfg80211_mgd_wext_connect()
|
| H A D | ibss.c | 270 wdev->wext.ibss.privacy = wdev->wext.default_key != -1; in cfg80211_ibss_wext_join()
|
| H A D | wext-compat.c | 463 wdev->wext.connect.privacy = false; in cfg80211_set_encryption() 1090 wdev->wext.connect.privacy = data->value; in cfg80211_wext_siwauth()
|
| H A D | sme.c | 306 IEEE80211_PRIVACY(wdev->conn->params.privacy)); in cfg80211_get_conn_bss() 613 IEEE80211_PRIVACY(wdev->conn->params.privacy)); in cfg80211_sme_connect()
|
| H A D | scan.c | 1614 enum ieee80211_privacy privacy, in __cfg80211_get_bss() argument 1625 privacy); in __cfg80211_get_bss() 1635 if ((privacy == IEEE80211_PRIVACY_ON && !bss_privacy) || in __cfg80211_get_bss() 1636 (privacy == IEEE80211_PRIVACY_OFF && bss_privacy)) in __cfg80211_get_bss()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-wmi-privacy.c | 209 ATTRIBUTE_GROUPS(privacy);
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | scan.c | 83 bss_desc->privacy); in _dbg_security_flags() 208 !priv->sec_info.encryption_mode && !bss_desc->privacy) { in mwifiex_is_bss_no_sec() 223 !priv->sec_info.wpa2_enabled && bss_desc->privacy) { in mwifiex_is_bss_static_wep() 284 !priv->sec_info.encryption_mode && bss_desc->privacy) { in mwifiex_is_bss_adhoc_aes() 302 priv->sec_info.encryption_mode && bss_desc->privacy) { in mwifiex_is_bss_dynamic_wep()
|
| H A D | sta_ioctl.c | 175 bss_desc->privacy = MWIFIEX_802_11_PRIV_FILTER_8021X_WEP; in mwifiex_fill_new_bss_desc() 177 bss_desc->privacy = MWIFIEX_802_11_PRIV_FILTER_ACCEPT_ALL; in mwifiex_fill_new_bss_desc()
|
| H A D | join.c | 986 bss_desc->privacy = MWIFIEX_802_11_PRIV_FILTER_8021X_WEP; in mwifiex_cmd_802_11_ad_hoc_start() 992 bss_desc->privacy = MWIFIEX_802_11_PRIV_FILTER_ACCEPT_ALL; in mwifiex_cmd_802_11_ad_hoc_start()
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | special-register-buffer-data-sampling.rst | 10 the special register reads that have a security expectation of privacy are
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm-security.rst | 182 This process is a simplified abbreviation of the usual privacy CA 209 that TPM integrity and privacy was preserved across the entire boot
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sta_cfg.c | 153 bss_desc->privacy = NXPWIFI_802_11_PRIV_FILTER_8021X_WEP; in nxpwifi_fill_new_bss_desc() 155 bss_desc->privacy = NXPWIFI_802_11_PRIV_FILTER_ACCEPT_ALL; in nxpwifi_fill_new_bss_desc()
|
| H A D | scan.c | 74 bss_desc->privacy); in _dbg_security_flags() 153 !priv->sec_info.encryption_mode && !bss_desc->privacy) { in nxpwifi_is_bss_no_sec() 165 !priv->sec_info.wpa2_enabled && bss_desc->privacy) { in nxpwifi_is_bss_static_wep() 212 priv->sec_info.encryption_mode && bss_desc->privacy) { in nxpwifi_is_bss_dynamic_wep()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 1637 bool privacy; member 3574 bool privacy; member 3674 bool privacy; member 8440 enum ieee80211_privacy privacy, 8462 enum ieee80211_privacy privacy) in cfg80211_get_bss() argument 8465 bss_type, privacy, in cfg80211_get_bss()
|
| /linux/LICENSES/deprecated/ |
| H A D | CC0-1.0 | 56 iii. publicity and privacy rights pertaining to a person's image or
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | qlink.h | 204 u8 privacy; member
|
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 419 __u8 privacy; member
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 257 Common means to enforce privacy are mechanical obturation of the 259 restricted to these methods. Devices that implement the privacy
|