Searched defs:RFKILL_OP_CHANGE (Results 1 - 4 of 4) sorted by relevance
/external/kernel-headers/original/uapi/linux/ | ||
H A D | rfkill.h | 60 * @RFKILL_OP_CHANGE: a device's state changed -- userspace changes one device 68 RFKILL_OP_CHANGE, enumerator in enum:rfkill_operation |
/external/wpa_supplicant_8/hostapd/src/drivers/ | ||
H A D | rfkill.c | 30 RFKILL_OP_CHANGE, enumerator in enum:rfkill_operation 74 if (event.op != RFKILL_OP_CHANGE || event.idx != rfkill->idx) |
/external/wpa_supplicant_8/src/drivers/ | ||
H A D | rfkill.c | 30 RFKILL_OP_CHANGE, enumerator in enum:rfkill_operation 74 if (event.op != RFKILL_OP_CHANGE || event.idx != rfkill->idx) |
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ | ||
H A D | rfkill.c | 30 RFKILL_OP_CHANGE, enumerator in enum:rfkill_operation 74 if (event.op != RFKILL_OP_CHANGE || event.idx != rfkill->idx) |
Completed in 937 milliseconds