HomeSort by relevance Sort by last modified time
    Searched defs:rfkill (Results 1 - 3 of 3) 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
15 #include "rfkill.h"
57 struct rfkill_data *rfkill = eloop_ctx; local
62 len = read(rfkill->fd, &event, sizeof(event));
64 wpa_printf(MSG_ERROR, "rfkill: Event read failed: %s",
69 wpa_printf(MSG_DEBUG, "rfkill: Unexpected event size "
74 if (event.op != RFKILL_OP_CHANGE || event.idx != rfkill->idx)
77 wpa_printf(MSG_DEBUG, "rfkill: event: idx=%u type=%d "
83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked")
105 struct rfkill_data *rfkill; local
    [all...]
driver_nl80211.h 95 struct rfkill_data *rfkill; member in struct:wpa_driver_nl80211_data

Completed in 710 milliseconds