HomeSort by: relevance | last modified time | path
    Searched defs:rfkill (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/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 117 struct rfkill_data *rfkill; member in struct:wpa_driver_nl80211_data
  /src/sys/dev/ic/
ath_netbsd.c 296 u_int rfkill; local
301 rfkill = ath_hal_getrfkill(sc->sc_ah);
302 node.sysctl_data = &rfkill;
306 return !ath_hal_setrfkill(sc->sc_ah, rfkill) ? EINVAL : 0;
503 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, rfkill,

Completed in 31 milliseconds