Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt65 mac80211->driver: sta_state(AP, authorized)
84 userspace->mac80211: authorized
85 mac80211->driver: sta_state(AP, authorized)
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-bus-usb79 What: /sys/bus/usb/device/.../authorized
85 drivers, non-authorized one are not. By default, wired
86 USB devices are authorized.
88 Certified Wireless USB devices are not authorized
Dsysfs-wusb_cbaf31 has been authorized before and nothing further
/linux-3.4.99/drivers/usb/core/
Dgeneric.c165 else if (udev->authorized == 0) in generic_probe()
Dusb.c460 dev->authorized = 1; in usb_alloc_dev()
462 dev->authorized = usb_hcd->authorized_default; in usb_alloc_dev()
Dsysfs.c572 return snprintf(buf, PAGE_SIZE, "%u\n", usb_dev->authorized); in usb_dev_authorized_show()
598 static DEVICE_ATTR(authorized, 0644,
Dhub.c2096 if (usb_dev->authorized == 0) in usb_deauthorize_device()
2099 usb_dev->authorized = 0; in usb_deauthorize_device()
2113 if (usb_dev->authorized == 1) in usb_authorize_device()
2129 usb_dev->authorized = 1; in usb_authorize_device()
Ddriver.c275 if (udev->authorized == 0) { in usb_probe_interface()
Dmessage.c1689 if (dev->authorized == 0 || configuration == -1) in usb_set_configuration()
/linux-3.4.99/net/mac80211/
Dtx.c1741 bool wme_sta = false, authorized = false, tdls_auth = false; in ieee80211_subif_start_xmit() local
1769 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_subif_start_xmit()
1864 authorized = test_sta_flag(sta, in ieee80211_subif_start_xmit()
1937 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_subif_start_xmit()
1958 !is_multicast_ether_addr(hdr.addr1) && !authorized && in ieee80211_subif_start_xmit()
Dmlme.c952 bool authorized = false; in ieee80211_powersave_allowed() local
973 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_powersave_allowed()
976 return authorized; in ieee80211_powersave_allowed()
/linux-3.4.99/security/selinux/
DKconfig93 via /selinux/checkreqprot if authorized by policy.
/linux-3.4.99/security/
DKconfig125 designated as unlabelled, and only sockets authorized
/linux-3.4.99/fs/reiserfs/
DREADME9 Reiser, or authorized to be licensed by him, have been in the past,
/linux-3.4.99/include/linux/
Dusb.h482 unsigned authorized:1; member
/linux-3.4.99/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-3.4.99/Documentation/filesystems/
Dproc.txt1590 gid= Set the group authorized to learn processes information.
1612 gid= defines a group authorized to learn processes information otherwise
/linux-3.4.99/Documentation/
Dkernel-parameters.txt2763 (default -1 = authorized except for wireless USB,
2764 0 = not authorized, 1 = authorized)