ap.c File Reference
#include "utils/includes.h"
#include "utils/common.h"
#include "common/ieee802_11_defs.h"
#include "ap/hostapd.h"
#include "ap/ap_config.h"
#include "ap/ieee802_1x.h"
#include "ap/wps_hostapd.h"
#include "ap/ctrl_iface_ap.h"
#include "eap_common/eap_defs.h"
#include "eap_server/eap_methods.h"
#include "eap_common/eap_wsc_common.h"
#include "wps/wps.h"
#include "config_ssid.h"
#include "common/defs.h"
#include "eap_peer/eap_config.h"
#include "config_ssid.h"
#include "utils/list.h"
#include "drivers/driver.h"
Go to the source code of this file.
Functions |
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) |
static int | ap_probe_req_rx (void *ctx, const u8 *addr, const u8 *ie, size_t ie_len) |
static void | ap_public_action_rx (void *ctx, const u8 *buf, size_t len, int freq) |
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) |
static void | ap_wps_reg_success_cb (void *ctx, const u8 *mac_addr, const u8 *uuid_e) |
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) |
static int | wpa_supplicant_conf_ap (struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct hostapd_config *conf) |
int | wpa_supplicant_create_ap (struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) |
Function Documentation
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.
static int ap_probe_req_rx |
( |
void * |
ctx, |
|
|
const u8 * |
addr, |
|
|
const u8 * |
ie, |
|
|
size_t |
ie_len | |
|
) |
| | [static] |
Definition at line 143 of file ap.c.
static void ap_public_action_rx |
( |
void * |
ctx, |
|
|
const u8 * |
buf, |
|
|
size_t |
len, |
|
|
int |
freq | |
|
) |
| | [static] |
Definition at line 138 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.
static void ap_wps_reg_success_cb |
( |
void * |
ctx, |
|
|
const u8 * |
mac_addr, |
|
|
const u8 * |
uuid_e | |
|
) |
| | [static] |
Definition at line 150 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.
Definition at line 39 of file ap.c.
Definition at line 156 of file ap.c.