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

  /external/wpa_supplicant_8/src/drivers/
driver_wext.h 25 struct rfkill_data *rfkill; member in struct:wpa_driver_wext_data
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...]
driver_nl80211.c 38 #include "rfkill.h"
215 struct rfkill_data *rfkill; member in struct:wpa_driver_nl80211_data
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_nl80211.h 44 #include "rfkill.h"
94 struct rfkill_data *rfkill; member in struct:wpa_driver_nl80211_data
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_nl80211.h 44 #include "rfkill.h"
122 struct rfkill_data *rfkill; member in struct:wpa_driver_nl80211_data

Completed in 142 milliseconds