ap.h File Reference
Go to the source code of this file.
Functions |
int | ap_ctrl_iface_sta (struct wpa_supplicant *wpa_s, const char *txtaddr, char *buf, size_t buflen) |
int | ap_ctrl_iface_sta_first (struct wpa_supplicant *wpa_s, char *buf, size_t buflen) |
int | ap_ctrl_iface_sta_next (struct wpa_supplicant *wpa_s, const char *txtaddr, char *buf, size_t buflen) |
int | ap_ctrl_iface_wpa_get_status (struct wpa_supplicant *wpa_s, char *buf, size_t buflen, int verbose) |
void | ap_mgmt_rx (void *ctx, struct rx_mgmt *rx_mgmt) |
void | ap_mgmt_tx_cb (void *ctx, const u8 *buf, size_t len, u16 stype, int ok) |
void | ap_rx_from_unknown_sta (void *ctx, const u8 *frame, size_t len) |
void | ap_tx_status (void *ctx, const u8 *addr, const u8 *buf, size_t len, int ack) |
void | wpa_supplicant_ap_deinit (struct wpa_supplicant *wpa_s) |
int | wpa_supplicant_ap_mac_addr_filter (struct wpa_supplicant *wpa_s, const u8 *addr) |
void | wpa_supplicant_ap_rx_eapol (struct wpa_supplicant *wpa_s, const u8 *src_addr, const u8 *buf, size_t len) |
int | wpa_supplicant_ap_wps_pbc (struct wpa_supplicant *wpa_s, const u8 *bssid) |
int | wpa_supplicant_ap_wps_pin (struct wpa_supplicant *wpa_s, const u8 *bssid, const char *pin, char *buf, size_t buflen) |
int | wpa_supplicant_create_ap (struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) |
Function Documentation
int ap_ctrl_iface_sta |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
const char * |
txtaddr, |
|
|
char * |
buf, |
|
|
size_t |
buflen | |
|
) |
| | |
int ap_ctrl_iface_sta_first |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
char * |
buf, |
|
|
size_t |
buflen | |
|
) |
| | |
int ap_ctrl_iface_sta_next |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
const char * |
txtaddr, |
|
|
char * |
buf, |
|
|
size_t |
buflen | |
|
) |
| | |
int ap_ctrl_iface_wpa_get_status |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
char * |
buf, |
|
|
size_t |
buflen, |
|
|
int |
verbose | |
|
) |
| | |
void ap_mgmt_rx |
( |
void * |
ctx, |
|
|
struct rx_mgmt * |
rx_mgmt | |
|
) |
| | |
Definition at line 317 of file ap.c.
void ap_mgmt_tx_cb |
( |
void * |
ctx, |
|
|
const u8 * |
buf, |
|
|
size_t |
len, |
|
|
u16 |
stype, |
|
|
int |
ok | |
|
) |
| | |
Definition at line 331 of file ap.c.
void ap_rx_from_unknown_sta |
( |
void * |
ctx, |
|
|
const u8 * |
frame, |
|
|
size_t |
len | |
|
) |
| | |
Definition at line 303 of file ap.c.
void ap_tx_status |
( |
void * |
ctx, |
|
|
const u8 * |
addr, |
|
|
const u8 * |
buf, |
|
|
size_t |
len, |
|
|
int |
ack | |
|
) |
| | |
Definition at line 293 of file ap.c.
Definition at line 280 of file ap.c.
int wpa_supplicant_ap_mac_addr_filter |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
const u8 * |
addr | |
|
) |
| | |
Definition at line 443 of file ap.c.
void wpa_supplicant_ap_rx_eapol |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
const u8 * |
src_addr, |
|
|
const u8 * |
buf, |
|
|
size_t |
len | |
|
) |
| | |
Definition at line 340 of file ap.c.
int wpa_supplicant_ap_wps_pbc |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
const u8 * |
bssid | |
|
) |
| | |
int wpa_supplicant_ap_wps_pin |
( |
struct wpa_supplicant * |
wpa_s, |
|
|
const u8 * |
bssid, |
|
|
const char * |
pin, |
|
|
char * |
buf, |
|
|
size_t |
buflen | |
|
) |
| | |
Definition at line 156 of file ap.c.