13                                 const u8 *src_addr, 
const u8 *buf, 
size_t len);
 
   14 int wpa_supplicant_ap_wps_pbc(
struct wpa_supplicant *wpa_s, 
const u8 *bssid,
 
   15                               const u8 *p2p_dev_addr);
 
   16 int wpa_supplicant_ap_wps_pin(
struct wpa_supplicant *wpa_s, 
const u8 *bssid,
 
   17                               const char *pin, 
char *buf, 
size_t buflen,
 
   21 const char * wpas_wps_ap_pin_random(
struct wpa_supplicant *wpa_s, 
int timeout);
 
   23 int wpas_wps_ap_pin_set(
struct wpa_supplicant *wpa_s, 
const char *pin,
 
   26                             char *buf, 
size_t buflen);
 
   27 int ap_ctrl_iface_sta(
struct wpa_supplicant *wpa_s, 
const char *txtaddr,
 
   28                       char *buf, 
size_t buflen);
 
   29 int ap_ctrl_iface_sta_next(
struct wpa_supplicant *wpa_s, 
const char *txtaddr,
 
   30                            char *buf, 
size_t buflen);
 
   35 int ap_ctrl_iface_wpa_get_status(
struct wpa_supplicant *wpa_s, 
char *buf,
 
   36                                  size_t buflen, 
int verbose);
 
   37 void ap_tx_status(
void *ctx, 
const u8 *addr,
 
   38                   const u8 *buf, 
size_t len, 
int ack);
 
   39 void ap_eapol_tx_status(
void *ctx, 
const u8 *dst,
 
   40                         const u8 *data, 
size_t len, 
int ack);
 
   41 void ap_client_poll_ok(
void *ctx, 
const u8 *addr);
 
   42 void ap_rx_from_unknown_sta(
void *ctx, 
const u8 *addr, 
int wds);
 
   43 void ap_mgmt_rx(
void *ctx, 
struct rx_mgmt *rx_mgmt);
 
   44 void ap_mgmt_tx_cb(
void *ctx, 
const u8 *buf, 
size_t len, u16 stype, 
int ok);
 
   46 int wpa_supplicant_ap_mac_addr_filter(
struct wpa_supplicant *wpa_s,
 
   48 void wpa_supplicant_ap_pwd_auth_fail(
struct wpa_supplicant *wpa_s);
 
   51 int ap_ctrl_iface_chanswitch(
struct wpa_supplicant *wpa_s, 
const char *txtaddr);
 
   52 void wpas_ap_ch_switch(
struct wpa_supplicant *wpa_s, 
int freq, 
int ht,
 
   53                        int offset, 
int width, 
int cf1, 
int cf2);
 
   60 static inline struct wpabuf *
 
   71 int wpas_ap_wps_add_nfc_pw(
struct wpa_supplicant *wpa_s, u16 pw_id,
 
   72                            const struct wpabuf *pw, 
const u8 *pubkey_hash);
 
   82                                    struct dfs_event *radar);
 
   84                                 struct dfs_event *radar);
 
   86                                  struct dfs_event *radar);
 
   88                                 struct dfs_event *radar);
 
   90                                      struct dfs_event *radar);
 
Settings for channel switch command. 
Definition: driver.h:1661
Internal data for wpa_supplicant interface. 
Definition: wpa_supplicant_i.h:451
Network configuration data. 
Definition: config_ssid.h:52
Per-radio interface configuration. 
Definition: ap_config.h:565