wpa_supplicant_i.h 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
  1. /*
  2. * wpa_supplicant - Internal definitions
  3. * Copyright (c) 2003-2014, Jouni Malinen <j@w1.fi>
  4. *
  5. * This software may be distributed under the terms of the BSD license.
  6. * See README for more details.
  7. */
  8. #ifndef WPA_SUPPLICANT_I_H
  9. #define WPA_SUPPLICANT_I_H
  10. #include "utils/list.h"
  11. #include "common/defs.h"
  12. #include "common/sae.h"
  13. #include "common/wpa_ctrl.h"
  14. #include "wps/wps_defs.h"
  15. #include "config_ssid.h"
  16. #include "wmm_ac.h"
  17. extern const char *wpa_supplicant_version;
  18. extern const char *wpa_supplicant_license;
  19. #ifndef CONFIG_NO_STDOUT_DEBUG
  20. extern const char *wpa_supplicant_full_license1;
  21. extern const char *wpa_supplicant_full_license2;
  22. extern const char *wpa_supplicant_full_license3;
  23. extern const char *wpa_supplicant_full_license4;
  24. extern const char *wpa_supplicant_full_license5;
  25. #endif /* CONFIG_NO_STDOUT_DEBUG */
  26. struct wpa_sm;
  27. struct wpa_supplicant;
  28. struct ibss_rsn;
  29. struct scan_info;
  30. struct wpa_bss;
  31. struct wpa_scan_results;
  32. struct hostapd_hw_modes;
  33. struct wpa_driver_associate_params;
  34. /*
  35. * Forward declarations of private structures used within the ctrl_iface
  36. * backends. Other parts of wpa_supplicant do not have access to data stored in
  37. * these structures.
  38. */
  39. struct ctrl_iface_priv;
  40. struct ctrl_iface_global_priv;
  41. struct wpas_dbus_priv;
  42. /**
  43. * struct wpa_interface - Parameters for wpa_supplicant_add_iface()
  44. */
  45. struct wpa_interface {
  46. /**
  47. * confname - Configuration name (file or profile) name
  48. *
  49. * This can also be %NULL when a configuration file is not used. In
  50. * that case, ctrl_interface must be set to allow the interface to be
  51. * configured.
  52. */
  53. const char *confname;
  54. /**
  55. * confanother - Additional configuration name (file or profile) name
  56. *
  57. * This can also be %NULL when the additional configuration file is not
  58. * used.
  59. */
  60. const char *confanother;
  61. #ifdef CONFIG_P2P
  62. /**
  63. * conf_p2p_dev - Configuration file used to hold the
  64. * P2P Device configuration parameters.
  65. *
  66. * This can also be %NULL. In such a case, if a P2P Device dedicated
  67. * interfaces is created, the main configuration file will be used.
  68. */
  69. const char *conf_p2p_dev;
  70. #endif /* CONFIG_P2P */
  71. /**
  72. * ctrl_interface - Control interface parameter
  73. *
  74. * If a configuration file is not used, this variable can be used to
  75. * set the ctrl_interface parameter that would have otherwise been read
  76. * from the configuration file. If both confname and ctrl_interface are
  77. * set, ctrl_interface is used to override the value from configuration
  78. * file.
  79. */
  80. const char *ctrl_interface;
  81. /**
  82. * driver - Driver interface name, or %NULL to use the default driver
  83. */
  84. const char *driver;
  85. /**
  86. * driver_param - Driver interface parameters
  87. *
  88. * If a configuration file is not used, this variable can be used to
  89. * set the driver_param parameters that would have otherwise been read
  90. * from the configuration file. If both confname and driver_param are
  91. * set, driver_param is used to override the value from configuration
  92. * file.
  93. */
  94. const char *driver_param;
  95. /**
  96. * ifname - Interface name
  97. */
  98. const char *ifname;
  99. /**
  100. * bridge_ifname - Optional bridge interface name
  101. *
  102. * If the driver interface (ifname) is included in a Linux bridge
  103. * device, the bridge interface may need to be used for receiving EAPOL
  104. * frames. This can be enabled by setting this variable to enable
  105. * receiving of EAPOL frames from an additional interface.
  106. */
  107. const char *bridge_ifname;
  108. /**
  109. * p2p_mgmt - Interface used for P2P management (P2P Device operations)
  110. *
  111. * Indicates whether wpas_p2p_init() must be called for this interface.
  112. * This is used only when the driver supports a dedicated P2P Device
  113. * interface that is not a network interface.
  114. */
  115. int p2p_mgmt;
  116. };
  117. /**
  118. * struct wpa_params - Parameters for wpa_supplicant_init()
  119. */
  120. struct wpa_params {
  121. /**
  122. * daemonize - Run %wpa_supplicant in the background
  123. */
  124. int daemonize;
  125. /**
  126. * wait_for_monitor - Wait for a monitor program before starting
  127. */
  128. int wait_for_monitor;
  129. /**
  130. * pid_file - Path to a PID (process ID) file
  131. *
  132. * If this and daemonize are set, process ID of the background process
  133. * will be written to the specified file.
  134. */
  135. char *pid_file;
  136. /**
  137. * wpa_debug_level - Debugging verbosity level (e.g., MSG_INFO)
  138. */
  139. int wpa_debug_level;
  140. /**
  141. * wpa_debug_show_keys - Whether keying material is included in debug
  142. *
  143. * This parameter can be used to allow keying material to be included
  144. * in debug messages. This is a security risk and this option should
  145. * not be enabled in normal configuration. If needed during
  146. * development or while troubleshooting, this option can provide more
  147. * details for figuring out what is happening.
  148. */
  149. int wpa_debug_show_keys;
  150. /**
  151. * wpa_debug_timestamp - Whether to include timestamp in debug messages
  152. */
  153. int wpa_debug_timestamp;
  154. /**
  155. * ctrl_interface - Global ctrl_iface path/parameter
  156. */
  157. char *ctrl_interface;
  158. /**
  159. * ctrl_interface_group - Global ctrl_iface group
  160. */
  161. char *ctrl_interface_group;
  162. /**
  163. * dbus_ctrl_interface - Enable the DBus control interface
  164. */
  165. int dbus_ctrl_interface;
  166. /**
  167. * wpa_debug_file_path - Path of debug file or %NULL to use stdout
  168. */
  169. const char *wpa_debug_file_path;
  170. /**
  171. * wpa_debug_syslog - Enable log output through syslog
  172. */
  173. int wpa_debug_syslog;
  174. /**
  175. * wpa_debug_tracing - Enable log output through Linux tracing
  176. */
  177. int wpa_debug_tracing;
  178. /**
  179. * override_driver - Optional driver parameter override
  180. *
  181. * This parameter can be used to override the driver parameter in
  182. * dynamic interface addition to force a specific driver wrapper to be
  183. * used instead.
  184. */
  185. char *override_driver;
  186. /**
  187. * override_ctrl_interface - Optional ctrl_interface override
  188. *
  189. * This parameter can be used to override the ctrl_interface parameter
  190. * in dynamic interface addition to force a control interface to be
  191. * created.
  192. */
  193. char *override_ctrl_interface;
  194. /**
  195. * entropy_file - Optional entropy file
  196. *
  197. * This parameter can be used to configure wpa_supplicant to maintain
  198. * its internal entropy store over restarts.
  199. */
  200. char *entropy_file;
  201. };
  202. struct p2p_srv_bonjour {
  203. struct dl_list list;
  204. struct wpabuf *query;
  205. struct wpabuf *resp;
  206. };
  207. struct p2p_srv_upnp {
  208. struct dl_list list;
  209. u8 version;
  210. char *service;
  211. };
  212. /**
  213. * struct wpa_global - Internal, global data for all %wpa_supplicant interfaces
  214. *
  215. * This structure is initialized by calling wpa_supplicant_init() when starting
  216. * %wpa_supplicant.
  217. */
  218. struct wpa_global {
  219. struct wpa_supplicant *ifaces;
  220. struct wpa_params params;
  221. struct ctrl_iface_global_priv *ctrl_iface;
  222. struct wpas_dbus_priv *dbus;
  223. void **drv_priv;
  224. size_t drv_count;
  225. struct os_time suspend_time;
  226. struct p2p_data *p2p;
  227. struct wpa_supplicant *p2p_init_wpa_s;
  228. struct wpa_supplicant *p2p_group_formation;
  229. struct wpa_supplicant *p2p_invite_group;
  230. u8 p2p_dev_addr[ETH_ALEN];
  231. struct os_reltime p2p_go_wait_client;
  232. struct dl_list p2p_srv_bonjour; /* struct p2p_srv_bonjour */
  233. struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */
  234. int p2p_disabled;
  235. int cross_connection;
  236. struct wpa_freq_range_list p2p_disallow_freq;
  237. struct wpa_freq_range_list p2p_go_avoid_freq;
  238. enum wpa_conc_pref {
  239. WPA_CONC_PREF_NOT_SET,
  240. WPA_CONC_PREF_STA,
  241. WPA_CONC_PREF_P2P
  242. } conc_pref;
  243. unsigned int p2p_per_sta_psk:1;
  244. unsigned int p2p_fail_on_wps_complete:1;
  245. unsigned int p2p_24ghz_social_channels:1;
  246. unsigned int pending_p2ps_group:1;
  247. unsigned int pending_group_iface_for_p2ps:1;
  248. #ifdef CONFIG_WIFI_DISPLAY
  249. int wifi_display;
  250. #define MAX_WFD_SUBELEMS 10
  251. struct wpabuf *wfd_subelem[MAX_WFD_SUBELEMS];
  252. #endif /* CONFIG_WIFI_DISPLAY */
  253. struct psk_list_entry *add_psk; /* From group formation */
  254. };
  255. /**
  256. * struct wpa_radio - Internal data for per-radio information
  257. *
  258. * This structure is used to share data about configured interfaces
  259. * (struct wpa_supplicant) that share the same physical radio, e.g., to allow
  260. * better coordination of offchannel operations.
  261. */
  262. struct wpa_radio {
  263. char name[16]; /* from driver_ops get_radio_name() or empty if not
  264. * available */
  265. unsigned int external_scan_running:1;
  266. struct dl_list ifaces; /* struct wpa_supplicant::radio_list entries */
  267. struct dl_list work; /* struct wpa_radio_work::list entries */
  268. };
  269. /**
  270. * struct wpa_radio_work - Radio work item
  271. */
  272. struct wpa_radio_work {
  273. struct dl_list list;
  274. unsigned int freq; /* known frequency (MHz) or 0 for multiple/unknown */
  275. const char *type;
  276. struct wpa_supplicant *wpa_s;
  277. void (*cb)(struct wpa_radio_work *work, int deinit);
  278. void *ctx;
  279. unsigned int started:1;
  280. struct os_reltime time;
  281. };
  282. int radio_add_work(struct wpa_supplicant *wpa_s, unsigned int freq,
  283. const char *type, int next,
  284. void (*cb)(struct wpa_radio_work *work, int deinit),
  285. void *ctx);
  286. void radio_work_done(struct wpa_radio_work *work);
  287. void radio_remove_works(struct wpa_supplicant *wpa_s,
  288. const char *type, int remove_all);
  289. void radio_work_check_next(struct wpa_supplicant *wpa_s);
  290. struct wpa_radio_work *
  291. radio_work_pending(struct wpa_supplicant *wpa_s, const char *type);
  292. struct wpa_connect_work {
  293. unsigned int sme:1;
  294. unsigned int bss_removed:1;
  295. struct wpa_bss *bss;
  296. struct wpa_ssid *ssid;
  297. };
  298. int wpas_valid_bss_ssid(struct wpa_supplicant *wpa_s, struct wpa_bss *test_bss,
  299. struct wpa_ssid *test_ssid);
  300. void wpas_connect_work_free(struct wpa_connect_work *cwork);
  301. void wpas_connect_work_done(struct wpa_supplicant *wpa_s);
  302. struct wpa_external_work {
  303. unsigned int id;
  304. char type[100];
  305. unsigned int timeout;
  306. };
  307. /**
  308. * offchannel_send_action_result - Result of offchannel send Action frame
  309. */
  310. enum offchannel_send_action_result {
  311. OFFCHANNEL_SEND_ACTION_SUCCESS /**< Frame was send and acknowledged */,
  312. OFFCHANNEL_SEND_ACTION_NO_ACK /**< Frame was sent, but not acknowledged
  313. */,
  314. OFFCHANNEL_SEND_ACTION_FAILED /**< Frame was not sent due to a failure
  315. */
  316. };
  317. struct wps_ap_info {
  318. u8 bssid[ETH_ALEN];
  319. enum wps_ap_info_type {
  320. WPS_AP_NOT_SEL_REG,
  321. WPS_AP_SEL_REG,
  322. WPS_AP_SEL_REG_OUR
  323. } type;
  324. unsigned int tries;
  325. struct os_reltime last_attempt;
  326. };
  327. struct wpa_ssid_value {
  328. u8 ssid[32];
  329. size_t ssid_len;
  330. };
  331. #define WPA_FREQ_USED_BY_INFRA_STATION BIT(0)
  332. #define WPA_FREQ_USED_BY_P2P_CLIENT BIT(1)
  333. struct wpa_used_freq_data {
  334. int freq;
  335. unsigned int flags;
  336. };
  337. #define RRM_NEIGHBOR_REPORT_TIMEOUT 1 /* 1 second for AP to send a report */
  338. /*
  339. * struct rrm_data - Data used for managing RRM features
  340. */
  341. struct rrm_data {
  342. /* rrm_used - indication regarding the current connection */
  343. unsigned int rrm_used:1;
  344. /*
  345. * notify_neighbor_rep - Callback for notifying report requester
  346. */
  347. void (*notify_neighbor_rep)(void *ctx, struct wpabuf *neighbor_rep);
  348. /*
  349. * neighbor_rep_cb_ctx - Callback context
  350. * Received in the callback registration, and sent to the callback
  351. * function as a parameter.
  352. */
  353. void *neighbor_rep_cb_ctx;
  354. /* next_neighbor_rep_token - Next request's dialog token */
  355. u8 next_neighbor_rep_token;
  356. };
  357. enum wpa_supplicant_test_failure {
  358. WPAS_TEST_FAILURE_NONE,
  359. WPAS_TEST_FAILURE_SCAN_TRIGGER,
  360. };
  361. /**
  362. * struct wpa_supplicant - Internal data for wpa_supplicant interface
  363. *
  364. * This structure contains the internal data for core wpa_supplicant code. This
  365. * should be only used directly from the core code. However, a pointer to this
  366. * data is used from other files as an arbitrary context pointer in calls to
  367. * core functions.
  368. */
  369. struct wpa_supplicant {
  370. struct wpa_global *global;
  371. struct wpa_radio *radio; /* shared radio context */
  372. struct dl_list radio_list; /* list head: struct wpa_radio::ifaces */
  373. struct wpa_supplicant *parent;
  374. struct wpa_supplicant *next;
  375. struct l2_packet_data *l2;
  376. struct l2_packet_data *l2_br;
  377. unsigned char own_addr[ETH_ALEN];
  378. unsigned char perm_addr[ETH_ALEN];
  379. char ifname[100];
  380. #ifdef CONFIG_CTRL_IFACE_DBUS
  381. char *dbus_path;
  382. #endif /* CONFIG_CTRL_IFACE_DBUS */
  383. #ifdef CONFIG_CTRL_IFACE_DBUS_NEW
  384. char *dbus_new_path;
  385. char *dbus_groupobj_path;
  386. #ifdef CONFIG_AP
  387. char *preq_notify_peer;
  388. #endif /* CONFIG_AP */
  389. #endif /* CONFIG_CTRL_IFACE_DBUS_NEW */
  390. char bridge_ifname[16];
  391. char *confname;
  392. char *confanother;
  393. struct wpa_config *conf;
  394. int countermeasures;
  395. struct os_reltime last_michael_mic_error;
  396. u8 bssid[ETH_ALEN];
  397. u8 pending_bssid[ETH_ALEN]; /* If wpa_state == WPA_ASSOCIATING, this
  398. * field contains the target BSSID. */
  399. int reassociate; /* reassociation requested */
  400. int reassoc_same_bss; /* reassociating to the same bss */
  401. int disconnected; /* all connections disabled; i.e., do no reassociate
  402. * before this has been cleared */
  403. struct wpa_ssid *current_ssid;
  404. struct wpa_ssid *last_ssid;
  405. struct wpa_bss *current_bss;
  406. int ap_ies_from_associnfo;
  407. unsigned int assoc_freq;
  408. /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
  409. int pairwise_cipher;
  410. int group_cipher;
  411. int key_mgmt;
  412. int wpa_proto;
  413. int mgmt_group_cipher;
  414. void *drv_priv; /* private data used by driver_ops */
  415. void *global_drv_priv;
  416. u8 *bssid_filter;
  417. size_t bssid_filter_count;
  418. u8 *disallow_aps_bssid;
  419. size_t disallow_aps_bssid_count;
  420. struct wpa_ssid_value *disallow_aps_ssid;
  421. size_t disallow_aps_ssid_count;
  422. enum { WPA_SETBAND_AUTO, WPA_SETBAND_5G, WPA_SETBAND_2G } setband;
  423. /* Preferred network for the next connection attempt */
  424. struct wpa_ssid *next_ssid;
  425. /* previous scan was wildcard when interleaving between
  426. * wildcard scans and specific SSID scan when max_ssids=1 */
  427. int prev_scan_wildcard;
  428. struct wpa_ssid *prev_scan_ssid; /* previously scanned SSID;
  429. * NULL = not yet initialized (start
  430. * with wildcard SSID)
  431. * WILDCARD_SSID_SCAN = wildcard
  432. * SSID was used in the previous scan
  433. */
  434. #define WILDCARD_SSID_SCAN ((struct wpa_ssid *) 1)
  435. struct wpa_ssid *prev_sched_ssid; /* last SSID used in sched scan */
  436. int sched_scan_timeout;
  437. int sched_scan_interval;
  438. int first_sched_scan;
  439. int sched_scan_timed_out;
  440. void (*scan_res_handler)(struct wpa_supplicant *wpa_s,
  441. struct wpa_scan_results *scan_res);
  442. struct dl_list bss; /* struct wpa_bss::list */
  443. struct dl_list bss_id; /* struct wpa_bss::list_id */
  444. size_t num_bss;
  445. unsigned int bss_update_idx;
  446. unsigned int bss_next_id;
  447. /*
  448. * Pointers to BSS entries in the order they were in the last scan
  449. * results.
  450. */
  451. struct wpa_bss **last_scan_res;
  452. unsigned int last_scan_res_used;
  453. unsigned int last_scan_res_size;
  454. struct os_reltime last_scan;
  455. struct wpa_driver_ops *driver;
  456. int interface_removed; /* whether the network interface has been
  457. * removed */
  458. struct wpa_sm *wpa;
  459. struct eapol_sm *eapol;
  460. struct ctrl_iface_priv *ctrl_iface;
  461. enum wpa_states wpa_state;
  462. struct wpa_radio_work *scan_work;
  463. int scanning;
  464. int sched_scanning;
  465. int new_connection;
  466. int eapol_received; /* number of EAPOL packets received after the
  467. * previous association event */
  468. struct scard_data *scard;
  469. char imsi[20];
  470. int mnc_len;
  471. unsigned char last_eapol_src[ETH_ALEN];
  472. unsigned int keys_cleared; /* bitfield of key indexes that the driver is
  473. * known not to be configured with a key */
  474. struct wpa_blacklist *blacklist;
  475. /**
  476. * extra_blacklist_count - Sum of blacklist counts after last connection
  477. *
  478. * This variable is used to maintain a count of temporary blacklisting
  479. * failures (maximum number for any BSS) over blacklist clear
  480. * operations. This is needed for figuring out whether there has been
  481. * failures prior to the last blacklist clear operation which happens
  482. * whenever no other not-blacklisted BSS candidates are available. This
  483. * gets cleared whenever a connection has been established successfully.
  484. */
  485. int extra_blacklist_count;
  486. /**
  487. * scan_req - Type of the scan request
  488. */
  489. enum scan_req_type {
  490. /**
  491. * NORMAL_SCAN_REQ - Normal scan request
  492. *
  493. * This is used for scans initiated by wpa_supplicant to find an
  494. * AP for a connection.
  495. */
  496. NORMAL_SCAN_REQ,
  497. /**
  498. * INITIAL_SCAN_REQ - Initial scan request
  499. *
  500. * This is used for the first scan on an interface to force at
  501. * least one scan to be run even if the configuration does not
  502. * include any enabled networks.
  503. */
  504. INITIAL_SCAN_REQ,
  505. /**
  506. * MANUAL_SCAN_REQ - Manual scan request
  507. *
  508. * This is used for scans where the user request a scan or
  509. * a specific wpa_supplicant operation (e.g., WPS) requires scan
  510. * to be run.
  511. */
  512. MANUAL_SCAN_REQ
  513. } scan_req, last_scan_req;
  514. enum wpa_states scan_prev_wpa_state;
  515. struct os_reltime scan_trigger_time, scan_start_time;
  516. int scan_runs; /* number of scan runs since WPS was started */
  517. int *next_scan_freqs;
  518. int *manual_scan_freqs;
  519. int *manual_sched_scan_freqs;
  520. unsigned int manual_scan_passive:1;
  521. unsigned int manual_scan_use_id:1;
  522. unsigned int manual_scan_only_new:1;
  523. unsigned int own_scan_requested:1;
  524. unsigned int own_scan_running:1;
  525. unsigned int clear_driver_scan_cache:1;
  526. unsigned int manual_scan_id;
  527. int scan_interval; /* time in sec between scans to find suitable AP */
  528. int normal_scans; /* normal scans run before sched_scan */
  529. int scan_for_connection; /* whether the scan request was triggered for
  530. * finding a connection */
  531. #define MAX_SCAN_ID 16
  532. int scan_id[MAX_SCAN_ID];
  533. unsigned int scan_id_count;
  534. u64 drv_flags;
  535. unsigned int drv_enc;
  536. unsigned int drv_smps_modes;
  537. unsigned int drv_rrm_flags;
  538. /*
  539. * A bitmap of supported protocols for probe response offload. See
  540. * struct wpa_driver_capa in driver.h
  541. */
  542. unsigned int probe_resp_offloads;
  543. /* extended capabilities supported by the driver */
  544. const u8 *extended_capa, *extended_capa_mask;
  545. unsigned int extended_capa_len;
  546. int max_scan_ssids;
  547. int max_sched_scan_ssids;
  548. int sched_scan_supported;
  549. unsigned int max_match_sets;
  550. unsigned int max_remain_on_chan;
  551. unsigned int max_stations;
  552. int pending_mic_error_report;
  553. int pending_mic_error_pairwise;
  554. int mic_errors_seen; /* Michael MIC errors with the current PTK */
  555. struct wps_context *wps;
  556. int wps_success; /* WPS success event received */
  557. struct wps_er *wps_er;
  558. unsigned int wps_run;
  559. int blacklist_cleared;
  560. struct wpabuf *pending_eapol_rx;
  561. struct os_reltime pending_eapol_rx_time;
  562. u8 pending_eapol_rx_src[ETH_ALEN];
  563. unsigned int last_eapol_matches_bssid:1;
  564. unsigned int eap_expected_failure:1;
  565. unsigned int reattach:1; /* reassociation to the same BSS requested */
  566. unsigned int mac_addr_changed:1;
  567. struct os_reltime last_mac_addr_change;
  568. int last_mac_addr_style;
  569. struct ibss_rsn *ibss_rsn;
  570. int set_sta_uapsd;
  571. int sta_uapsd;
  572. int set_ap_uapsd;
  573. int ap_uapsd;
  574. #ifdef CONFIG_SME
  575. struct {
  576. u8 ssid[32];
  577. size_t ssid_len;
  578. int freq;
  579. u8 assoc_req_ie[200];
  580. size_t assoc_req_ie_len;
  581. int mfp;
  582. int ft_used;
  583. u8 mobility_domain[2];
  584. u8 *ft_ies;
  585. size_t ft_ies_len;
  586. u8 prev_bssid[ETH_ALEN];
  587. int prev_bssid_set;
  588. int auth_alg;
  589. int proto;
  590. int sa_query_count; /* number of pending SA Query requests;
  591. * 0 = no SA Query in progress */
  592. int sa_query_timed_out;
  593. u8 *sa_query_trans_id; /* buffer of WLAN_SA_QUERY_TR_ID_LEN *
  594. * sa_query_count octets of pending
  595. * SA Query transaction identifiers */
  596. struct os_reltime sa_query_start;
  597. struct os_reltime last_unprot_disconnect;
  598. enum { HT_SEC_CHAN_UNKNOWN,
  599. HT_SEC_CHAN_ABOVE,
  600. HT_SEC_CHAN_BELOW } ht_sec_chan;
  601. u8 sched_obss_scan;
  602. u16 obss_scan_int;
  603. u16 bss_max_idle_period;
  604. #ifdef CONFIG_SAE
  605. struct sae_data sae;
  606. struct wpabuf *sae_token;
  607. int sae_group_index;
  608. unsigned int sae_pmksa_caching:1;
  609. #endif /* CONFIG_SAE */
  610. } sme;
  611. #endif /* CONFIG_SME */
  612. #ifdef CONFIG_AP
  613. struct hostapd_iface *ap_iface;
  614. void (*ap_configured_cb)(void *ctx, void *data);
  615. void *ap_configured_cb_ctx;
  616. void *ap_configured_cb_data;
  617. #endif /* CONFIG_AP */
  618. struct hostapd_iface *ifmsh;
  619. #ifdef CONFIG_MESH
  620. struct mesh_rsn *mesh_rsn;
  621. int mesh_if_idx;
  622. unsigned int mesh_if_created:1;
  623. unsigned int mesh_ht_enabled:1;
  624. int mesh_auth_block_duration; /* sec */
  625. #endif /* CONFIG_MESH */
  626. unsigned int off_channel_freq;
  627. struct wpabuf *pending_action_tx;
  628. u8 pending_action_src[ETH_ALEN];
  629. u8 pending_action_dst[ETH_ALEN];
  630. u8 pending_action_bssid[ETH_ALEN];
  631. unsigned int pending_action_freq;
  632. int pending_action_no_cck;
  633. int pending_action_without_roc;
  634. unsigned int pending_action_tx_done:1;
  635. void (*pending_action_tx_status_cb)(struct wpa_supplicant *wpa_s,
  636. unsigned int freq, const u8 *dst,
  637. const u8 *src, const u8 *bssid,
  638. const u8 *data, size_t data_len,
  639. enum offchannel_send_action_result
  640. result);
  641. unsigned int roc_waiting_drv_freq;
  642. int action_tx_wait_time;
  643. int p2p_mgmt;
  644. #ifdef CONFIG_P2P
  645. struct wpa_supplicant *p2p_dev;
  646. struct p2p_go_neg_results *go_params;
  647. int create_p2p_iface;
  648. u8 pending_interface_addr[ETH_ALEN];
  649. char pending_interface_name[100];
  650. int pending_interface_type;
  651. int p2p_group_idx;
  652. unsigned int pending_listen_freq;
  653. unsigned int pending_listen_duration;
  654. enum {
  655. NOT_P2P_GROUP_INTERFACE,
  656. P2P_GROUP_INTERFACE_PENDING,
  657. P2P_GROUP_INTERFACE_GO,
  658. P2P_GROUP_INTERFACE_CLIENT
  659. } p2p_group_interface;
  660. struct p2p_group *p2p_group;
  661. int p2p_long_listen; /* remaining time in long Listen state in ms */
  662. char p2p_pin[10];
  663. int p2p_wps_method;
  664. u8 p2p_auth_invite[ETH_ALEN];
  665. int p2p_sd_over_ctrl_iface;
  666. int p2p_in_provisioning;
  667. int p2p_in_invitation;
  668. int p2p_invite_go_freq;
  669. int pending_invite_ssid_id;
  670. int show_group_started;
  671. u8 go_dev_addr[ETH_ALEN];
  672. int pending_pd_before_join;
  673. u8 pending_join_iface_addr[ETH_ALEN];
  674. u8 pending_join_dev_addr[ETH_ALEN];
  675. int pending_join_wps_method;
  676. u8 p2p_join_ssid[32];
  677. size_t p2p_join_ssid_len;
  678. int p2p_join_scan_count;
  679. int auto_pd_scan_retry;
  680. int force_long_sd;
  681. u16 pending_pd_config_methods;
  682. enum {
  683. NORMAL_PD, AUTO_PD_GO_NEG, AUTO_PD_JOIN, AUTO_PD_ASP
  684. } pending_pd_use;
  685. /*
  686. * Whether cross connection is disallowed by the AP to which this
  687. * interface is associated (only valid if there is an association).
  688. */
  689. int cross_connect_disallowed;
  690. /*
  691. * Whether this P2P group is configured to use cross connection (only
  692. * valid if this is P2P GO interface). The actual cross connect packet
  693. * forwarding may not be configured depending on the uplink status.
  694. */
  695. int cross_connect_enabled;
  696. /* Whether cross connection forwarding is in use at the moment. */
  697. int cross_connect_in_use;
  698. /*
  699. * Uplink interface name for cross connection
  700. */
  701. char cross_connect_uplink[100];
  702. unsigned int p2p_auto_join:1;
  703. unsigned int p2p_auto_pd:1;
  704. unsigned int p2p_persistent_group:1;
  705. unsigned int p2p_fallback_to_go_neg:1;
  706. unsigned int p2p_pd_before_go_neg:1;
  707. unsigned int p2p_go_ht40:1;
  708. unsigned int p2p_go_vht:1;
  709. unsigned int user_initiated_pd:1;
  710. unsigned int p2p_go_group_formation_completed:1;
  711. unsigned int group_formation_reported:1;
  712. unsigned int waiting_presence_resp;
  713. int p2p_first_connection_timeout;
  714. unsigned int p2p_nfc_tag_enabled:1;
  715. unsigned int p2p_peer_oob_pk_hash_known:1;
  716. unsigned int p2p_disable_ip_addr_req:1;
  717. unsigned int p2ps_join_addr_valid:1;
  718. int p2p_persistent_go_freq;
  719. int p2p_persistent_id;
  720. int p2p_go_intent;
  721. int p2p_connect_freq;
  722. struct os_reltime p2p_auto_started;
  723. struct wpa_ssid *p2p_last_4way_hs_fail;
  724. struct wpa_radio_work *p2p_scan_work;
  725. struct wpa_radio_work *p2p_listen_work;
  726. struct wpa_radio_work *p2p_send_action_work;
  727. u16 p2p_oob_dev_pw_id; /* OOB Device Password Id for group formation */
  728. struct wpabuf *p2p_oob_dev_pw; /* OOB Device Password for group
  729. * formation */
  730. u8 p2p_peer_oob_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN];
  731. u8 p2p_ip_addr_info[3 * 4];
  732. /* group common frequencies */
  733. int *p2p_group_common_freqs;
  734. unsigned int p2p_group_common_freqs_num;
  735. u8 p2ps_join_addr[ETH_ALEN];
  736. #endif /* CONFIG_P2P */
  737. struct wpa_ssid *bgscan_ssid;
  738. const struct bgscan_ops *bgscan;
  739. void *bgscan_priv;
  740. const struct autoscan_ops *autoscan;
  741. struct wpa_driver_scan_params *autoscan_params;
  742. void *autoscan_priv;
  743. struct wpa_ssid *connect_without_scan;
  744. struct wps_ap_info *wps_ap;
  745. size_t num_wps_ap;
  746. int wps_ap_iter;
  747. int after_wps;
  748. int known_wps_freq;
  749. unsigned int wps_freq;
  750. int wps_fragment_size;
  751. int auto_reconnect_disabled;
  752. /* Channel preferences for AP/P2P GO use */
  753. int best_24_freq;
  754. int best_5_freq;
  755. int best_overall_freq;
  756. struct gas_query *gas;
  757. #ifdef CONFIG_INTERWORKING
  758. unsigned int fetch_anqp_in_progress:1;
  759. unsigned int network_select:1;
  760. unsigned int auto_select:1;
  761. unsigned int auto_network_select:1;
  762. unsigned int interworking_fast_assoc_tried:1;
  763. unsigned int fetch_all_anqp:1;
  764. unsigned int fetch_osu_info:1;
  765. unsigned int fetch_osu_waiting_scan:1;
  766. unsigned int fetch_osu_icon_in_progress:1;
  767. struct wpa_bss *interworking_gas_bss;
  768. unsigned int osu_icon_id;
  769. struct osu_provider *osu_prov;
  770. size_t osu_prov_count;
  771. struct os_reltime osu_icon_fetch_start;
  772. unsigned int num_osu_scans;
  773. unsigned int num_prov_found;
  774. #endif /* CONFIG_INTERWORKING */
  775. unsigned int drv_capa_known;
  776. struct {
  777. struct hostapd_hw_modes *modes;
  778. u16 num_modes;
  779. u16 flags;
  780. } hw;
  781. #ifdef CONFIG_MACSEC
  782. struct ieee802_1x_kay *kay;
  783. #endif /* CONFIG_MACSEC */
  784. int pno;
  785. int pno_sched_pending;
  786. /* WLAN_REASON_* reason codes. Negative if locally generated. */
  787. int disconnect_reason;
  788. struct ext_password_data *ext_pw;
  789. struct wpabuf *last_gas_resp, *prev_gas_resp;
  790. u8 last_gas_addr[ETH_ALEN], prev_gas_addr[ETH_ALEN];
  791. u8 last_gas_dialog_token, prev_gas_dialog_token;
  792. unsigned int no_keep_alive:1;
  793. unsigned int ext_mgmt_frame_handling:1;
  794. unsigned int ext_eapol_frame_io:1;
  795. unsigned int wmm_ac_supported:1;
  796. unsigned int ext_work_in_progress:1;
  797. #define MAC_ADDR_RAND_SCAN BIT(0)
  798. #define MAC_ADDR_RAND_SCHED_SCAN BIT(1)
  799. #define MAC_ADDR_RAND_PNO BIT(2)
  800. #define MAC_ADDR_RAND_ALL (MAC_ADDR_RAND_SCAN | \
  801. MAC_ADDR_RAND_SCHED_SCAN | \
  802. MAC_ADDR_RAND_PNO)
  803. unsigned int mac_addr_rand_supported;
  804. unsigned int mac_addr_rand_enable;
  805. /* MAC Address followed by mask (2 * ETH_ALEN) */
  806. u8 *mac_addr_scan;
  807. u8 *mac_addr_sched_scan;
  808. u8 *mac_addr_pno;
  809. #ifdef CONFIG_WNM
  810. u8 wnm_dialog_token;
  811. u8 wnm_reply;
  812. u8 wnm_num_neighbor_report;
  813. u8 wnm_mode;
  814. u16 wnm_dissoc_timer;
  815. u8 wnm_bss_termination_duration[12];
  816. struct neighbor_report *wnm_neighbor_report_elements;
  817. struct os_reltime wnm_cand_valid_until;
  818. u8 wnm_cand_from_bss[ETH_ALEN];
  819. #endif /* CONFIG_WNM */
  820. #ifdef CONFIG_TESTING_GET_GTK
  821. u8 last_gtk[32];
  822. size_t last_gtk_len;
  823. #endif /* CONFIG_TESTING_GET_GTK */
  824. unsigned int num_multichan_concurrent;
  825. struct wpa_radio_work *connect_work;
  826. unsigned int ext_work_id;
  827. struct wpabuf *vendor_elem[NUM_VENDOR_ELEM_FRAMES];
  828. #ifdef CONFIG_TESTING_OPTIONS
  829. struct l2_packet_data *l2_test;
  830. unsigned int extra_roc_dur;
  831. enum wpa_supplicant_test_failure test_failure;
  832. #endif /* CONFIG_TESTING_OPTIONS */
  833. struct wmm_ac_assoc_data *wmm_ac_assoc_info;
  834. struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT];
  835. struct wmm_ac_addts_request *addts_request;
  836. u8 wmm_ac_last_dialog_token;
  837. struct wmm_tspec_element *last_tspecs;
  838. u8 last_tspecs_count;
  839. struct rrm_data rrm;
  840. };
  841. /* wpa_supplicant.c */
  842. void wpa_supplicant_apply_ht_overrides(
  843. struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
  844. struct wpa_driver_associate_params *params);
  845. void wpa_supplicant_apply_vht_overrides(
  846. struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
  847. struct wpa_driver_associate_params *params);
  848. int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid);
  849. int wpa_supplicant_set_wpa_none_key(struct wpa_supplicant *wpa_s,
  850. struct wpa_ssid *ssid);
  851. int wpa_supplicant_reload_configuration(struct wpa_supplicant *wpa_s);
  852. const char * wpa_supplicant_state_txt(enum wpa_states state);
  853. int wpa_supplicant_update_mac_addr(struct wpa_supplicant *wpa_s);
  854. int wpa_supplicant_driver_init(struct wpa_supplicant *wpa_s);
  855. int wpa_supplicant_set_suites(struct wpa_supplicant *wpa_s,
  856. struct wpa_bss *bss, struct wpa_ssid *ssid,
  857. u8 *wpa_ie, size_t *wpa_ie_len);
  858. void wpa_supplicant_associate(struct wpa_supplicant *wpa_s,
  859. struct wpa_bss *bss,
  860. struct wpa_ssid *ssid);
  861. void wpa_supplicant_set_non_wpa_policy(struct wpa_supplicant *wpa_s,
  862. struct wpa_ssid *ssid);
  863. void wpa_supplicant_initiate_eapol(struct wpa_supplicant *wpa_s);
  864. void wpa_clear_keys(struct wpa_supplicant *wpa_s, const u8 *addr);
  865. void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s,
  866. int sec, int usec);
  867. void wpa_supplicant_reinit_autoscan(struct wpa_supplicant *wpa_s);
  868. void wpa_supplicant_set_state(struct wpa_supplicant *wpa_s,
  869. enum wpa_states state);
  870. struct wpa_ssid * wpa_supplicant_get_ssid(struct wpa_supplicant *wpa_s);
  871. const char * wpa_supplicant_get_eap_mode(struct wpa_supplicant *wpa_s);
  872. void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s);
  873. void wpa_supplicant_deauthenticate(struct wpa_supplicant *wpa_s,
  874. int reason_code);
  875. void wpa_supplicant_enable_network(struct wpa_supplicant *wpa_s,
  876. struct wpa_ssid *ssid);
  877. void wpa_supplicant_disable_network(struct wpa_supplicant *wpa_s,
  878. struct wpa_ssid *ssid);
  879. void wpa_supplicant_select_network(struct wpa_supplicant *wpa_s,
  880. struct wpa_ssid *ssid);
  881. int wpas_set_pkcs11_engine_and_module_path(struct wpa_supplicant *wpa_s,
  882. const char *pkcs11_engine_path,
  883. const char *pkcs11_module_path);
  884. int wpa_supplicant_set_ap_scan(struct wpa_supplicant *wpa_s,
  885. int ap_scan);
  886. int wpa_supplicant_set_bss_expiration_age(struct wpa_supplicant *wpa_s,
  887. unsigned int expire_age);
  888. int wpa_supplicant_set_bss_expiration_count(struct wpa_supplicant *wpa_s,
  889. unsigned int expire_count);
  890. int wpa_supplicant_set_scan_interval(struct wpa_supplicant *wpa_s,
  891. int scan_interval);
  892. int wpa_supplicant_set_debug_params(struct wpa_global *global,
  893. int debug_level, int debug_timestamp,
  894. int debug_show_keys);
  895. void free_hw_features(struct wpa_supplicant *wpa_s);
  896. void wpa_show_license(void);
  897. struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *global,
  898. struct wpa_interface *iface);
  899. int wpa_supplicant_remove_iface(struct wpa_global *global,
  900. struct wpa_supplicant *wpa_s,
  901. int terminate);
  902. struct wpa_supplicant * wpa_supplicant_get_iface(struct wpa_global *global,
  903. const char *ifname);
  904. struct wpa_global * wpa_supplicant_init(struct wpa_params *params);
  905. int wpa_supplicant_run(struct wpa_global *global);
  906. void wpa_supplicant_deinit(struct wpa_global *global);
  907. int wpa_supplicant_scard_init(struct wpa_supplicant *wpa_s,
  908. struct wpa_ssid *ssid);
  909. void wpa_supplicant_terminate_proc(struct wpa_global *global);
  910. void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
  911. const u8 *buf, size_t len);
  912. void wpa_supplicant_update_config(struct wpa_supplicant *wpa_s);
  913. void wpa_supplicant_clear_status(struct wpa_supplicant *wpa_s);
  914. void wpas_connection_failed(struct wpa_supplicant *wpa_s, const u8 *bssid);
  915. int wpas_driver_bss_selection(struct wpa_supplicant *wpa_s);
  916. int wpas_is_p2p_prioritized(struct wpa_supplicant *wpa_s);
  917. void wpas_auth_failed(struct wpa_supplicant *wpa_s, char *reason);
  918. void wpas_clear_temp_disabled(struct wpa_supplicant *wpa_s,
  919. struct wpa_ssid *ssid, int clear_failures);
  920. int disallowed_bssid(struct wpa_supplicant *wpa_s, const u8 *bssid);
  921. int disallowed_ssid(struct wpa_supplicant *wpa_s, const u8 *ssid,
  922. size_t ssid_len);
  923. void wpas_request_connection(struct wpa_supplicant *wpa_s);
  924. int wpas_build_ext_capab(struct wpa_supplicant *wpa_s, u8 *buf, size_t buflen);
  925. int wpas_update_random_addr(struct wpa_supplicant *wpa_s, int style);
  926. int wpas_update_random_addr_disassoc(struct wpa_supplicant *wpa_s);
  927. void add_freq(int *freqs, int *num_freqs, int freq);
  928. void wpas_rrm_reset(struct wpa_supplicant *wpa_s);
  929. void wpas_rrm_process_neighbor_rep(struct wpa_supplicant *wpa_s,
  930. const u8 *report, size_t report_len);
  931. int wpas_rrm_send_neighbor_rep_request(struct wpa_supplicant *wpa_s,
  932. const struct wpa_ssid *ssid,
  933. void (*cb)(void *ctx,
  934. struct wpabuf *neighbor_rep),
  935. void *cb_ctx);
  936. void wpas_rrm_handle_link_measurement_request(struct wpa_supplicant *wpa_s,
  937. const u8 *src,
  938. const u8 *frame, size_t len,
  939. int rssi);
  940. /**
  941. * wpa_supplicant_ctrl_iface_ctrl_rsp_handle - Handle a control response
  942. * @wpa_s: Pointer to wpa_supplicant data
  943. * @ssid: Pointer to the network block the reply is for
  944. * @field: field the response is a reply for
  945. * @value: value (ie, password, etc) for @field
  946. * Returns: 0 on success, non-zero on error
  947. *
  948. * Helper function to handle replies to control interface requests.
  949. */
  950. int wpa_supplicant_ctrl_iface_ctrl_rsp_handle(struct wpa_supplicant *wpa_s,
  951. struct wpa_ssid *ssid,
  952. const char *field,
  953. const char *value);
  954. void ibss_mesh_setup_freq(struct wpa_supplicant *wpa_s,
  955. const struct wpa_ssid *ssid,
  956. struct hostapd_freq_params *freq);
  957. /* events.c */
  958. void wpa_supplicant_mark_disassoc(struct wpa_supplicant *wpa_s);
  959. int wpa_supplicant_connect(struct wpa_supplicant *wpa_s,
  960. struct wpa_bss *selected,
  961. struct wpa_ssid *ssid);
  962. void wpa_supplicant_stop_countermeasures(void *eloop_ctx, void *sock_ctx);
  963. void wpa_supplicant_delayed_mic_error_report(void *eloop_ctx, void *sock_ctx);
  964. void wnm_bss_keep_alive_deinit(struct wpa_supplicant *wpa_s);
  965. int wpa_supplicant_fast_associate(struct wpa_supplicant *wpa_s);
  966. struct wpa_bss * wpa_supplicant_pick_network(struct wpa_supplicant *wpa_s,
  967. struct wpa_ssid **selected_ssid);
  968. /* eap_register.c */
  969. int eap_register_methods(void);
  970. /**
  971. * Utility method to tell if a given network is a persistent group
  972. * @ssid: Network object
  973. * Returns: 1 if network is a persistent group, 0 otherwise
  974. */
  975. static inline int network_is_persistent_group(struct wpa_ssid *ssid)
  976. {
  977. return ((ssid->disabled == 2) || ssid->p2p_persistent_group);
  978. }
  979. int wpas_network_disabled(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid);
  980. int wpas_get_ssid_pmf(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid);
  981. int wpas_init_ext_pw(struct wpa_supplicant *wpa_s);
  982. void dump_freq_data(struct wpa_supplicant *wpa_s, const char *title,
  983. struct wpa_used_freq_data *freqs_data,
  984. unsigned int len);
  985. int get_shared_radio_freqs_data(struct wpa_supplicant *wpa_s,
  986. struct wpa_used_freq_data *freqs_data,
  987. unsigned int len);
  988. int get_shared_radio_freqs(struct wpa_supplicant *wpa_s,
  989. int *freq_array, unsigned int len);
  990. #endif /* WPA_SUPPLICANT_I_H */