HomeSort by relevance Sort by last modified time
    Searched refs:rfkill (Results 1 - 15 of 15) sorted by null

  /external/wpa_supplicant_8/src/drivers/
rfkill.c 2 * Linux rfkill helper functions for driver wrappers
14 #include "rfkill.h"
55 struct rfkill_data *rfkill = eloop_ctx; local
60 len = read(rfkill->fd, &event, sizeof(event));
62 wpa_printf(MSG_ERROR, "rfkill: Event read failed: %s",
67 wpa_printf(MSG_DEBUG, "rfkill: Unexpected event size "
72 wpa_printf(MSG_DEBUG, "rfkill: event: idx=%u type=%d "
80 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
83 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
86 wpa_printf(MSG_INFO, "rfkill: WLAN unblocked")
102 struct rfkill_data *rfkill; local
    [all...]
rfkill.h 2 * Linux rfkill helper functions for driver wrappers
22 void rfkill_deinit(struct rfkill_data *rfkill);
23 int rfkill_is_blocked(struct rfkill_data *rfkill);
driver_wext.h 25 struct rfkill_data *rfkill; member in struct:wpa_driver_wext_data
driver_nl80211.h 93 struct rfkill_data *rfkill; member in struct:wpa_driver_nl80211_data
drivers.mak 157 DRV_OBJS += ../src/drivers/rfkill.o
drivers.mk 144 DRV_OBJS += src/drivers/rfkill.c
driver_wext.c 31 #include "rfkill.h"
738 wpa_printf(MSG_DEBUG, "WEXT: RFKILL blocked");
749 wpa_printf(MSG_DEBUG, "WEXT: RFKILL unblocked");
752 "after rfkill unblock");
846 drv->rfkill = rfkill_init(rcfg);
847 if (drv->rfkill == NULL) {
848 wpa_printf(MSG_DEBUG, "WEXT: RFKILL status not available");
862 rfkill_deinit(drv->rfkill);
982 if (rfkill_is_blocked(drv->rfkill)) {
984 "interface '%s' due to rfkill",
    [all...]
driver_nl80211.c 38 #include "rfkill.h"
    [all...]
  /external/toybox/toys/other/
rfkill.c 0 /* rfkill.c - Enable/disable wireless devices.
8 USE_RFKILL(NEWTOY(rfkill, "<1>2", TOYFLAG_USR|TOYFLAG_SBIN))
10 config RFKILL
11 bool "rfkill"
14 Usage: rfkill COMMAND [DEVICE]
29 #include <linux/rfkill.h>
60 fd = xopen("/dev/rfkill", (tvar ? O_RDWR : O_RDONLY)|O_NONBLOCK);
82 sprintf(toybuf, "/sys/class/rfkill/rfkill%u/uevent", rfevent.idx);
  /device/asus/fugu/
init.fugu.rc 125 chmod 0660 /sys/class/rfkill/rfkill2/state
126 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill2/state
127 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill2/type
  /device/lge/hammerhead/
init.hammerhead.rc 48 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
49 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
50 chmod 0660 /sys/class/rfkill/rfkill0/state
  /device/moto/shamu/
init.shamu.rc 127 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
128 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
138 chmod 0660 /sys/class/rfkill/rfkill0/state
  /external/toybox/
Android.mk 114 toys/other/rfkill.c \
220 # partprobe pivot_root pwdx rev rfkill switch_root tty vconfig
  /external/toybox/generated/
newtoys.h 174 USE_RFKILL(NEWTOY(rfkill, "<1>2", TOYFLAG_USR|TOYFLAG_SBIN))
flags.h 1847 // rfkill <1>2 <1>2
    [all...]

Completed in 184 milliseconds