OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rfkill
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_wext.h
31
struct rfkill_data *
rfkill
;
member in struct:wpa_driver_wext_data
rfkill.c
2
* Linux
rfkill
helper functions for driver wrappers
20
#include "
rfkill
.h"
61
struct rfkill_data *
rfkill
= eloop_ctx;
local
66
len = read(
rfkill
->fd, &event, sizeof(event));
68
wpa_printf(MSG_ERROR, "
rfkill
: Event read failed: %s",
73
wpa_printf(MSG_DEBUG, "
rfkill
: Unexpected event size "
78
wpa_printf(MSG_DEBUG, "
rfkill
: event: idx=%u type=%d "
86
wpa_printf(MSG_INFO, "
rfkill
: WLAN hard blocked");
89
wpa_printf(MSG_INFO, "
rfkill
: WLAN soft blocked");
92
wpa_printf(MSG_INFO, "
rfkill
: WLAN unblocked")
108
struct
rfkill
_data *
rfkill
;
local
[
all
...]
driver_nl80211.c
41
#include "
rfkill
.h"
137
struct rfkill_data *
rfkill
;
member in struct:wpa_driver_nl80211_data
[
all
...]
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_nl80211.h
44
#include "
rfkill
.h"
94
struct rfkill_data *
rfkill
;
member in struct:wpa_driver_nl80211_data
Completed in 262 milliseconds