Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/Documentation/usb/
Dauthorization.txt19 $ echo 1 > /sys/bus/usb/devices/DEVICE/authorized
23 $ echo 0 > /sys/bus/usb/devices/DEVICE/authorized
34 By default, Wired USB devices are authorized by default to
59 echo 1 > $device_path/authorized
72 echo 1 > authorized # temporarily authorize it
82 echo 0 > authorized
/linux-4.1.27/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt65 mac80211->driver: sta_state(AP, authorized)
80 userspace->mac80211: authorized
81 mac80211->driver: sta_state(AP, authorized)
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-usb1 What: /sys/bus/usb/device/.../authorized
7 drivers, non-authorized one are not. By default, wired
8 USB devices are authorized.
10 Certified Wireless USB devices are not authorized
Dsysfs-wusb_cbaf31 has been authorized before and nothing further
/linux-4.1.27/drivers/usb/core/
Dgeneric.c167 if (udev->authorized == 0) in generic_probe()
Dusb.c511 dev->authorized = 1; in usb_alloc_dev()
513 dev->authorized = usb_hcd->authorized_default; in usb_alloc_dev()
Dsysfs.c631 return snprintf(buf, PAGE_SIZE, "%u\n", usb_dev->authorized); in authorized_show()
655 static DEVICE_ATTR_IGNORE_LOCKDEP(authorized, S_IRUGO | S_IWUSR,
Dhub.c2540 if (usb_dev->authorized == 0) in usb_deauthorize_device()
2543 usb_dev->authorized = 0; in usb_deauthorize_device()
2557 if (usb_dev->authorized == 1) in usb_authorize_device()
2576 usb_dev->authorized = 1; in usb_authorize_device()
Ddriver.c295 if (udev->authorized == 0) { in usb_probe_interface()
Dmessage.c1701 if (dev->authorized == 0 || configuration == -1) in usb_set_configuration()
/linux-4.1.27/security/selinux/
DKconfig93 via /selinux/checkreqprot if authorized by policy.
/linux-4.1.27/security/
DKconfig60 designated as unlabelled, and only sockets authorized
/linux-4.1.27/net/wireless/
DKconfig124 to be an authorized master, i.e., with radar detection support and DFS
/linux-4.1.27/net/mac80211/
Dtx.c2003 bool wme_sta = false, authorized = false; in ieee80211_build_hdr() local
2030 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_build_hdr()
2214 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_build_hdr()
2233 !multicast && !authorized && in ieee80211_build_hdr()
Dmlme.c1420 bool authorized = false; in ieee80211_powersave_allowed() local
1440 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_powersave_allowed()
1443 return authorized; in ieee80211_powersave_allowed()
/linux-4.1.27/fs/reiserfs/
DREADME9 Reiser, or authorized to be licensed by him, have been in the past,
/linux-4.1.27/include/linux/
Dusb.h573 unsigned authorized:1; member
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt450 a CIPSO host is authorized to handle. All datagrams that have a label
468 a CIPSO host is authorized to handle. All datagrams that have a label less
/linux-4.1.27/Documentation/filesystems/
Dproc.txt1846 gid= Set the group authorized to learn processes information.
1868 gid= defines a group authorized to learn processes information otherwise
/linux-4.1.27/Documentation/
Dkernel-parameters.txt3744 (default -1 = authorized except for wireless USB,
3745 0 = not authorized, 1 = authorized)