hostapd.c 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525
  1. /*
  2. * hostapd / Initialization and configuration
  3. * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
  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. #include "includes.h"
  15. #include "common.h"
  16. #include "eloop.h"
  17. #include "crypto/tls.h"
  18. #include "common/ieee802_11_defs.h"
  19. #include "eapol_auth/eapol_auth_sm.h"
  20. #include "eapol_auth/eapol_auth_sm_i.h"
  21. #include "radius/radius_client.h"
  22. #include "radius/radius_server.h"
  23. #include "eap_server/eap_sim_db.h"
  24. #include "eap_server/eap.h"
  25. #include "eap_server/tncs.h"
  26. #include "l2_packet/l2_packet.h"
  27. #include "hostapd.h"
  28. #include "ieee802_1x.h"
  29. #include "beacon.h"
  30. #include "hw_features.h"
  31. #include "accounting.h"
  32. #include "iapp.h"
  33. #include "ieee802_11_auth.h"
  34. #include "sta_info.h"
  35. #include "ap_list.h"
  36. #include "driver_i.h"
  37. #include "wpa.h"
  38. #include "preauth.h"
  39. #include "vlan_init.h"
  40. #include "ctrl_iface.h"
  41. #include "wps_hostapd.h"
  42. #include "tkip_countermeasures.h"
  43. static int hostapd_flush_old_stations(struct hostapd_data *hapd);
  44. static int hostapd_setup_wpa(struct hostapd_data *hapd);
  45. static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd);
  46. extern int wpa_debug_level;
  47. #if defined(EAP_SERVER_SIM) || defined(EAP_SERVER_AKA)
  48. #define EAP_SIM_DB
  49. #endif /* EAP_SERVER_SIM || EAP_SERVER_AKA */
  50. #ifdef EAP_SIM_DB
  51. static int hostapd_sim_db_cb_sta(struct hostapd_data *hapd,
  52. struct sta_info *sta, void *ctx)
  53. {
  54. if (eapol_auth_eap_pending_cb(sta->eapol_sm, ctx) == 0)
  55. return 1;
  56. return 0;
  57. }
  58. static void hostapd_sim_db_cb(void *ctx, void *session_ctx)
  59. {
  60. struct hostapd_data *hapd = ctx;
  61. if (ap_for_each_sta(hapd, hostapd_sim_db_cb_sta, session_ctx) == 0) {
  62. #ifdef RADIUS_SERVER
  63. radius_server_eap_pending_cb(hapd->radius_srv, session_ctx);
  64. #endif /* RADIUS_SERVER */
  65. }
  66. }
  67. #endif /* EAP_SIM_DB */
  68. static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf,
  69. struct wpa_auth_config *wconf)
  70. {
  71. wconf->wpa = conf->wpa;
  72. wconf->wpa_key_mgmt = conf->wpa_key_mgmt;
  73. wconf->wpa_pairwise = conf->wpa_pairwise;
  74. wconf->wpa_group = conf->wpa_group;
  75. wconf->wpa_group_rekey = conf->wpa_group_rekey;
  76. wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
  77. wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
  78. wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
  79. wconf->rsn_pairwise = conf->rsn_pairwise;
  80. wconf->rsn_preauth = conf->rsn_preauth;
  81. wconf->eapol_version = conf->eapol_version;
  82. wconf->peerkey = conf->peerkey;
  83. wconf->wmm_enabled = conf->wmm_enabled;
  84. wconf->okc = conf->okc;
  85. #ifdef CONFIG_IEEE80211W
  86. wconf->ieee80211w = conf->ieee80211w;
  87. #endif /* CONFIG_IEEE80211W */
  88. #ifdef CONFIG_IEEE80211R
  89. wconf->ssid_len = conf->ssid.ssid_len;
  90. if (wconf->ssid_len > SSID_LEN)
  91. wconf->ssid_len = SSID_LEN;
  92. os_memcpy(wconf->ssid, conf->ssid.ssid, wconf->ssid_len);
  93. os_memcpy(wconf->mobility_domain, conf->mobility_domain,
  94. MOBILITY_DOMAIN_ID_LEN);
  95. if (conf->nas_identifier &&
  96. os_strlen(conf->nas_identifier) <= FT_R0KH_ID_MAX_LEN) {
  97. wconf->r0_key_holder_len = os_strlen(conf->nas_identifier);
  98. os_memcpy(wconf->r0_key_holder, conf->nas_identifier,
  99. wconf->r0_key_holder_len);
  100. }
  101. os_memcpy(wconf->r1_key_holder, conf->r1_key_holder, FT_R1KH_ID_LEN);
  102. wconf->r0_key_lifetime = conf->r0_key_lifetime;
  103. wconf->reassociation_deadline = conf->reassociation_deadline;
  104. wconf->r0kh_list = conf->r0kh_list;
  105. wconf->r1kh_list = conf->r1kh_list;
  106. wconf->pmk_r1_push = conf->pmk_r1_push;
  107. #endif /* CONFIG_IEEE80211R */
  108. }
  109. int hostapd_reload_config(struct hostapd_iface *iface)
  110. {
  111. struct hostapd_data *hapd = iface->bss[0];
  112. struct hostapd_config *newconf, *oldconf;
  113. struct wpa_auth_config wpa_auth_conf;
  114. size_t j;
  115. newconf = hostapd_config_read(iface->config_fname);
  116. if (newconf == NULL)
  117. return -1;
  118. /*
  119. * Deauthenticate all stations since the new configuration may not
  120. * allow them to use the BSS anymore.
  121. */
  122. for (j = 0; j < iface->num_bss; j++)
  123. hostapd_flush_old_stations(iface->bss[j]);
  124. #ifndef CONFIG_NO_RADIUS
  125. /* TODO: update dynamic data based on changed configuration
  126. * items (e.g., open/close sockets, etc.) */
  127. radius_client_flush(hapd->radius, 0);
  128. #endif /* CONFIG_NO_RADIUS */
  129. oldconf = hapd->iconf;
  130. hapd->iconf = newconf;
  131. hapd->conf = &newconf->bss[0];
  132. iface->conf = newconf;
  133. if (hostapd_setup_wpa_psk(hapd->conf)) {
  134. wpa_printf(MSG_ERROR, "Failed to re-configure WPA PSK "
  135. "after reloading configuration");
  136. }
  137. if (hapd->conf->wpa && hapd->wpa_auth == NULL)
  138. hostapd_setup_wpa(hapd);
  139. else if (hapd->conf->wpa) {
  140. hostapd_wpa_auth_conf(&newconf->bss[0], &wpa_auth_conf);
  141. wpa_reconfig(hapd->wpa_auth, &wpa_auth_conf);
  142. } else if (hapd->wpa_auth) {
  143. wpa_deinit(hapd->wpa_auth);
  144. hapd->wpa_auth = NULL;
  145. hostapd_set_privacy(hapd, 0);
  146. hostapd_setup_encryption(hapd->conf->iface, hapd);
  147. }
  148. ieee802_11_set_beacon(hapd);
  149. if (hapd->conf->ssid.ssid_set &&
  150. hostapd_set_ssid(hapd, (u8 *) hapd->conf->ssid.ssid,
  151. hapd->conf->ssid.ssid_len)) {
  152. wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
  153. /* try to continue */
  154. }
  155. if (hapd->conf->ieee802_1x || hapd->conf->wpa)
  156. hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1);
  157. else
  158. hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0);
  159. hostapd_config_free(oldconf);
  160. wpa_printf(MSG_DEBUG, "Reconfigured interface %s", hapd->conf->iface);
  161. return 0;
  162. }
  163. int handle_reload_iface(struct hostapd_iface *iface, void *ctx)
  164. {
  165. if (hostapd_reload_config(iface) < 0) {
  166. wpa_printf(MSG_WARNING, "Failed to read new configuration "
  167. "file - continuing with old.");
  168. }
  169. return 0;
  170. }
  171. static void hostapd_broadcast_key_clear_iface(struct hostapd_data *hapd,
  172. char *ifname)
  173. {
  174. int i;
  175. for (i = 0; i < NUM_WEP_KEYS; i++) {
  176. if (hostapd_set_key(ifname, hapd, WPA_ALG_NONE, NULL, i,
  177. i == 0 ? 1 : 0, NULL, 0, NULL, 0)) {
  178. wpa_printf(MSG_DEBUG, "Failed to clear default "
  179. "encryption keys (ifname=%s keyidx=%d)",
  180. ifname, i);
  181. }
  182. }
  183. #ifdef CONFIG_IEEE80211W
  184. if (hapd->conf->ieee80211w) {
  185. for (i = NUM_WEP_KEYS; i < NUM_WEP_KEYS + 2; i++) {
  186. if (hostapd_set_key(ifname, hapd, WPA_ALG_NONE, NULL,
  187. i, i == 0 ? 1 : 0, NULL, 0,
  188. NULL, 0)) {
  189. wpa_printf(MSG_DEBUG, "Failed to clear "
  190. "default mgmt encryption keys "
  191. "(ifname=%s keyidx=%d)", ifname, i);
  192. }
  193. }
  194. }
  195. #endif /* CONFIG_IEEE80211W */
  196. }
  197. static int hostapd_broadcast_wep_clear(struct hostapd_data *hapd)
  198. {
  199. hostapd_broadcast_key_clear_iface(hapd, hapd->conf->iface);
  200. return 0;
  201. }
  202. static int hostapd_broadcast_wep_set(struct hostapd_data *hapd)
  203. {
  204. int errors = 0, idx;
  205. struct hostapd_ssid *ssid = &hapd->conf->ssid;
  206. idx = ssid->wep.idx;
  207. if (ssid->wep.default_len &&
  208. hostapd_set_key(hapd->conf->iface,
  209. hapd, WPA_ALG_WEP, NULL, idx, idx == ssid->wep.idx,
  210. NULL, 0, ssid->wep.key[idx], ssid->wep.len[idx])) {
  211. wpa_printf(MSG_WARNING, "Could not set WEP encryption.");
  212. errors++;
  213. }
  214. if (ssid->dyn_vlan_keys) {
  215. size_t i;
  216. for (i = 0; i <= ssid->max_dyn_vlan_keys; i++) {
  217. const char *ifname;
  218. struct hostapd_wep_keys *key = ssid->dyn_vlan_keys[i];
  219. if (key == NULL)
  220. continue;
  221. ifname = hostapd_get_vlan_id_ifname(hapd->conf->vlan,
  222. i);
  223. if (ifname == NULL)
  224. continue;
  225. idx = key->idx;
  226. if (hostapd_set_key(ifname, hapd, WPA_ALG_WEP, NULL,
  227. idx, idx == key->idx, NULL, 0,
  228. key->key[idx], key->len[idx])) {
  229. wpa_printf(MSG_WARNING, "Could not set "
  230. "dynamic VLAN WEP encryption.");
  231. errors++;
  232. }
  233. }
  234. }
  235. return errors;
  236. }
  237. /**
  238. * hostapd_cleanup - Per-BSS cleanup (deinitialization)
  239. * @hapd: Pointer to BSS data
  240. *
  241. * This function is used to free all per-BSS data structures and resources.
  242. * This gets called in a loop for each BSS between calls to
  243. * hostapd_cleanup_iface_pre() and hostapd_cleanup_iface() when an interface
  244. * is deinitialized. Most of the modules that are initialized in
  245. * hostapd_setup_bss() are deinitialized here.
  246. */
  247. static void hostapd_cleanup(struct hostapd_data *hapd)
  248. {
  249. hostapd_ctrl_iface_deinit(hapd);
  250. iapp_deinit(hapd->iapp);
  251. hapd->iapp = NULL;
  252. accounting_deinit(hapd);
  253. rsn_preauth_iface_deinit(hapd);
  254. if (hapd->wpa_auth) {
  255. wpa_deinit(hapd->wpa_auth);
  256. hapd->wpa_auth = NULL;
  257. if (hostapd_set_privacy(hapd, 0)) {
  258. wpa_printf(MSG_DEBUG, "Could not disable "
  259. "PrivacyInvoked for interface %s",
  260. hapd->conf->iface);
  261. }
  262. if (hostapd_set_generic_elem(hapd, (u8 *) "", 0)) {
  263. wpa_printf(MSG_DEBUG, "Could not remove generic "
  264. "information element from interface %s",
  265. hapd->conf->iface);
  266. }
  267. }
  268. ieee802_1x_deinit(hapd);
  269. vlan_deinit(hapd);
  270. hostapd_acl_deinit(hapd);
  271. #ifndef CONFIG_NO_RADIUS
  272. radius_client_deinit(hapd->radius);
  273. hapd->radius = NULL;
  274. #endif /* CONFIG_NO_RADIUS */
  275. #ifdef RADIUS_SERVER
  276. radius_server_deinit(hapd->radius_srv);
  277. hapd->radius_srv = NULL;
  278. #endif /* RADIUS_SERVER */
  279. #ifdef CONFIG_IEEE80211R
  280. l2_packet_deinit(hapd->l2);
  281. #endif /* CONFIG_IEEE80211R */
  282. hostapd_deinit_wps(hapd);
  283. #ifdef EAP_TLS_FUNCS
  284. if (hapd->ssl_ctx) {
  285. tls_deinit(hapd->ssl_ctx);
  286. hapd->ssl_ctx = NULL;
  287. }
  288. #endif /* EAP_TLS_FUNCS */
  289. #if defined(EAP_SERVER_SIM) || defined(EAP_SERVER_AKA)
  290. if (hapd->eap_sim_db_priv) {
  291. eap_sim_db_deinit(hapd->eap_sim_db_priv);
  292. hapd->eap_sim_db_priv = NULL;
  293. }
  294. #endif /* EAP_SERVER_SIM || EAP_SERVER_AKA */
  295. if (hapd->interface_added &&
  296. hostapd_if_remove(hapd, WPA_IF_AP_BSS, hapd->conf->iface)) {
  297. wpa_printf(MSG_WARNING, "Failed to remove BSS interface %s",
  298. hapd->conf->iface);
  299. }
  300. os_free(hapd->probereq_cb);
  301. hapd->probereq_cb = NULL;
  302. }
  303. /**
  304. * hostapd_cleanup_iface_pre - Preliminary per-interface cleanup
  305. * @iface: Pointer to interface data
  306. *
  307. * This function is called before per-BSS data structures are deinitialized
  308. * with hostapd_cleanup().
  309. */
  310. static void hostapd_cleanup_iface_pre(struct hostapd_iface *iface)
  311. {
  312. }
  313. /**
  314. * hostapd_cleanup_iface - Complete per-interface cleanup
  315. * @iface: Pointer to interface data
  316. *
  317. * This function is called after per-BSS data structures are deinitialized
  318. * with hostapd_cleanup().
  319. */
  320. static void hostapd_cleanup_iface(struct hostapd_iface *iface)
  321. {
  322. hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
  323. iface->hw_features = NULL;
  324. os_free(iface->current_rates);
  325. iface->current_rates = NULL;
  326. ap_list_deinit(iface);
  327. hostapd_config_free(iface->conf);
  328. iface->conf = NULL;
  329. os_free(iface->config_fname);
  330. os_free(iface->bss);
  331. os_free(iface);
  332. }
  333. static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd)
  334. {
  335. int i;
  336. hostapd_broadcast_wep_set(hapd);
  337. if (hapd->conf->ssid.wep.default_len)
  338. return 0;
  339. for (i = 0; i < 4; i++) {
  340. if (hapd->conf->ssid.wep.key[i] &&
  341. hostapd_set_key(iface, hapd, WPA_ALG_WEP, NULL, i,
  342. i == hapd->conf->ssid.wep.idx, NULL, 0,
  343. hapd->conf->ssid.wep.key[i],
  344. hapd->conf->ssid.wep.len[i])) {
  345. wpa_printf(MSG_WARNING, "Could not set WEP "
  346. "encryption.");
  347. return -1;
  348. }
  349. if (hapd->conf->ssid.wep.key[i] &&
  350. i == hapd->conf->ssid.wep.idx)
  351. hostapd_set_privacy(hapd, 1);
  352. }
  353. return 0;
  354. }
  355. static int hostapd_flush_old_stations(struct hostapd_data *hapd)
  356. {
  357. int ret = 0;
  358. if (hostapd_drv_none(hapd))
  359. return 0;
  360. wpa_printf(MSG_DEBUG, "Flushing old station entries");
  361. if (hostapd_flush(hapd)) {
  362. wpa_printf(MSG_WARNING, "Could not connect to kernel driver.");
  363. ret = -1;
  364. }
  365. wpa_printf(MSG_DEBUG, "Deauthenticate all stations");
  366. /* New Prism2.5/3 STA firmware versions seem to have issues with this
  367. * broadcast deauth frame. This gets the firmware in odd state where
  368. * nothing works correctly, so let's skip sending this for the hostap
  369. * driver. */
  370. if (hapd->driver && os_strcmp(hapd->driver->name, "hostap") != 0) {
  371. u8 addr[ETH_ALEN];
  372. os_memset(addr, 0xff, ETH_ALEN);
  373. hostapd_sta_deauth(hapd, addr,
  374. WLAN_REASON_PREV_AUTH_NOT_VALID);
  375. }
  376. return ret;
  377. }
  378. static void hostapd_wpa_auth_logger(void *ctx, const u8 *addr,
  379. logger_level level, const char *txt)
  380. {
  381. #ifndef CONFIG_NO_HOSTAPD_LOGGER
  382. struct hostapd_data *hapd = ctx;
  383. int hlevel;
  384. switch (level) {
  385. case LOGGER_WARNING:
  386. hlevel = HOSTAPD_LEVEL_WARNING;
  387. break;
  388. case LOGGER_INFO:
  389. hlevel = HOSTAPD_LEVEL_INFO;
  390. break;
  391. case LOGGER_DEBUG:
  392. default:
  393. hlevel = HOSTAPD_LEVEL_DEBUG;
  394. break;
  395. }
  396. hostapd_logger(hapd, addr, HOSTAPD_MODULE_WPA, hlevel, "%s", txt);
  397. #endif /* CONFIG_NO_HOSTAPD_LOGGER */
  398. }
  399. static void hostapd_wpa_auth_disconnect(void *ctx, const u8 *addr,
  400. u16 reason)
  401. {
  402. struct hostapd_data *hapd = ctx;
  403. struct sta_info *sta;
  404. wpa_printf(MSG_DEBUG, "%s: WPA authenticator requests disconnect: "
  405. "STA " MACSTR " reason %d",
  406. __func__, MAC2STR(addr), reason);
  407. sta = ap_get_sta(hapd, addr);
  408. hostapd_sta_deauth(hapd, addr, reason);
  409. if (sta == NULL)
  410. return;
  411. sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | WLAN_STA_AUTHORIZED);
  412. eloop_cancel_timeout(ap_handle_timer, hapd, sta);
  413. eloop_register_timeout(0, 0, ap_handle_timer, hapd, sta);
  414. sta->timeout_next = STA_REMOVE;
  415. }
  416. static void hostapd_wpa_auth_mic_failure_report(void *ctx, const u8 *addr)
  417. {
  418. struct hostapd_data *hapd = ctx;
  419. michael_mic_failure(hapd, addr, 0);
  420. }
  421. static void hostapd_wpa_auth_set_eapol(void *ctx, const u8 *addr,
  422. wpa_eapol_variable var, int value)
  423. {
  424. struct hostapd_data *hapd = ctx;
  425. struct sta_info *sta = ap_get_sta(hapd, addr);
  426. if (sta == NULL)
  427. return;
  428. switch (var) {
  429. case WPA_EAPOL_portEnabled:
  430. ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
  431. break;
  432. case WPA_EAPOL_portValid:
  433. ieee802_1x_notify_port_valid(sta->eapol_sm, value);
  434. break;
  435. case WPA_EAPOL_authorized:
  436. ieee802_1x_set_sta_authorized(hapd, sta, value);
  437. break;
  438. case WPA_EAPOL_portControl_Auto:
  439. if (sta->eapol_sm)
  440. sta->eapol_sm->portControl = Auto;
  441. break;
  442. case WPA_EAPOL_keyRun:
  443. if (sta->eapol_sm)
  444. sta->eapol_sm->keyRun = value ? TRUE : FALSE;
  445. break;
  446. case WPA_EAPOL_keyAvailable:
  447. if (sta->eapol_sm)
  448. sta->eapol_sm->eap_if->eapKeyAvailable =
  449. value ? TRUE : FALSE;
  450. break;
  451. case WPA_EAPOL_keyDone:
  452. if (sta->eapol_sm)
  453. sta->eapol_sm->keyDone = value ? TRUE : FALSE;
  454. break;
  455. case WPA_EAPOL_inc_EapolFramesTx:
  456. if (sta->eapol_sm)
  457. sta->eapol_sm->dot1xAuthEapolFramesTx++;
  458. break;
  459. }
  460. }
  461. static int hostapd_wpa_auth_get_eapol(void *ctx, const u8 *addr,
  462. wpa_eapol_variable var)
  463. {
  464. struct hostapd_data *hapd = ctx;
  465. struct sta_info *sta = ap_get_sta(hapd, addr);
  466. if (sta == NULL || sta->eapol_sm == NULL)
  467. return -1;
  468. switch (var) {
  469. case WPA_EAPOL_keyRun:
  470. return sta->eapol_sm->keyRun;
  471. case WPA_EAPOL_keyAvailable:
  472. return sta->eapol_sm->eap_if->eapKeyAvailable;
  473. default:
  474. return -1;
  475. }
  476. }
  477. static const u8 * hostapd_wpa_auth_get_psk(void *ctx, const u8 *addr,
  478. const u8 *prev_psk)
  479. {
  480. struct hostapd_data *hapd = ctx;
  481. return hostapd_get_psk(hapd->conf, addr, prev_psk);
  482. }
  483. static int hostapd_wpa_auth_get_msk(void *ctx, const u8 *addr, u8 *msk,
  484. size_t *len)
  485. {
  486. struct hostapd_data *hapd = ctx;
  487. const u8 *key;
  488. size_t keylen;
  489. struct sta_info *sta;
  490. sta = ap_get_sta(hapd, addr);
  491. if (sta == NULL)
  492. return -1;
  493. key = ieee802_1x_get_key(sta->eapol_sm, &keylen);
  494. if (key == NULL)
  495. return -1;
  496. if (keylen > *len)
  497. keylen = *len;
  498. os_memcpy(msk, key, keylen);
  499. *len = keylen;
  500. return 0;
  501. }
  502. static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, wpa_alg alg,
  503. const u8 *addr, int idx, u8 *key,
  504. size_t key_len)
  505. {
  506. struct hostapd_data *hapd = ctx;
  507. const char *ifname = hapd->conf->iface;
  508. if (vlan_id > 0) {
  509. ifname = hostapd_get_vlan_id_ifname(hapd->conf->vlan, vlan_id);
  510. if (ifname == NULL)
  511. return -1;
  512. }
  513. return hostapd_set_key(ifname, hapd, alg, addr, idx, 1, NULL, 0,
  514. key, key_len);
  515. }
  516. static int hostapd_wpa_auth_get_seqnum(void *ctx, const u8 *addr, int idx,
  517. u8 *seq)
  518. {
  519. struct hostapd_data *hapd = ctx;
  520. return hostapd_get_seqnum(hapd->conf->iface, hapd, addr, idx, seq);
  521. }
  522. static int hostapd_wpa_auth_send_eapol(void *ctx, const u8 *addr,
  523. const u8 *data, size_t data_len,
  524. int encrypt)
  525. {
  526. struct hostapd_data *hapd = ctx;
  527. return hostapd_send_eapol(hapd, addr, data, data_len, encrypt);
  528. }
  529. static int hostapd_wpa_auth_for_each_sta(
  530. void *ctx, int (*cb)(struct wpa_state_machine *sm, void *ctx),
  531. void *cb_ctx)
  532. {
  533. struct hostapd_data *hapd = ctx;
  534. struct sta_info *sta;
  535. for (sta = hapd->sta_list; sta; sta = sta->next) {
  536. if (sta->wpa_sm && cb(sta->wpa_sm, cb_ctx))
  537. return 1;
  538. }
  539. return 0;
  540. }
  541. struct wpa_auth_iface_iter_data {
  542. int (*cb)(struct wpa_authenticator *sm, void *ctx);
  543. void *cb_ctx;
  544. };
  545. static int wpa_auth_iface_iter(struct hostapd_iface *iface, void *ctx)
  546. {
  547. struct wpa_auth_iface_iter_data *data = ctx;
  548. size_t i;
  549. for (i = 0; i < iface->num_bss; i++) {
  550. if (data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
  551. return 1;
  552. }
  553. return 0;
  554. }
  555. static int hostapd_wpa_auth_for_each_auth(
  556. void *ctx, int (*cb)(struct wpa_authenticator *sm, void *ctx),
  557. void *cb_ctx)
  558. {
  559. struct hostapd_data *hapd = ctx;
  560. struct wpa_auth_iface_iter_data data;
  561. data.cb = cb;
  562. data.cb_ctx = cb_ctx;
  563. return hostapd_for_each_interface(hapd->iface->interfaces,
  564. wpa_auth_iface_iter, &data);
  565. }
  566. static int hostapd_wpa_auth_send_ether(void *ctx, const u8 *dst, u16 proto,
  567. const u8 *data, size_t data_len)
  568. {
  569. struct hostapd_data *hapd = ctx;
  570. if (hapd->driver && hapd->driver->send_ether)
  571. return hapd->driver->send_ether(hapd->drv_priv, dst,
  572. hapd->own_addr, proto,
  573. data, data_len);
  574. if (hapd->l2 == NULL)
  575. return -1;
  576. return l2_packet_send(hapd->l2, dst, proto, data, data_len);
  577. }
  578. #ifdef CONFIG_IEEE80211R
  579. static int hostapd_wpa_auth_send_ft_action(void *ctx, const u8 *dst,
  580. const u8 *data, size_t data_len)
  581. {
  582. struct hostapd_data *hapd = ctx;
  583. int res;
  584. struct ieee80211_mgmt *m;
  585. size_t mlen;
  586. struct sta_info *sta;
  587. sta = ap_get_sta(hapd, dst);
  588. if (sta == NULL || sta->wpa_sm == NULL)
  589. return -1;
  590. m = os_zalloc(sizeof(*m) + data_len);
  591. if (m == NULL)
  592. return -1;
  593. mlen = ((u8 *) &m->u - (u8 *) m) + data_len;
  594. m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
  595. WLAN_FC_STYPE_ACTION);
  596. os_memcpy(m->da, dst, ETH_ALEN);
  597. os_memcpy(m->sa, hapd->own_addr, ETH_ALEN);
  598. os_memcpy(m->bssid, hapd->own_addr, ETH_ALEN);
  599. os_memcpy(&m->u, data, data_len);
  600. res = hostapd_send_mgmt_frame(hapd, (u8 *) m, mlen);
  601. os_free(m);
  602. return res;
  603. }
  604. static struct wpa_state_machine *
  605. hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr)
  606. {
  607. struct hostapd_data *hapd = ctx;
  608. struct sta_info *sta;
  609. sta = ap_sta_add(hapd, sta_addr);
  610. if (sta == NULL)
  611. return NULL;
  612. if (sta->wpa_sm)
  613. return sta->wpa_sm;
  614. sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr);
  615. if (sta->wpa_sm == NULL) {
  616. ap_free_sta(hapd, sta);
  617. return NULL;
  618. }
  619. sta->auth_alg = WLAN_AUTH_FT;
  620. return sta->wpa_sm;
  621. }
  622. static void hostapd_rrb_receive(void *ctx, const u8 *src_addr, const u8 *buf,
  623. size_t len)
  624. {
  625. struct hostapd_data *hapd = ctx;
  626. wpa_ft_rrb_rx(hapd->wpa_auth, src_addr, buf, len);
  627. }
  628. #endif /* CONFIG_IEEE80211R */
  629. /**
  630. * hostapd_validate_bssid_configuration - Validate BSSID configuration
  631. * @iface: Pointer to interface data
  632. * Returns: 0 on success, -1 on failure
  633. *
  634. * This function is used to validate that the configured BSSIDs are valid.
  635. */
  636. static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface)
  637. {
  638. u8 mask[ETH_ALEN] = { 0 };
  639. struct hostapd_data *hapd = iface->bss[0];
  640. unsigned int i = iface->conf->num_bss, bits = 0, j;
  641. int res;
  642. int auto_addr = 0;
  643. if (hostapd_drv_none(hapd))
  644. return 0;
  645. /* Generate BSSID mask that is large enough to cover the BSSIDs. */
  646. /* Determine the bits necessary to cover the number of BSSIDs. */
  647. for (i--; i; i >>= 1)
  648. bits++;
  649. /* Determine the bits necessary to any configured BSSIDs,
  650. if they are higher than the number of BSSIDs. */
  651. for (j = 0; j < iface->conf->num_bss; j++) {
  652. if (hostapd_mac_comp_empty(iface->conf->bss[j].bssid) == 0) {
  653. if (j)
  654. auto_addr++;
  655. continue;
  656. }
  657. for (i = 0; i < ETH_ALEN; i++) {
  658. mask[i] |=
  659. iface->conf->bss[j].bssid[i] ^
  660. hapd->own_addr[i];
  661. }
  662. }
  663. if (!auto_addr)
  664. goto skip_mask_ext;
  665. for (i = 0; i < ETH_ALEN && mask[i] == 0; i++)
  666. ;
  667. j = 0;
  668. if (i < ETH_ALEN) {
  669. j = (5 - i) * 8;
  670. while (mask[i] != 0) {
  671. mask[i] >>= 1;
  672. j++;
  673. }
  674. }
  675. if (bits < j)
  676. bits = j;
  677. if (bits > 40) {
  678. wpa_printf(MSG_ERROR, "Too many bits in the BSSID mask (%u)",
  679. bits);
  680. return -1;
  681. }
  682. os_memset(mask, 0xff, ETH_ALEN);
  683. j = bits / 8;
  684. for (i = 5; i > 5 - j; i--)
  685. mask[i] = 0;
  686. j = bits % 8;
  687. while (j--)
  688. mask[i] <<= 1;
  689. skip_mask_ext:
  690. wpa_printf(MSG_DEBUG, "BSS count %lu, BSSID mask " MACSTR " (%d bits)",
  691. (unsigned long) iface->conf->num_bss, MAC2STR(mask), bits);
  692. res = hostapd_valid_bss_mask(hapd, hapd->own_addr, mask);
  693. if (res == 0)
  694. return 0;
  695. if (res < 0) {
  696. wpa_printf(MSG_ERROR, "Driver did not accept BSSID mask "
  697. MACSTR " for start address " MACSTR ".",
  698. MAC2STR(mask), MAC2STR(hapd->own_addr));
  699. return -1;
  700. }
  701. if (!auto_addr)
  702. return 0;
  703. for (i = 0; i < ETH_ALEN; i++) {
  704. if ((hapd->own_addr[i] & mask[i]) != hapd->own_addr[i]) {
  705. wpa_printf(MSG_ERROR, "Invalid BSSID mask " MACSTR
  706. " for start address " MACSTR ".",
  707. MAC2STR(mask), MAC2STR(hapd->own_addr));
  708. wpa_printf(MSG_ERROR, "Start address must be the "
  709. "first address in the block (i.e., addr "
  710. "AND mask == addr).");
  711. return -1;
  712. }
  713. }
  714. return 0;
  715. }
  716. static int mac_in_conf(struct hostapd_config *conf, const void *a)
  717. {
  718. size_t i;
  719. for (i = 0; i < conf->num_bss; i++) {
  720. if (hostapd_mac_comp(conf->bss[i].bssid, a) == 0) {
  721. return 1;
  722. }
  723. }
  724. return 0;
  725. }
  726. static int hostapd_setup_wpa(struct hostapd_data *hapd)
  727. {
  728. struct wpa_auth_config _conf;
  729. struct wpa_auth_callbacks cb;
  730. const u8 *wpa_ie;
  731. size_t wpa_ie_len;
  732. hostapd_wpa_auth_conf(hapd->conf, &_conf);
  733. os_memset(&cb, 0, sizeof(cb));
  734. cb.ctx = hapd;
  735. cb.logger = hostapd_wpa_auth_logger;
  736. cb.disconnect = hostapd_wpa_auth_disconnect;
  737. cb.mic_failure_report = hostapd_wpa_auth_mic_failure_report;
  738. cb.set_eapol = hostapd_wpa_auth_set_eapol;
  739. cb.get_eapol = hostapd_wpa_auth_get_eapol;
  740. cb.get_psk = hostapd_wpa_auth_get_psk;
  741. cb.get_msk = hostapd_wpa_auth_get_msk;
  742. cb.set_key = hostapd_wpa_auth_set_key;
  743. cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
  744. cb.send_eapol = hostapd_wpa_auth_send_eapol;
  745. cb.for_each_sta = hostapd_wpa_auth_for_each_sta;
  746. cb.for_each_auth = hostapd_wpa_auth_for_each_auth;
  747. cb.send_ether = hostapd_wpa_auth_send_ether;
  748. #ifdef CONFIG_IEEE80211R
  749. cb.send_ft_action = hostapd_wpa_auth_send_ft_action;
  750. cb.add_sta = hostapd_wpa_auth_add_sta;
  751. #endif /* CONFIG_IEEE80211R */
  752. hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb);
  753. if (hapd->wpa_auth == NULL) {
  754. wpa_printf(MSG_ERROR, "WPA initialization failed.");
  755. return -1;
  756. }
  757. if (hostapd_set_privacy(hapd, 1)) {
  758. wpa_printf(MSG_ERROR, "Could not set PrivacyInvoked "
  759. "for interface %s", hapd->conf->iface);
  760. return -1;
  761. }
  762. wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
  763. if (hostapd_set_generic_elem(hapd, wpa_ie, wpa_ie_len)) {
  764. wpa_printf(MSG_ERROR, "Failed to configure WPA IE for "
  765. "the kernel driver.");
  766. return -1;
  767. }
  768. if (rsn_preauth_iface_init(hapd)) {
  769. wpa_printf(MSG_ERROR, "Initialization of RSN "
  770. "pre-authentication failed.");
  771. return -1;
  772. }
  773. return 0;
  774. }
  775. #ifdef RADIUS_SERVER
  776. static int hostapd_radius_get_eap_user(void *ctx, const u8 *identity,
  777. size_t identity_len, int phase2,
  778. struct eap_user *user)
  779. {
  780. const struct hostapd_eap_user *eap_user;
  781. int i, count;
  782. eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
  783. if (eap_user == NULL)
  784. return -1;
  785. if (user == NULL)
  786. return 0;
  787. os_memset(user, 0, sizeof(*user));
  788. count = EAP_USER_MAX_METHODS;
  789. if (count > EAP_MAX_METHODS)
  790. count = EAP_MAX_METHODS;
  791. for (i = 0; i < count; i++) {
  792. user->methods[i].vendor = eap_user->methods[i].vendor;
  793. user->methods[i].method = eap_user->methods[i].method;
  794. }
  795. if (eap_user->password) {
  796. user->password = os_malloc(eap_user->password_len);
  797. if (user->password == NULL)
  798. return -1;
  799. os_memcpy(user->password, eap_user->password,
  800. eap_user->password_len);
  801. user->password_len = eap_user->password_len;
  802. user->password_hash = eap_user->password_hash;
  803. }
  804. user->force_version = eap_user->force_version;
  805. user->ttls_auth = eap_user->ttls_auth;
  806. return 0;
  807. }
  808. static int hostapd_setup_radius_srv(struct hostapd_data *hapd,
  809. struct hostapd_bss_config *conf)
  810. {
  811. struct radius_server_conf srv;
  812. os_memset(&srv, 0, sizeof(srv));
  813. srv.client_file = conf->radius_server_clients;
  814. srv.auth_port = conf->radius_server_auth_port;
  815. srv.conf_ctx = conf;
  816. srv.eap_sim_db_priv = hapd->eap_sim_db_priv;
  817. srv.ssl_ctx = hapd->ssl_ctx;
  818. srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
  819. srv.eap_fast_a_id = conf->eap_fast_a_id;
  820. srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
  821. srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
  822. srv.eap_fast_prov = conf->eap_fast_prov;
  823. srv.pac_key_lifetime = conf->pac_key_lifetime;
  824. srv.pac_key_refresh_time = conf->pac_key_refresh_time;
  825. srv.eap_sim_aka_result_ind = conf->eap_sim_aka_result_ind;
  826. srv.tnc = conf->tnc;
  827. srv.wps = hapd->wps;
  828. srv.ipv6 = conf->radius_server_ipv6;
  829. srv.get_eap_user = hostapd_radius_get_eap_user;
  830. srv.eap_req_id_text = conf->eap_req_id_text;
  831. srv.eap_req_id_text_len = conf->eap_req_id_text_len;
  832. hapd->radius_srv = radius_server_init(&srv);
  833. if (hapd->radius_srv == NULL) {
  834. wpa_printf(MSG_ERROR, "RADIUS server initialization failed.");
  835. return -1;
  836. }
  837. return 0;
  838. }
  839. #endif /* RADIUS_SERVER */
  840. /**
  841. * hostapd_setup_bss - Per-BSS setup (initialization)
  842. * @hapd: Pointer to BSS data
  843. * @first: Whether this BSS is the first BSS of an interface
  844. *
  845. * This function is used to initialize all per-BSS data structures and
  846. * resources. This gets called in a loop for each BSS when an interface is
  847. * initialized. Most of the modules that are initialized here will be
  848. * deinitialized in hostapd_cleanup().
  849. */
  850. static int hostapd_setup_bss(struct hostapd_data *hapd, int first)
  851. {
  852. struct hostapd_bss_config *conf = hapd->conf;
  853. u8 ssid[HOSTAPD_MAX_SSID_LEN + 1];
  854. int ssid_len, set_ssid;
  855. if (!first) {
  856. if (hostapd_mac_comp_empty(hapd->conf->bssid) == 0) {
  857. /* Allocate the next available BSSID. */
  858. do {
  859. inc_byte_array(hapd->own_addr, ETH_ALEN);
  860. } while (mac_in_conf(hapd->iconf, hapd->own_addr));
  861. } else {
  862. /* Allocate the configured BSSID. */
  863. os_memcpy(hapd->own_addr, hapd->conf->bssid, ETH_ALEN);
  864. if (hostapd_mac_comp(hapd->own_addr,
  865. hapd->iface->bss[0]->own_addr) ==
  866. 0) {
  867. wpa_printf(MSG_ERROR, "BSS '%s' may not have "
  868. "BSSID set to the MAC address of "
  869. "the radio", hapd->conf->iface);
  870. return -1;
  871. }
  872. }
  873. hapd->interface_added = 1;
  874. if (hostapd_if_add(hapd->iface->bss[0], WPA_IF_AP_BSS,
  875. hapd->conf->iface, hapd->own_addr, hapd)) {
  876. wpa_printf(MSG_ERROR, "Failed to add BSS (BSSID="
  877. MACSTR ")", MAC2STR(hapd->own_addr));
  878. return -1;
  879. }
  880. }
  881. hostapd_flush_old_stations(hapd);
  882. hostapd_set_privacy(hapd, 0);
  883. hostapd_broadcast_wep_clear(hapd);
  884. if (hostapd_setup_encryption(hapd->conf->iface, hapd))
  885. return -1;
  886. /*
  887. * Fetch the SSID from the system and use it or,
  888. * if one was specified in the config file, verify they
  889. * match.
  890. */
  891. ssid_len = hostapd_get_ssid(hapd, ssid, sizeof(ssid));
  892. if (ssid_len < 0) {
  893. wpa_printf(MSG_ERROR, "Could not read SSID from system");
  894. return -1;
  895. }
  896. if (conf->ssid.ssid_set) {
  897. /*
  898. * If SSID is specified in the config file and it differs
  899. * from what is being used then force installation of the
  900. * new SSID.
  901. */
  902. set_ssid = (conf->ssid.ssid_len != (size_t) ssid_len ||
  903. os_memcmp(conf->ssid.ssid, ssid, ssid_len) != 0);
  904. } else {
  905. /*
  906. * No SSID in the config file; just use the one we got
  907. * from the system.
  908. */
  909. set_ssid = 0;
  910. conf->ssid.ssid_len = ssid_len;
  911. os_memcpy(conf->ssid.ssid, ssid, conf->ssid.ssid_len);
  912. conf->ssid.ssid[conf->ssid.ssid_len] = '\0';
  913. }
  914. if (!hostapd_drv_none(hapd)) {
  915. wpa_printf(MSG_ERROR, "Using interface %s with hwaddr " MACSTR
  916. " and ssid '%s'",
  917. hapd->conf->iface, MAC2STR(hapd->own_addr),
  918. hapd->conf->ssid.ssid);
  919. }
  920. if (hostapd_setup_wpa_psk(conf)) {
  921. wpa_printf(MSG_ERROR, "WPA-PSK setup failed.");
  922. return -1;
  923. }
  924. /* Set SSID for the kernel driver (to be used in beacon and probe
  925. * response frames) */
  926. if (set_ssid && hostapd_set_ssid(hapd, (u8 *) conf->ssid.ssid,
  927. conf->ssid.ssid_len)) {
  928. wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
  929. return -1;
  930. }
  931. if (wpa_debug_level == MSG_MSGDUMP)
  932. conf->radius->msg_dumps = 1;
  933. #ifndef CONFIG_NO_RADIUS
  934. hapd->radius = radius_client_init(hapd, conf->radius);
  935. if (hapd->radius == NULL) {
  936. wpa_printf(MSG_ERROR, "RADIUS client initialization failed.");
  937. return -1;
  938. }
  939. #endif /* CONFIG_NO_RADIUS */
  940. if (hostapd_acl_init(hapd)) {
  941. wpa_printf(MSG_ERROR, "ACL initialization failed.");
  942. return -1;
  943. }
  944. if (hostapd_init_wps(hapd, conf))
  945. return -1;
  946. if (ieee802_1x_init(hapd)) {
  947. wpa_printf(MSG_ERROR, "IEEE 802.1X initialization failed.");
  948. return -1;
  949. }
  950. if (hapd->conf->wpa && hostapd_setup_wpa(hapd))
  951. return -1;
  952. if (accounting_init(hapd)) {
  953. wpa_printf(MSG_ERROR, "Accounting initialization failed.");
  954. return -1;
  955. }
  956. if (hapd->conf->ieee802_11f &&
  957. (hapd->iapp = iapp_init(hapd, hapd->conf->iapp_iface)) == NULL) {
  958. wpa_printf(MSG_ERROR, "IEEE 802.11F (IAPP) initialization "
  959. "failed.");
  960. return -1;
  961. }
  962. if (hostapd_ctrl_iface_init(hapd)) {
  963. wpa_printf(MSG_ERROR, "Failed to setup control interface");
  964. return -1;
  965. }
  966. if (!hostapd_drv_none(hapd) && vlan_init(hapd)) {
  967. wpa_printf(MSG_ERROR, "VLAN initialization failed.");
  968. return -1;
  969. }
  970. #ifdef CONFIG_IEEE80211R
  971. if (!hostapd_drv_none(hapd)) {
  972. hapd->l2 = l2_packet_init(hapd->conf->iface, NULL, ETH_P_RRB,
  973. hostapd_rrb_receive, hapd, 0);
  974. if (hapd->l2 == NULL &&
  975. (hapd->driver == NULL ||
  976. hapd->driver->send_ether == NULL)) {
  977. wpa_printf(MSG_ERROR, "Failed to open l2_packet "
  978. "interface");
  979. return -1;
  980. }
  981. }
  982. #endif /* CONFIG_IEEE80211R */
  983. ieee802_11_set_beacon(hapd);
  984. #ifdef RADIUS_SERVER
  985. if (conf->radius_server_clients &&
  986. hostapd_setup_radius_srv(hapd, conf))
  987. return -1;
  988. #endif /* RADIUS_SERVER */
  989. return 0;
  990. }
  991. static void hostapd_tx_queue_params(struct hostapd_iface *iface)
  992. {
  993. struct hostapd_data *hapd = iface->bss[0];
  994. int i;
  995. struct hostapd_tx_queue_params *p;
  996. for (i = 0; i < NUM_TX_QUEUES; i++) {
  997. p = &iface->conf->tx_queue[i];
  998. if (!p->configured)
  999. continue;
  1000. if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin,
  1001. p->cwmax, p->burst)) {
  1002. wpa_printf(MSG_DEBUG, "Failed to set TX queue "
  1003. "parameters for queue %d.", i);
  1004. /* Continue anyway */
  1005. }
  1006. }
  1007. }
  1008. static int setup_interface(struct hostapd_iface *iface)
  1009. {
  1010. struct hostapd_data *hapd = iface->bss[0];
  1011. struct hostapd_bss_config *conf = hapd->conf;
  1012. size_t i;
  1013. char country[4];
  1014. u8 *b = conf->bssid;
  1015. /*
  1016. * Initialize the driver interface and make sure that all BSSes get
  1017. * configured with a pointer to this driver interface.
  1018. */
  1019. if (!(b[0] | b[1] | b[2] | b[3] | b[4] | b[5]))
  1020. b = NULL;
  1021. hapd->drv_priv = hostapd_driver_init(hapd, b);
  1022. if (hapd->drv_priv == NULL) {
  1023. wpa_printf(MSG_ERROR, "%s driver initialization failed.",
  1024. hapd->driver ? hapd->driver->name : "Unknown");
  1025. hapd->driver = NULL;
  1026. return -1;
  1027. }
  1028. for (i = 0; i < iface->num_bss; i++) {
  1029. iface->bss[i]->driver = hapd->driver;
  1030. iface->bss[i]->drv_priv = hapd->drv_priv;
  1031. }
  1032. if (hostapd_validate_bssid_configuration(iface))
  1033. return -1;
  1034. if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
  1035. os_memcpy(country, hapd->iconf->country, 3);
  1036. country[3] = '\0';
  1037. if (hostapd_set_country(hapd, country) < 0) {
  1038. wpa_printf(MSG_ERROR, "Failed to set country code");
  1039. return -1;
  1040. }
  1041. }
  1042. if (hostapd_get_hw_features(iface)) {
  1043. /* Not all drivers support this yet, so continue without hw
  1044. * feature data. */
  1045. } else {
  1046. int ret = hostapd_select_hw_mode(iface);
  1047. if (ret < 0) {
  1048. wpa_printf(MSG_ERROR, "Could not select hw_mode and "
  1049. "channel. (%d)", ret);
  1050. return -1;
  1051. }
  1052. ret = hostapd_check_ht_capab(iface);
  1053. if (ret < 0)
  1054. return -1;
  1055. if (ret == 1) {
  1056. wpa_printf(MSG_DEBUG, "Interface initialization will "
  1057. "be completed in a callback");
  1058. return 0;
  1059. }
  1060. }
  1061. return hostapd_setup_interface_complete(iface, 0);
  1062. }
  1063. int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err)
  1064. {
  1065. struct hostapd_data *hapd = iface->bss[0];
  1066. int freq;
  1067. size_t j;
  1068. u8 *prev_addr;
  1069. if (err) {
  1070. wpa_printf(MSG_ERROR, "Interface initialization failed");
  1071. eloop_terminate();
  1072. return -1;
  1073. }
  1074. wpa_printf(MSG_DEBUG, "Completing interface initialization");
  1075. if (hapd->iconf->channel) {
  1076. freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
  1077. wpa_printf(MSG_DEBUG, "Mode: %s Channel: %d "
  1078. "Frequency: %d MHz",
  1079. hostapd_hw_mode_txt(hapd->iconf->hw_mode),
  1080. hapd->iconf->channel, freq);
  1081. if (hostapd_set_freq(hapd, hapd->iconf->hw_mode, freq,
  1082. hapd->iconf->channel,
  1083. hapd->iconf->ieee80211n,
  1084. hapd->iconf->secondary_channel)) {
  1085. wpa_printf(MSG_ERROR, "Could not set channel for "
  1086. "kernel driver");
  1087. return -1;
  1088. }
  1089. }
  1090. if (hapd->iconf->rts_threshold > -1 &&
  1091. hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) {
  1092. wpa_printf(MSG_ERROR, "Could not set RTS threshold for "
  1093. "kernel driver");
  1094. return -1;
  1095. }
  1096. if (hapd->iconf->fragm_threshold > -1 &&
  1097. hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) {
  1098. wpa_printf(MSG_ERROR, "Could not set fragmentation threshold "
  1099. "for kernel driver");
  1100. return -1;
  1101. }
  1102. prev_addr = hapd->own_addr;
  1103. for (j = 0; j < iface->num_bss; j++) {
  1104. hapd = iface->bss[j];
  1105. if (j)
  1106. os_memcpy(hapd->own_addr, prev_addr, ETH_ALEN);
  1107. if (hostapd_setup_bss(hapd, j == 0))
  1108. return -1;
  1109. if (hostapd_mac_comp_empty(hapd->conf->bssid) == 0)
  1110. prev_addr = hapd->own_addr;
  1111. }
  1112. hostapd_tx_queue_params(iface);
  1113. ap_list_init(iface);
  1114. if (hostapd_driver_commit(hapd) < 0) {
  1115. wpa_printf(MSG_ERROR, "%s: Failed to commit driver "
  1116. "configuration", __func__);
  1117. return -1;
  1118. }
  1119. wpa_printf(MSG_DEBUG, "%s: Setup of interface done.",
  1120. iface->bss[0]->conf->iface);
  1121. return 0;
  1122. }
  1123. /**
  1124. * hostapd_setup_interface - Setup of an interface
  1125. * @iface: Pointer to interface data.
  1126. * Returns: 0 on success, -1 on failure
  1127. *
  1128. * Initializes the driver interface, validates the configuration,
  1129. * and sets driver parameters based on the configuration.
  1130. * Flushes old stations, sets the channel, encryption,
  1131. * beacons, and WDS links based on the configuration.
  1132. */
  1133. int hostapd_setup_interface(struct hostapd_iface *iface)
  1134. {
  1135. int ret;
  1136. ret = setup_interface(iface);
  1137. if (ret) {
  1138. wpa_printf(MSG_DEBUG, "%s: Unable to setup interface.",
  1139. iface->bss[0]->conf->iface);
  1140. eloop_terminate();
  1141. return -1;
  1142. }
  1143. return 0;
  1144. }
  1145. /**
  1146. * hostapd_alloc_bss_data - Allocate and initialize per-BSS data
  1147. * @hapd_iface: Pointer to interface data
  1148. * @conf: Pointer to per-interface configuration
  1149. * @bss: Pointer to per-BSS configuration for this BSS
  1150. * Returns: Pointer to allocated BSS data
  1151. *
  1152. * This function is used to allocate per-BSS data structure. This data will be
  1153. * freed after hostapd_cleanup() is called for it during interface
  1154. * deinitialization.
  1155. */
  1156. struct hostapd_data *
  1157. hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
  1158. struct hostapd_config *conf,
  1159. struct hostapd_bss_config *bss)
  1160. {
  1161. struct hostapd_data *hapd;
  1162. hapd = os_zalloc(sizeof(*hapd));
  1163. if (hapd == NULL)
  1164. return NULL;
  1165. hapd->iconf = conf;
  1166. hapd->conf = bss;
  1167. hapd->iface = hapd_iface;
  1168. #ifdef EAP_TLS_FUNCS
  1169. if (hapd->conf->eap_server &&
  1170. (hapd->conf->ca_cert || hapd->conf->server_cert ||
  1171. hapd->conf->dh_file)) {
  1172. struct tls_connection_params params;
  1173. hapd->ssl_ctx = tls_init(NULL);
  1174. if (hapd->ssl_ctx == NULL) {
  1175. wpa_printf(MSG_ERROR, "Failed to initialize TLS");
  1176. goto fail;
  1177. }
  1178. os_memset(&params, 0, sizeof(params));
  1179. params.ca_cert = hapd->conf->ca_cert;
  1180. params.client_cert = hapd->conf->server_cert;
  1181. params.private_key = hapd->conf->private_key;
  1182. params.private_key_passwd = hapd->conf->private_key_passwd;
  1183. params.dh_file = hapd->conf->dh_file;
  1184. if (tls_global_set_params(hapd->ssl_ctx, &params)) {
  1185. wpa_printf(MSG_ERROR, "Failed to set TLS parameters");
  1186. goto fail;
  1187. }
  1188. if (tls_global_set_verify(hapd->ssl_ctx,
  1189. hapd->conf->check_crl)) {
  1190. wpa_printf(MSG_ERROR, "Failed to enable check_crl");
  1191. goto fail;
  1192. }
  1193. }
  1194. #endif /* EAP_TLS_FUNCS */
  1195. #ifdef EAP_SIM_DB
  1196. if (hapd->conf->eap_sim_db) {
  1197. hapd->eap_sim_db_priv =
  1198. eap_sim_db_init(hapd->conf->eap_sim_db,
  1199. hostapd_sim_db_cb, hapd);
  1200. if (hapd->eap_sim_db_priv == NULL) {
  1201. wpa_printf(MSG_ERROR, "Failed to initialize EAP-SIM "
  1202. "database interface");
  1203. goto fail;
  1204. }
  1205. }
  1206. #endif /* EAP_SIM_DB */
  1207. hapd->driver = hapd->iconf->driver;
  1208. return hapd;
  1209. #if defined(EAP_TLS_FUNCS) || defined(EAP_SIM_DB)
  1210. fail:
  1211. #endif
  1212. /* TODO: cleanup allocated resources(?) */
  1213. os_free(hapd);
  1214. return NULL;
  1215. }
  1216. void hostapd_interface_deinit(struct hostapd_iface *iface)
  1217. {
  1218. size_t j;
  1219. if (iface == NULL)
  1220. return;
  1221. hostapd_cleanup_iface_pre(iface);
  1222. for (j = 0; j < iface->num_bss; j++) {
  1223. struct hostapd_data *hapd = iface->bss[j];
  1224. hostapd_free_stas(hapd);
  1225. hostapd_flush_old_stations(hapd);
  1226. hostapd_cleanup(hapd);
  1227. if (j == iface->num_bss - 1 && hapd->driver)
  1228. hostapd_driver_deinit(hapd);
  1229. }
  1230. for (j = 0; j < iface->num_bss; j++)
  1231. os_free(iface->bss[j]);
  1232. hostapd_cleanup_iface(iface);
  1233. }
  1234. int hostapd_register_probereq_cb(struct hostapd_data *hapd,
  1235. void (*cb)(void *ctx, const u8 *sa,
  1236. const u8 *ie, size_t ie_len),
  1237. void *ctx)
  1238. {
  1239. struct hostapd_probereq_cb *n;
  1240. n = os_realloc(hapd->probereq_cb, (hapd->num_probereq_cb + 1) *
  1241. sizeof(struct hostapd_probereq_cb));
  1242. if (n == NULL)
  1243. return -1;
  1244. hapd->probereq_cb = n;
  1245. n = &hapd->probereq_cb[hapd->num_probereq_cb];
  1246. hapd->num_probereq_cb++;
  1247. n->cb = cb;
  1248. n->ctx = ctx;
  1249. return 0;
  1250. }
  1251. int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
  1252. int enabled)
  1253. {
  1254. struct wpa_bss_params params;
  1255. os_memset(&params, 0, sizeof(params));
  1256. params.ifname = ifname;
  1257. params.enabled = enabled;
  1258. if (enabled) {
  1259. params.wpa = hapd->conf->wpa;
  1260. params.ieee802_1x = hapd->conf->ieee802_1x;
  1261. params.wpa_group = hapd->conf->wpa_group;
  1262. params.wpa_pairwise = hapd->conf->wpa_pairwise;
  1263. params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt;
  1264. params.rsn_preauth = hapd->conf->rsn_preauth;
  1265. }
  1266. return hostapd_set_ieee8021x(hapd, &params);
  1267. }
  1268. int hostapd_sta_flags_to_drv(int flags)
  1269. {
  1270. int res = 0;
  1271. if (flags & WLAN_STA_AUTHORIZED)
  1272. res |= WPA_STA_AUTHORIZED;
  1273. if (flags & WLAN_STA_WMM)
  1274. res |= WPA_STA_WMM;
  1275. if (flags & WLAN_STA_SHORT_PREAMBLE)
  1276. res |= WPA_STA_SHORT_PREAMBLE;
  1277. if (flags & WLAN_STA_MFP)
  1278. res |= WPA_STA_MFP;
  1279. return res;
  1280. }