wpa_supplicant / hostapd
2.5
|
Linux rfkill helper functions for driver wrappers. More...
#include "includes.h"
#include <fcntl.h>
#include "utils/common.h"
#include "utils/eloop.h"
#include "rfkill.h"
Data Structures | |
struct | rfkill_event |
struct | rfkill_data |
Macros | |
#define | RFKILL_EVENT_SIZE_V1 8 |
Functions | |
struct rfkill_data * | rfkill_init (struct rfkill_config *cfg) |
void | rfkill_deinit (struct rfkill_data *rfkill) |
int | rfkill_is_blocked (struct rfkill_data *rfkill) |
Variables | |
struct rfkill_event | STRUCT_PACKED |
Linux rfkill helper functions for driver wrappers.