blob: 2827232a3865b095178c169e7f77fe8076391da7 [file] [log] [blame]
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001/*
2 * hostapd / Initialization and configuration
3 * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4 *
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08005 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07007 */
8
9#ifndef HOSTAPD_H
10#define HOSTAPD_H
11
12#include "common/defs.h"
Dmitry Shmidtd5e49232012-12-03 15:08:10 -080013#include "ap_config.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070014
15struct wpa_driver_ops;
16struct wpa_ctrl_dst;
17struct radius_server_data;
18struct upnp_wps_device_sm;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070019struct hostapd_data;
20struct sta_info;
21struct hostap_sta_driver_data;
22struct ieee80211_ht_capabilities;
23struct full_dynamic_vlan;
24enum wps_event;
25union wps_event_data;
26
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070027struct hostapd_iface;
28
Dmitry Shmidt04949592012-07-19 12:16:46 -070029struct hapd_interfaces {
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070030 int (*reload_config)(struct hostapd_iface *iface);
31 struct hostapd_config * (*config_read_cb)(const char *config_fname);
32 int (*ctrl_iface_init)(struct hostapd_data *hapd);
33 void (*ctrl_iface_deinit)(struct hostapd_data *hapd);
34 int (*for_each_interface)(struct hapd_interfaces *interfaces,
35 int (*cb)(struct hostapd_iface *iface,
36 void *ctx), void *ctx);
37 int (*driver_init)(struct hostapd_iface *iface);
38
Dmitry Shmidt04949592012-07-19 12:16:46 -070039 size_t count;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070040 int global_ctrl_sock;
41 char *global_iface_path;
42 char *global_iface_name;
Dmitry Shmidt04949592012-07-19 12:16:46 -070043 struct hostapd_iface **iface;
44};
45
46
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070047struct hostapd_probereq_cb {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080048 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid,
Dmitry Shmidt04949592012-07-19 12:16:46 -070049 const u8 *ie, size_t ie_len, int ssi_signal);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070050 void *ctx;
51};
52
53#define HOSTAPD_RATE_BASIC 0x00000001
54
55struct hostapd_rate_data {
56 int rate; /* rate in 100 kbps */
57 int flags; /* HOSTAPD_RATE_ flags */
58};
59
60struct hostapd_frame_info {
61 u32 channel;
62 u32 datarate;
Dmitry Shmidt04949592012-07-19 12:16:46 -070063 int ssi_signal; /* dBm */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070064};
65
66
67/**
68 * struct hostapd_data - hostapd per-BSS data structure
69 */
70struct hostapd_data {
71 struct hostapd_iface *iface;
72 struct hostapd_config *iconf;
73 struct hostapd_bss_config *conf;
74 int interface_added; /* virtual interface added for this BSS */
75
76 u8 own_addr[ETH_ALEN];
77
78 int num_sta; /* number of entries in sta_list */
79 struct sta_info *sta_list; /* STA info list head */
80#define STA_HASH_SIZE 256
81#define STA_HASH(sta) (sta[5])
82 struct sta_info *sta_hash[STA_HASH_SIZE];
83
84 /*
85 * Bitfield for indicating which AIDs are allocated. Only AID values
86 * 1-2007 are used and as such, the bit at index 0 corresponds to AID
87 * 1.
88 */
89#define AID_WORDS ((2008 + 31) / 32)
90 u32 sta_aid[AID_WORDS];
91
92 const struct wpa_driver_ops *driver;
93 void *drv_priv;
94
95 void (*new_assoc_sta_cb)(struct hostapd_data *hapd,
96 struct sta_info *sta, int reassoc);
97
98 void *msg_ctx; /* ctx for wpa_msg() calls */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080099 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700100
101 struct radius_client_data *radius;
102 u32 acct_session_id_hi, acct_session_id_lo;
Dmitry Shmidt04949592012-07-19 12:16:46 -0700103 struct radius_das_data *radius_das;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700104
105 struct iapp_data *iapp;
106
107 struct hostapd_cached_radius_acl *acl_cache;
108 struct hostapd_acl_query_data *acl_queries;
109
110 struct wpa_authenticator *wpa_auth;
111 struct eapol_authenticator *eapol_auth;
112
113 struct rsn_preauth_interface *preauth_iface;
114 time_t michael_mic_failure;
115 int michael_mic_failures;
116 int tkip_countermeasures;
117
118 int ctrl_sock;
119 struct wpa_ctrl_dst *ctrl_dst;
120
121 void *ssl_ctx;
122 void *eap_sim_db_priv;
123 struct radius_server_data *radius_srv;
124
125 int parameter_set_count;
126
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800127 /* Time Advertisement */
128 u8 time_update_counter;
129 struct wpabuf *time_adv;
130
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700131#ifdef CONFIG_FULL_DYNAMIC_VLAN
132 struct full_dynamic_vlan *full_dynamic_vlan;
133#endif /* CONFIG_FULL_DYNAMIC_VLAN */
134
135 struct l2_packet_data *l2;
136 struct wps_context *wps;
137
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800138 int beacon_set_done;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700139 struct wpabuf *wps_beacon_ie;
140 struct wpabuf *wps_probe_resp_ie;
141#ifdef CONFIG_WPS
142 unsigned int ap_pin_failures;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -0800143 unsigned int ap_pin_failures_consecutive;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700144 struct upnp_wps_device_sm *wps_upnp;
145 unsigned int ap_pin_lockout_time;
146#endif /* CONFIG_WPS */
147
148 struct hostapd_probereq_cb *probereq_cb;
149 size_t num_probereq_cb;
150
151 void (*public_action_cb)(void *ctx, const u8 *buf, size_t len,
152 int freq);
153 void *public_action_cb_ctx;
Dmitry Shmidt4b9d52f2013-02-05 17:44:43 -0800154 void (*public_action_cb2)(void *ctx, const u8 *buf, size_t len,
155 int freq);
156 void *public_action_cb2_ctx;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700157
158 int (*vendor_action_cb)(void *ctx, const u8 *buf, size_t len,
159 int freq);
160 void *vendor_action_cb_ctx;
161
162 void (*wps_reg_success_cb)(void *ctx, const u8 *mac_addr,
163 const u8 *uuid_e);
164 void *wps_reg_success_cb_ctx;
165
166 void (*wps_event_cb)(void *ctx, enum wps_event event,
167 union wps_event_data *data);
168 void *wps_event_cb_ctx;
169
170 void (*sta_authorized_cb)(void *ctx, const u8 *mac_addr,
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800171 int authorized, const u8 *p2p_dev_addr);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700172 void *sta_authorized_cb_ctx;
173
174 void (*setup_complete_cb)(void *ctx);
175 void *setup_complete_cb_ctx;
176
177#ifdef CONFIG_P2P
178 struct p2p_data *p2p;
179 struct p2p_group *p2p_group;
180 struct wpabuf *p2p_beacon_ie;
181 struct wpabuf *p2p_probe_resp_ie;
182
183 /* Number of non-P2P association stations */
184 int num_sta_no_p2p;
185
186 /* Periodic NoA (used only when no non-P2P clients in the group) */
187 int noa_enabled;
188 int noa_start;
189 int noa_duration;
190#endif /* CONFIG_P2P */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700191#ifdef CONFIG_INTERWORKING
192 size_t gas_frag_limit;
193#endif /* CONFIG_INTERWORKING */
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800194
195#ifdef CONFIG_SQLITE
196 struct hostapd_eap_user tmp_eap_user;
197#endif /* CONFIG_SQLITE */
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -0800198
199#ifdef CONFIG_SAE
200 /** Key used for generating SAE anti-clogging tokens */
201 u8 sae_token_key[8];
202 os_time_t last_sae_token_key_update;
203#endif /* CONFIG_SAE */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700204};
205
206
207/**
208 * struct hostapd_iface - hostapd per-interface data structure
209 */
210struct hostapd_iface {
211 struct hapd_interfaces *interfaces;
212 void *owner;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700213 char *config_fname;
214 struct hostapd_config *conf;
215
216 size_t num_bss;
217 struct hostapd_data **bss;
218
219 int num_ap; /* number of entries in ap_list */
220 struct ap_info *ap_list; /* AP info list head */
221 struct ap_info *ap_hash[STA_HASH_SIZE];
222 struct ap_info *ap_iter_list;
223
224 unsigned int drv_flags;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800225
226 /*
227 * A bitmap of supported protocols for probe response offload. See
228 * struct wpa_driver_capa in driver.h
229 */
230 unsigned int probe_resp_offloads;
231
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700232 struct hostapd_hw_modes *hw_features;
233 int num_hw_features;
234 struct hostapd_hw_modes *current_mode;
235 /* Rates that are currently used (i.e., filtered copy of
236 * current_mode->channels */
237 int num_rates;
238 struct hostapd_rate_data *current_rates;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800239 int *basic_rates;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700240 int freq;
241
242 u16 hw_flags;
243
244 /* Number of associated Non-ERP stations (i.e., stations using 802.11b
245 * in 802.11g BSS) */
246 int num_sta_non_erp;
247
248 /* Number of associated stations that do not support Short Slot Time */
249 int num_sta_no_short_slot_time;
250
251 /* Number of associated stations that do not support Short Preamble */
252 int num_sta_no_short_preamble;
253
254 int olbc; /* Overlapping Legacy BSS Condition */
255
256 /* Number of HT associated stations that do not support greenfield */
257 int num_sta_ht_no_gf;
258
259 /* Number of associated non-HT stations */
260 int num_sta_no_ht;
261
262 /* Number of HT associated stations 20 MHz */
263 int num_sta_ht_20mhz;
264
265 /* Overlapping BSS information */
266 int olbc_ht;
267
268 u16 ht_op_mode;
269 void (*scan_cb)(struct hostapd_iface *iface);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700270};
271
272/* hostapd.c */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700273int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
274 int (*cb)(struct hostapd_iface *iface,
275 void *ctx), void *ctx);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700276int hostapd_reload_config(struct hostapd_iface *iface);
277struct hostapd_data *
278hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
279 struct hostapd_config *conf,
280 struct hostapd_bss_config *bss);
281int hostapd_setup_interface(struct hostapd_iface *iface);
282int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
283void hostapd_interface_deinit(struct hostapd_iface *iface);
284void hostapd_interface_free(struct hostapd_iface *iface);
285void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
286 int reassoc);
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700287void hostapd_interface_deinit_free(struct hostapd_iface *iface);
288int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
289int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
290int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
291int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
292int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700293
294/* utils.c */
295int hostapd_register_probereq_cb(struct hostapd_data *hapd,
296 int (*cb)(void *ctx, const u8 *sa,
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800297 const u8 *da, const u8 *bssid,
Dmitry Shmidt04949592012-07-19 12:16:46 -0700298 const u8 *ie, size_t ie_len,
299 int ssi_signal),
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700300 void *ctx);
301void hostapd_prune_associations(struct hostapd_data *hapd, const u8 *addr);
302
303/* drv_callbacks.c (TODO: move to somewhere else?) */
304int hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr,
305 const u8 *ie, size_t ielen, int reassoc);
306void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr);
307void hostapd_event_sta_low_ack(struct hostapd_data *hapd, const u8 *addr);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800308int hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa, const u8 *da,
Dmitry Shmidt04949592012-07-19 12:16:46 -0700309 const u8 *bssid, const u8 *ie, size_t ie_len,
310 int ssi_signal);
311void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
312 int offset);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700313
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800314const struct hostapd_eap_user *
315hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity,
316 size_t identity_len, int phase2);
317
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700318#endif /* HOSTAPD_H */