wpa_supplicant / hostapd
2.5
|
Driver interaction with Linux nl80211/cfg80211 - Android specific Copyright (c) 2007, Johannes Berg johan Copyright (c) 2009-2010, Atheros Communications. nes@ sipso luti ons.n etMore...
#include "includes.h"
#include <sys/ioctl.h>
#include <net/if.h>
#include <netlink/genl/genl.h>
#include <netlink/genl/family.h>
#include <netlink/genl/ctrl.h>
#include <fcntl.h>
#include "utils/common.h"
#include "driver_nl80211.h"
#include "android_drv.h"
Data Structures | |
struct | android_wifi_priv_cmd |
Typedefs | |
typedef struct android_wifi_priv_cmd | android_wifi_priv_cmd |
Functions | |
int | android_pno_start (struct i802_bss *bss, struct wpa_driver_scan_params *params) |
int | android_pno_stop (struct i802_bss *bss) |
int | android_nl_socket_set_nonblocking (struct nl_handle *handle) |
Driver interaction with Linux nl80211/cfg80211 - Android specific Copyright (c) 2007, Johannes Berg johan Copyright (c) 2009-2010, Atheros Communications. nes@ sipso luti ons.n et