]> git.ipfire.org Git - thirdparty/hostap.git/blame - wpa_supplicant/wpa_supplicant_i.h
nl80211: Sync with linux/nl80211.h in wireless-testing.git
[thirdparty/hostap.git] / wpa_supplicant / wpa_supplicant_i.h
CommitLineData
6fc6879b
JM
1/*
2 * wpa_supplicant - Internal definitions
207ef3fb 3 * Copyright (c) 2003-2010, Jouni Malinen <j@w1.fi>
6fc6879b
JM
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *
9 * Alternatively, this software may be distributed under the terms of BSD
10 * license.
11 *
12 * See README and COPYING for more details.
13 */
14
15#ifndef WPA_SUPPLICANT_I_H
16#define WPA_SUPPLICANT_I_H
17
83922c2d 18#include "utils/list.h"
2d5b792d 19#include "common/defs.h"
c2762e41 20#include "config_ssid.h"
6fc6879b 21
7e5ba1b9
JM
22extern const char *wpa_supplicant_version;
23extern const char *wpa_supplicant_license;
24#ifndef CONFIG_NO_STDOUT_DEBUG
25extern const char *wpa_supplicant_full_license1;
26extern const char *wpa_supplicant_full_license2;
27extern const char *wpa_supplicant_full_license3;
28extern const char *wpa_supplicant_full_license4;
29extern const char *wpa_supplicant_full_license5;
30#endif /* CONFIG_NO_STDOUT_DEBUG */
31
6fc6879b
JM
32struct wpa_sm;
33struct wpa_supplicant;
11ef8d35 34struct ibss_rsn;
8d923a4a 35struct scan_info;
6fa81a3b 36struct wpa_bss;
64e58f51 37struct wpa_scan_results;
0ae2aa14 38struct hostapd_hw_modes;
6fc6879b
JM
39
40/*
41 * Forward declarations of private structures used within the ctrl_iface
42 * backends. Other parts of wpa_supplicant do not have access to data stored in
43 * these structures.
44 */
45struct ctrl_iface_priv;
46struct ctrl_iface_global_priv;
8ddef94b 47struct wpas_dbus_priv;
6fc6879b
JM
48
49/**
50 * struct wpa_interface - Parameters for wpa_supplicant_add_iface()
51 */
52struct wpa_interface {
53 /**
54 * confname - Configuration name (file or profile) name
55 *
56 * This can also be %NULL when a configuration file is not used. In
57 * that case, ctrl_interface must be set to allow the interface to be
58 * configured.
59 */
60 const char *confname;
61
62 /**
63 * ctrl_interface - Control interface parameter
64 *
65 * If a configuration file is not used, this variable can be used to
66 * set the ctrl_interface parameter that would have otherwise been read
67 * from the configuration file. If both confname and ctrl_interface are
68 * set, ctrl_interface is used to override the value from configuration
69 * file.
70 */
71 const char *ctrl_interface;
72
73 /**
74 * driver - Driver interface name, or %NULL to use the default driver
75 */
76 const char *driver;
77
78 /**
79 * driver_param - Driver interface parameters
80 *
81 * If a configuration file is not used, this variable can be used to
82 * set the driver_param parameters that would have otherwise been read
83 * from the configuration file. If both confname and driver_param are
84 * set, driver_param is used to override the value from configuration
85 * file.
86 */
87 const char *driver_param;
88
89 /**
90 * ifname - Interface name
91 */
92 const char *ifname;
93
94 /**
95 * bridge_ifname - Optional bridge interface name
96 *
97 * If the driver interface (ifname) is included in a Linux bridge
98 * device, the bridge interface may need to be used for receiving EAPOL
99 * frames. This can be enabled by setting this variable to enable
100 * receiving of EAPOL frames from an additional interface.
101 */
102 const char *bridge_ifname;
103};
104
105/**
106 * struct wpa_params - Parameters for wpa_supplicant_init()
107 */
108struct wpa_params {
109 /**
110 * daemonize - Run %wpa_supplicant in the background
111 */
112 int daemonize;
113
114 /**
115 * wait_for_monitor - Wait for a monitor program before starting
116 */
117 int wait_for_monitor;
118
119 /**
120 * pid_file - Path to a PID (process ID) file
121 *
122 * If this and daemonize are set, process ID of the background process
123 * will be written to the specified file.
124 */
125 char *pid_file;
126
127 /**
128 * wpa_debug_level - Debugging verbosity level (e.g., MSG_INFO)
129 */
130 int wpa_debug_level;
131
132 /**
133 * wpa_debug_show_keys - Whether keying material is included in debug
134 *
135 * This parameter can be used to allow keying material to be included
136 * in debug messages. This is a security risk and this option should
137 * not be enabled in normal configuration. If needed during
138 * development or while troubleshooting, this option can provide more
139 * details for figuring out what is happening.
140 */
141 int wpa_debug_show_keys;
142
143 /**
144 * wpa_debug_timestamp - Whether to include timestamp in debug messages
145 */
146 int wpa_debug_timestamp;
147
148 /**
149 * ctrl_interface - Global ctrl_iface path/parameter
150 */
151 char *ctrl_interface;
152
153 /**
154 * dbus_ctrl_interface - Enable the DBus control interface
155 */
156 int dbus_ctrl_interface;
157
158 /**
159 * wpa_debug_file_path - Path of debug file or %NULL to use stdout
160 */
161 const char *wpa_debug_file_path;
daa70d49
SL
162
163 /**
164 * wpa_debug_syslog - Enable log output through syslog
165 */
166 int wpa_debug_syslog;
d27df100
JM
167
168 /**
169 * override_driver - Optional driver parameter override
170 *
171 * This parameter can be used to override the driver parameter in
172 * dynamic interface addition to force a specific driver wrapper to be
173 * used instead.
174 */
175 char *override_driver;
176
177 /**
178 * override_ctrl_interface - Optional ctrl_interface override
179 *
180 * This parameter can be used to override the ctrl_interface parameter
181 * in dynamic interface addition to force a control interface to be
182 * created.
183 */
184 char *override_ctrl_interface;
38e24575
JM
185
186 /**
187 * entropy_file - Optional entropy file
188 *
189 * This parameter can be used to configure wpa_supplicant to maintain
190 * its internal entropy store over restarts.
191 */
192 char *entropy_file;
6fc6879b
JM
193};
194
b22128ef
JM
195struct p2p_srv_bonjour {
196 struct dl_list list;
197 struct wpabuf *query;
198 struct wpabuf *resp;
199};
200
201struct p2p_srv_upnp {
202 struct dl_list list;
203 u8 version;
204 char *service;
205};
206
6fc6879b
JM
207/**
208 * struct wpa_global - Internal, global data for all %wpa_supplicant interfaces
209 *
210 * This structure is initialized by calling wpa_supplicant_init() when starting
211 * %wpa_supplicant.
212 */
213struct wpa_global {
214 struct wpa_supplicant *ifaces;
215 struct wpa_params params;
216 struct ctrl_iface_global_priv *ctrl_iface;
8ddef94b 217 struct wpas_dbus_priv *dbus;
ac305589
JM
218 void **drv_priv;
219 size_t drv_count;
207ef3fb 220 struct os_time suspend_time;
b22128ef
JM
221 struct p2p_data *p2p;
222 struct wpa_supplicant *p2p_group_formation;
223 u8 p2p_dev_addr[ETH_ALEN];
224 struct dl_list p2p_srv_bonjour; /* struct p2p_srv_bonjour */
225 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */
226 int p2p_disabled;
72044390 227 int cross_connection;
6fc6879b
JM
228};
229
230
24f6497c
JM
231enum offchannel_send_action_result {
232 OFFCHANNEL_SEND_ACTION_SUCCESS /* Frame was send and acknowledged */,
233 OFFCHANNEL_SEND_ACTION_NO_ACK /* Frame was sent, but not acknowledged
234 */,
235 OFFCHANNEL_SEND_ACTION_FAILED /* Frame was not sent due to a failure */
236};
237
6fc6879b
JM
238/**
239 * struct wpa_supplicant - Internal data for wpa_supplicant interface
240 *
241 * This structure contains the internal data for core wpa_supplicant code. This
242 * should be only used directly from the core code. However, a pointer to this
243 * data is used from other files as an arbitrary context pointer in calls to
244 * core functions.
245 */
246struct wpa_supplicant {
247 struct wpa_global *global;
b22128ef 248 struct wpa_supplicant *parent;
6fc6879b
JM
249 struct wpa_supplicant *next;
250 struct l2_packet_data *l2;
251 struct l2_packet_data *l2_br;
252 unsigned char own_addr[ETH_ALEN];
253 char ifname[100];
254#ifdef CONFIG_CTRL_IFACE_DBUS
255 char *dbus_path;
256#endif /* CONFIG_CTRL_IFACE_DBUS */
8fc2fb56
WS
257#ifdef CONFIG_CTRL_IFACE_DBUS_NEW
258 char *dbus_new_path;
9abafccc 259 char *dbus_groupobj_path;
8fc2fb56 260#endif /* CONFIG_CTRL_IFACE_DBUS_NEW */
6fc6879b
JM
261 char bridge_ifname[16];
262
263 char *confname;
264 struct wpa_config *conf;
265 int countermeasures;
266 os_time_t last_michael_mic_error;
267 u8 bssid[ETH_ALEN];
268 u8 pending_bssid[ETH_ALEN]; /* If wpa_state == WPA_ASSOCIATING, this
a4cef162 269 * field contains the target BSSID. */
6fc6879b
JM
270 int reassociate; /* reassociation requested */
271 int disconnected; /* all connections disabled; i.e., do no reassociate
272 * before this has been cleared */
273 struct wpa_ssid *current_ssid;
8f770587 274 struct wpa_bss *current_bss;
6fc6879b 275 int ap_ies_from_associnfo;
4832ecd7 276 unsigned int assoc_freq;
6fc6879b
JM
277
278 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
279 int pairwise_cipher;
280 int group_cipher;
281 int key_mgmt;
64fa840a 282 int wpa_proto;
6fc6879b
JM
283 int mgmt_group_cipher;
284
285 void *drv_priv; /* private data used by driver_ops */
8a5ab9f5 286 void *global_drv_priv;
6fc6879b 287
b3aa456b
ES
288 /* previous scan was wildcard when interleaving between
289 * wildcard scans and specific SSID scan when max_ssids=1 */
290 int prev_scan_wildcard;
6fc6879b
JM
291 struct wpa_ssid *prev_scan_ssid; /* previously scanned SSID;
292 * NULL = not yet initialized (start
ba2a573c
JM
293 * with wildcard SSID)
294 * WILDCARD_SSID_SCAN = wildcard
6fc6879b
JM
295 * SSID was used in the previous scan
296 */
ba2a573c 297#define WILDCARD_SSID_SCAN ((struct wpa_ssid *) 1)
6fc6879b 298
cbdf3507
LC
299 struct wpa_ssid *prev_sched_ssid; /* last SSID used in sched scan */
300 int sched_scan_timeout;
301 int sched_scan_interval;
302 int first_sched_scan;
303 int sched_scan_timed_out;
304
64e58f51
JM
305 void (*scan_res_handler)(struct wpa_supplicant *wpa_s,
306 struct wpa_scan_results *scan_res);
83922c2d 307 struct dl_list bss; /* struct wpa_bss::list */
d4bf8f13 308 struct dl_list bss_id; /* struct wpa_bss::list_id */
83922c2d
JM
309 size_t num_bss;
310 unsigned int bss_update_idx;
311 unsigned int bss_next_id;
6fc6879b
JM
312
313 struct wpa_driver_ops *driver;
314 int interface_removed; /* whether the network interface has been
315 * removed */
316 struct wpa_sm *wpa;
317 struct eapol_sm *eapol;
318
319 struct ctrl_iface_priv *ctrl_iface;
320
71934751 321 enum wpa_states wpa_state;
cb8564b1 322 int scanning;
cbdf3507 323 int sched_scanning;
6fc6879b
JM
324 int new_connection;
325 int reassociated_connection;
326
327 int eapol_received; /* number of EAPOL packets received after the
328 * previous association event */
329
330 struct scard_data *scard;
331
332 unsigned char last_eapol_src[ETH_ALEN];
333
334 int keys_cleared;
335
336 struct wpa_blacklist *blacklist;
337
338 int scan_req; /* manual scan request; this forces a scan even if there
339 * are no enabled networks in the configuration */
a6099152 340 int scan_runs; /* number of scan runs since WPS was started */
f47d639d 341 int *next_scan_freqs;
67b9bd08 342 int scan_interval; /* time in sec between scans to find suitable AP */
0b7a25c0 343 int normal_scans; /* normal scans run before sched_scan */
6fc6879b 344
c2a04078 345 unsigned int drv_flags;
4f73d88a
AN
346
347 /*
348 * A bitmap of supported protocols for probe response offload. See
349 * struct wpa_driver_capa in driver.h
350 */
351 unsigned int probe_resp_offloads;
352
80bc75f1 353 int max_scan_ssids;
cbdf3507
LC
354 int max_sched_scan_ssids;
355 int sched_scan_supported;
b59e6f26 356 unsigned int max_match_sets;
814782b9 357 unsigned int max_remain_on_chan;
c4ea4c5c 358 unsigned int max_stations;
46690a3b
JM
359
360 int pending_mic_error_report;
361 int pending_mic_error_pairwise;
362 int mic_errors_seen; /* Michael MIC errors with the current PTK */
116654ce
JM
363
364 struct wps_context *wps;
a6099152 365 int wps_success; /* WPS success event received */
e9bcfebf 366 struct wps_er *wps_er;
a6099152 367 int blacklist_cleared;
11ef8d35 368
1ff73338
JM
369 struct wpabuf *pending_eapol_rx;
370 struct os_time pending_eapol_rx_time;
371 u8 pending_eapol_rx_src[ETH_ALEN];
372
11ef8d35 373 struct ibss_rsn *ibss_rsn;
c2a04078 374
eea2fd9e
JM
375 int set_sta_uapsd;
376 int sta_uapsd;
377 int set_ap_uapsd;
378 int ap_uapsd;
379
c2a04078
JM
380#ifdef CONFIG_SME
381 struct {
382 u8 ssid[32];
383 size_t ssid_len;
384 int freq;
b22128ef 385 u8 assoc_req_ie[200];
c2a04078
JM
386 size_t assoc_req_ie_len;
387 int mfp;
388 int ft_used;
389 u8 mobility_domain[2];
390 u8 *ft_ies;
391 size_t ft_ies_len;
62fa124c
JM
392 u8 prev_bssid[ETH_ALEN];
393 int prev_bssid_set;
62c72d72 394 int auth_alg;
64fa840a 395 int proto;
7d878ca7
JM
396
397 int sa_query_count; /* number of pending SA Query requests;
398 * 0 = no SA Query in progress */
399 int sa_query_timed_out;
400 u8 *sa_query_trans_id; /* buffer of WLAN_SA_QUERY_TR_ID_LEN *
401 * sa_query_count octets of pending
402 * SA Query transaction identifiers */
403 struct os_time sa_query_start;
c2a04078
JM
404 } sme;
405#endif /* CONFIG_SME */
2d5b792d
JM
406
407#ifdef CONFIG_AP
408 struct hostapd_iface *ap_iface;
4b768ed0
JM
409 void (*ap_configured_cb)(void *ctx, void *data);
410 void *ap_configured_cb_ctx;
411 void *ap_configured_cb_data;
2d5b792d 412#endif /* CONFIG_AP */
60b94c98 413
b22128ef
JM
414 unsigned int off_channel_freq;
415 struct wpabuf *pending_action_tx;
416 u8 pending_action_src[ETH_ALEN];
417 u8 pending_action_dst[ETH_ALEN];
418 u8 pending_action_bssid[ETH_ALEN];
419 unsigned int pending_action_freq;
b106173a 420 int pending_action_no_cck;
b22128ef 421 int pending_action_without_roc;
24f6497c
JM
422 void (*pending_action_tx_status_cb)(struct wpa_supplicant *wpa_s,
423 unsigned int freq, const u8 *dst,
424 const u8 *src, const u8 *bssid,
425 const u8 *data, size_t data_len,
426 enum offchannel_send_action_result
427 result);
428 unsigned int roc_waiting_drv_freq;
429 int action_tx_wait_time;
430
431#ifdef CONFIG_P2P
432 struct p2p_go_neg_results *go_params;
433 int create_p2p_iface;
434 u8 pending_interface_addr[ETH_ALEN];
435 char pending_interface_name[100];
436 int pending_interface_type;
437 int p2p_group_idx;
b22128ef
JM
438 unsigned int pending_listen_freq;
439 unsigned int pending_listen_duration;
440 enum {
441 NOT_P2P_GROUP_INTERFACE,
442 P2P_GROUP_INTERFACE_PENDING,
443 P2P_GROUP_INTERFACE_GO,
444 P2P_GROUP_INTERFACE_CLIENT
445 } p2p_group_interface;
446 struct p2p_group *p2p_group;
11fb02be 447 int p2p_long_listen; /* remaining time in long Listen state in ms */
b22128ef 448 char p2p_pin[10];
3c5126a4 449 int p2p_wps_method;
108def93 450 u8 p2p_auth_invite[ETH_ALEN];
b22128ef
JM
451 int p2p_sd_over_ctrl_iface;
452 int p2p_in_provisioning;
453 int pending_invite_ssid_id;
454 int show_group_started;
455 u8 go_dev_addr[ETH_ALEN];
456 int pending_pd_before_join;
457 u8 pending_join_iface_addr[ETH_ALEN];
458 u8 pending_join_dev_addr[ETH_ALEN];
459 int pending_join_wps_method;
9b1ab931 460 int p2p_join_scan_count;
6e6963ea 461 int force_long_sd;
72044390
JM
462
463 /*
464 * Whether cross connection is disallowed by the AP to which this
465 * interface is associated (only valid if there is an association).
466 */
467 int cross_connect_disallowed;
468
469 /*
470 * Whether this P2P group is configured to use cross connection (only
471 * valid if this is P2P GO interface). The actual cross connect packet
472 * forwarding may not be configured depending on the uplink status.
473 */
474 int cross_connect_enabled;
475
476 /* Whether cross connection forwarding is in use at the moment. */
477 int cross_connect_in_use;
478
479 /*
480 * Uplink interface name for cross connection
481 */
482 char cross_connect_uplink[100];
3071e181
JM
483
484 enum {
485 P2P_GROUP_REMOVAL_UNKNOWN,
486 P2P_GROUP_REMOVAL_REQUESTED,
c973f386
JM
487 P2P_GROUP_REMOVAL_IDLE_TIMEOUT,
488 P2P_GROUP_REMOVAL_UNAVAILABLE
3071e181 489 } removal_reason;
39185dfa
JM
490
491 unsigned int p2p_cb_on_scan_complete:1;
b22128ef
JM
492#endif /* CONFIG_P2P */
493
60b94c98
JM
494 struct wpa_ssid *bgscan_ssid;
495 const struct bgscan_ops *bgscan;
496 void *bgscan_priv;
17a4734d 497
7dcdcfd6 498 struct wpa_ssid *connect_without_scan;
8cd82735 499
17a4734d 500 int after_wps;
1e7fb4f1 501 int known_wps_freq;
17a4734d 502 unsigned int wps_freq;
42f50264 503 int wps_fragment_size;
0d0a8ca1 504 int auto_reconnect_disabled;
7cfc4ac3
AGS
505
506 /* Channel preferences for AP/P2P GO use */
507 int best_24_freq;
508 int best_5_freq;
509 int best_overall_freq;
04ea7b79
JM
510
511 struct gas_query *gas;
afc064fe
JM
512
513#ifdef CONFIG_INTERWORKING
7a25f29d
JM
514 unsigned int fetch_anqp_in_progress:1;
515 unsigned int network_select:1;
516 unsigned int auto_select:1;
afc064fe 517#endif /* CONFIG_INTERWORKING */
c58ab8f2 518 unsigned int drv_capa_known;
6bf731e8
CL
519
520 struct {
521 struct hostapd_hw_modes *modes;
522 u16 num_modes;
523 u16 flags;
524 } hw;
b5c68312
JM
525
526 int pno;
6fc6879b
JM
527};
528
529
530/* wpa_supplicant.c */
0194fedb
JB
531int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid);
532
6fc6879b
JM
533int wpa_supplicant_reload_configuration(struct wpa_supplicant *wpa_s);
534
71934751 535const char * wpa_supplicant_state_txt(enum wpa_states state);
bfba8deb 536int wpa_supplicant_update_mac_addr(struct wpa_supplicant *wpa_s);
6fc6879b
JM
537int wpa_supplicant_driver_init(struct wpa_supplicant *wpa_s);
538int wpa_supplicant_set_suites(struct wpa_supplicant *wpa_s,
6fa81a3b 539 struct wpa_bss *bss, struct wpa_ssid *ssid,
6fc6879b
JM
540 u8 *wpa_ie, size_t *wpa_ie_len);
541void wpa_supplicant_associate(struct wpa_supplicant *wpa_s,
6fa81a3b 542 struct wpa_bss *bss,
6fc6879b
JM
543 struct wpa_ssid *ssid);
544void wpa_supplicant_set_non_wpa_policy(struct wpa_supplicant *wpa_s,
545 struct wpa_ssid *ssid);
546void wpa_supplicant_initiate_eapol(struct wpa_supplicant *wpa_s);
6fc6879b
JM
547void wpa_clear_keys(struct wpa_supplicant *wpa_s, const u8 *addr);
548void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s,
549 int sec, int usec);
71934751
JM
550void wpa_supplicant_set_state(struct wpa_supplicant *wpa_s,
551 enum wpa_states state);
6fc6879b 552struct wpa_ssid * wpa_supplicant_get_ssid(struct wpa_supplicant *wpa_s);
cf83fb0b 553const char * wpa_supplicant_get_eap_mode(struct wpa_supplicant *wpa_s);
6fc6879b
JM
554void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s);
555void wpa_supplicant_deauthenticate(struct wpa_supplicant *wpa_s,
556 int reason_code);
557void wpa_supplicant_disassociate(struct wpa_supplicant *wpa_s,
558 int reason_code);
559
86b89452
WS
560void wpa_supplicant_enable_network(struct wpa_supplicant *wpa_s,
561 struct wpa_ssid *ssid);
562void wpa_supplicant_disable_network(struct wpa_supplicant *wpa_s,
563 struct wpa_ssid *ssid);
564void wpa_supplicant_select_network(struct wpa_supplicant *wpa_s,
565 struct wpa_ssid *ssid);
566int wpa_supplicant_set_ap_scan(struct wpa_supplicant *wpa_s,
567 int ap_scan);
78633c37
SL
568int wpa_supplicant_set_bss_expiration_age(struct wpa_supplicant *wpa_s,
569 unsigned int expire_age);
570int wpa_supplicant_set_bss_expiration_count(struct wpa_supplicant *wpa_s,
571 unsigned int expire_count);
86b89452
WS
572int wpa_supplicant_set_debug_params(struct wpa_global *global,
573 int debug_level, int debug_timestamp,
574 int debug_show_keys);
575
6fc6879b
JM
576void wpa_show_license(void);
577
578struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *global,
579 struct wpa_interface *iface);
580int wpa_supplicant_remove_iface(struct wpa_global *global,
581 struct wpa_supplicant *wpa_s);
582struct wpa_supplicant * wpa_supplicant_get_iface(struct wpa_global *global,
583 const char *ifname);
584struct wpa_global * wpa_supplicant_init(struct wpa_params *params);
585int wpa_supplicant_run(struct wpa_global *global);
586void wpa_supplicant_deinit(struct wpa_global *global);
587
588int wpa_supplicant_scard_init(struct wpa_supplicant *wpa_s,
589 struct wpa_ssid *ssid);
1a1bf008 590void wpa_supplicant_terminate_proc(struct wpa_global *global);
a8e0505b
JM
591void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
592 const u8 *buf, size_t len);
508545f3
JM
593enum wpa_key_mgmt key_mgmt2driver(int key_mgmt);
594enum wpa_cipher cipher_suite2driver(int cipher);
611aea7d 595void wpa_supplicant_update_config(struct wpa_supplicant *wpa_s);
b22128ef 596void wpa_supplicant_clear_status(struct wpa_supplicant *wpa_s);
0fb337c1 597void wpas_connection_failed(struct wpa_supplicant *wpa_s, const u8 *bssid);
22628eca 598int wpas_driver_bss_selection(struct wpa_supplicant *wpa_s);
6fc6879b 599
6fc6879b
JM
600/* events.c */
601void wpa_supplicant_mark_disassoc(struct wpa_supplicant *wpa_s);
5cbd88d9
JJ
602int wpa_supplicant_connect(struct wpa_supplicant *wpa_s,
603 struct wpa_bss *selected,
604 struct wpa_ssid *ssid);
01a17491
JM
605void wpa_supplicant_stop_countermeasures(void *eloop_ctx, void *sock_ctx);
606void wpa_supplicant_delayed_mic_error_report(void *eloop_ctx, void *sock_ctx);
6fc6879b 607
12760815
JM
608/* eap_register.c */
609int eap_register_methods(void);
610
c2762e41
JS
611/**
612 * Utility method to tell if a given network is a persistent group
613 * @ssid: Network object
614 * Returns: 1 if network is a persistent group, 0 otherwise
615 */
616static inline int network_is_persistent_group(struct wpa_ssid *ssid)
617{
618 return ((ssid->disabled == 2) || ssid->p2p_persistent_group);
619}
620
6fc6879b 621#endif /* WPA_SUPPLICANT_I_H */