radius_client.c 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493
  1. /*
  2. * RADIUS client
  3. * Copyright (c) 2002-2009, 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. #include "includes.h"
  9. #include "common.h"
  10. #include "radius.h"
  11. #include "radius_client.h"
  12. #include "eloop.h"
  13. /* Defaults for RADIUS retransmit values (exponential backoff) */
  14. /**
  15. * RADIUS_CLIENT_FIRST_WAIT - RADIUS client timeout for first retry in seconds
  16. */
  17. #define RADIUS_CLIENT_FIRST_WAIT 3
  18. /**
  19. * RADIUS_CLIENT_MAX_WAIT - RADIUS client maximum retry timeout in seconds
  20. */
  21. #define RADIUS_CLIENT_MAX_WAIT 120
  22. /**
  23. * RADIUS_CLIENT_MAX_RETRIES - RADIUS client maximum retries
  24. *
  25. * Maximum number of retransmit attempts before the entry is removed from
  26. * retransmit list.
  27. */
  28. #define RADIUS_CLIENT_MAX_RETRIES 10
  29. /**
  30. * RADIUS_CLIENT_MAX_ENTRIES - RADIUS client maximum pending messages
  31. *
  32. * Maximum number of entries in retransmit list (oldest entries will be
  33. * removed, if this limit is exceeded).
  34. */
  35. #define RADIUS_CLIENT_MAX_ENTRIES 30
  36. /**
  37. * RADIUS_CLIENT_NUM_FAILOVER - RADIUS client failover point
  38. *
  39. * The number of failed retry attempts after which the RADIUS server will be
  40. * changed (if one of more backup servers are configured).
  41. */
  42. #define RADIUS_CLIENT_NUM_FAILOVER 4
  43. /**
  44. * struct radius_rx_handler - RADIUS client RX handler
  45. *
  46. * This data structure is used internally inside the RADIUS client module to
  47. * store registered RX handlers. These handlers are registered by calls to
  48. * radius_client_register() and unregistered when the RADIUS client is
  49. * deinitialized with a call to radius_client_deinit().
  50. */
  51. struct radius_rx_handler {
  52. /**
  53. * handler - Received RADIUS message handler
  54. */
  55. RadiusRxResult (*handler)(struct radius_msg *msg,
  56. struct radius_msg *req,
  57. const u8 *shared_secret,
  58. size_t shared_secret_len,
  59. void *data);
  60. /**
  61. * data - Context data for the handler
  62. */
  63. void *data;
  64. };
  65. /**
  66. * struct radius_msg_list - RADIUS client message retransmit list
  67. *
  68. * This data structure is used internally inside the RADIUS client module to
  69. * store pending RADIUS requests that may still need to be retransmitted.
  70. */
  71. struct radius_msg_list {
  72. /**
  73. * addr - STA/client address
  74. *
  75. * This is used to find RADIUS messages for the same STA.
  76. */
  77. u8 addr[ETH_ALEN];
  78. /**
  79. * msg - RADIUS message
  80. */
  81. struct radius_msg *msg;
  82. /**
  83. * msg_type - Message type
  84. */
  85. RadiusType msg_type;
  86. /**
  87. * first_try - Time of the first transmission attempt
  88. */
  89. os_time_t first_try;
  90. /**
  91. * next_try - Time for the next transmission attempt
  92. */
  93. os_time_t next_try;
  94. /**
  95. * attempts - Number of transmission attempts
  96. */
  97. int attempts;
  98. /**
  99. * next_wait - Next retransmission wait time in seconds
  100. */
  101. int next_wait;
  102. /**
  103. * last_attempt - Time of the last transmission attempt
  104. */
  105. struct os_time last_attempt;
  106. /**
  107. * shared_secret - Shared secret with the target RADIUS server
  108. */
  109. const u8 *shared_secret;
  110. /**
  111. * shared_secret_len - shared_secret length in octets
  112. */
  113. size_t shared_secret_len;
  114. /* TODO: server config with failover to backup server(s) */
  115. /**
  116. * next - Next message in the list
  117. */
  118. struct radius_msg_list *next;
  119. };
  120. /**
  121. * struct radius_client_data - Internal RADIUS client data
  122. *
  123. * This data structure is used internally inside the RADIUS client module.
  124. * External users allocate this by calling radius_client_init() and free it by
  125. * calling radius_client_deinit(). The pointer to this opaque data is used in
  126. * calls to other functions as an identifier for the RADIUS client instance.
  127. */
  128. struct radius_client_data {
  129. /**
  130. * ctx - Context pointer for hostapd_logger() callbacks
  131. */
  132. void *ctx;
  133. /**
  134. * conf - RADIUS client configuration (list of RADIUS servers to use)
  135. */
  136. struct hostapd_radius_servers *conf;
  137. /**
  138. * auth_serv_sock - IPv4 socket for RADIUS authentication messages
  139. */
  140. int auth_serv_sock;
  141. /**
  142. * acct_serv_sock - IPv4 socket for RADIUS accounting messages
  143. */
  144. int acct_serv_sock;
  145. /**
  146. * auth_serv_sock6 - IPv6 socket for RADIUS authentication messages
  147. */
  148. int auth_serv_sock6;
  149. /**
  150. * acct_serv_sock6 - IPv6 socket for RADIUS accounting messages
  151. */
  152. int acct_serv_sock6;
  153. /**
  154. * auth_sock - Currently used socket for RADIUS authentication server
  155. */
  156. int auth_sock;
  157. /**
  158. * acct_sock - Currently used socket for RADIUS accounting server
  159. */
  160. int acct_sock;
  161. /**
  162. * auth_handlers - Authentication message handlers
  163. */
  164. struct radius_rx_handler *auth_handlers;
  165. /**
  166. * num_auth_handlers - Number of handlers in auth_handlers
  167. */
  168. size_t num_auth_handlers;
  169. /**
  170. * acct_handlers - Accounting message handlers
  171. */
  172. struct radius_rx_handler *acct_handlers;
  173. /**
  174. * num_acct_handlers - Number of handlers in acct_handlers
  175. */
  176. size_t num_acct_handlers;
  177. /**
  178. * msgs - Pending outgoing RADIUS messages
  179. */
  180. struct radius_msg_list *msgs;
  181. /**
  182. * num_msgs - Number of pending messages in the msgs list
  183. */
  184. size_t num_msgs;
  185. /**
  186. * next_radius_identifier - Next RADIUS message identifier to use
  187. */
  188. u8 next_radius_identifier;
  189. };
  190. static int
  191. radius_change_server(struct radius_client_data *radius,
  192. struct hostapd_radius_server *nserv,
  193. struct hostapd_radius_server *oserv,
  194. int sock, int sock6, int auth);
  195. static int radius_client_init_acct(struct radius_client_data *radius);
  196. static int radius_client_init_auth(struct radius_client_data *radius);
  197. static void radius_client_msg_free(struct radius_msg_list *req)
  198. {
  199. radius_msg_free(req->msg);
  200. os_free(req);
  201. }
  202. /**
  203. * radius_client_register - Register a RADIUS client RX handler
  204. * @radius: RADIUS client context from radius_client_init()
  205. * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
  206. * @handler: Handler for received RADIUS messages
  207. * @data: Context pointer for handler callbacks
  208. * Returns: 0 on success, -1 on failure
  209. *
  210. * This function is used to register a handler for processing received RADIUS
  211. * authentication and accounting messages. The handler() callback function will
  212. * be called whenever a RADIUS message is received from the active server.
  213. *
  214. * There can be multiple registered RADIUS message handlers. The handlers will
  215. * be called in order until one of them indicates that it has processed or
  216. * queued the message.
  217. */
  218. int radius_client_register(struct radius_client_data *radius,
  219. RadiusType msg_type,
  220. RadiusRxResult (*handler)(struct radius_msg *msg,
  221. struct radius_msg *req,
  222. const u8 *shared_secret,
  223. size_t shared_secret_len,
  224. void *data),
  225. void *data)
  226. {
  227. struct radius_rx_handler **handlers, *newh;
  228. size_t *num;
  229. if (msg_type == RADIUS_ACCT) {
  230. handlers = &radius->acct_handlers;
  231. num = &radius->num_acct_handlers;
  232. } else {
  233. handlers = &radius->auth_handlers;
  234. num = &radius->num_auth_handlers;
  235. }
  236. newh = os_realloc(*handlers,
  237. (*num + 1) * sizeof(struct radius_rx_handler));
  238. if (newh == NULL)
  239. return -1;
  240. newh[*num].handler = handler;
  241. newh[*num].data = data;
  242. (*num)++;
  243. *handlers = newh;
  244. return 0;
  245. }
  246. static void radius_client_handle_send_error(struct radius_client_data *radius,
  247. int s, RadiusType msg_type)
  248. {
  249. #ifndef CONFIG_NATIVE_WINDOWS
  250. int _errno = errno;
  251. perror("send[RADIUS]");
  252. if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
  253. _errno == EBADF) {
  254. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  255. HOSTAPD_LEVEL_INFO,
  256. "Send failed - maybe interface status changed -"
  257. " try to connect again");
  258. eloop_unregister_read_sock(s);
  259. close(s);
  260. if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM)
  261. radius_client_init_acct(radius);
  262. else
  263. radius_client_init_auth(radius);
  264. }
  265. #endif /* CONFIG_NATIVE_WINDOWS */
  266. }
  267. static int radius_client_retransmit(struct radius_client_data *radius,
  268. struct radius_msg_list *entry,
  269. os_time_t now)
  270. {
  271. struct hostapd_radius_servers *conf = radius->conf;
  272. int s;
  273. struct wpabuf *buf;
  274. if (entry->msg_type == RADIUS_ACCT ||
  275. entry->msg_type == RADIUS_ACCT_INTERIM) {
  276. s = radius->acct_sock;
  277. if (entry->attempts == 0)
  278. conf->acct_server->requests++;
  279. else {
  280. conf->acct_server->timeouts++;
  281. conf->acct_server->retransmissions++;
  282. }
  283. } else {
  284. s = radius->auth_sock;
  285. if (entry->attempts == 0)
  286. conf->auth_server->requests++;
  287. else {
  288. conf->auth_server->timeouts++;
  289. conf->auth_server->retransmissions++;
  290. }
  291. }
  292. /* retransmit; remove entry if too many attempts */
  293. entry->attempts++;
  294. hostapd_logger(radius->ctx, entry->addr, HOSTAPD_MODULE_RADIUS,
  295. HOSTAPD_LEVEL_DEBUG, "Resending RADIUS message (id=%d)",
  296. radius_msg_get_hdr(entry->msg)->identifier);
  297. os_get_time(&entry->last_attempt);
  298. buf = radius_msg_get_buf(entry->msg);
  299. if (send(s, wpabuf_head(buf), wpabuf_len(buf), 0) < 0)
  300. radius_client_handle_send_error(radius, s, entry->msg_type);
  301. entry->next_try = now + entry->next_wait;
  302. entry->next_wait *= 2;
  303. if (entry->next_wait > RADIUS_CLIENT_MAX_WAIT)
  304. entry->next_wait = RADIUS_CLIENT_MAX_WAIT;
  305. if (entry->attempts >= RADIUS_CLIENT_MAX_RETRIES) {
  306. printf("Removing un-ACKed RADIUS message due to too many "
  307. "failed retransmit attempts\n");
  308. return 1;
  309. }
  310. return 0;
  311. }
  312. static void radius_client_timer(void *eloop_ctx, void *timeout_ctx)
  313. {
  314. struct radius_client_data *radius = eloop_ctx;
  315. struct hostapd_radius_servers *conf = radius->conf;
  316. struct os_time now;
  317. os_time_t first;
  318. struct radius_msg_list *entry, *prev, *tmp;
  319. int auth_failover = 0, acct_failover = 0;
  320. char abuf[50];
  321. entry = radius->msgs;
  322. if (!entry)
  323. return;
  324. os_get_time(&now);
  325. first = 0;
  326. prev = NULL;
  327. while (entry) {
  328. if (now.sec >= entry->next_try &&
  329. radius_client_retransmit(radius, entry, now.sec)) {
  330. if (prev)
  331. prev->next = entry->next;
  332. else
  333. radius->msgs = entry->next;
  334. tmp = entry;
  335. entry = entry->next;
  336. radius_client_msg_free(tmp);
  337. radius->num_msgs--;
  338. continue;
  339. }
  340. if (entry->attempts > RADIUS_CLIENT_NUM_FAILOVER) {
  341. if (entry->msg_type == RADIUS_ACCT ||
  342. entry->msg_type == RADIUS_ACCT_INTERIM)
  343. acct_failover++;
  344. else
  345. auth_failover++;
  346. }
  347. if (first == 0 || entry->next_try < first)
  348. first = entry->next_try;
  349. prev = entry;
  350. entry = entry->next;
  351. }
  352. if (radius->msgs) {
  353. if (first < now.sec)
  354. first = now.sec;
  355. eloop_register_timeout(first - now.sec, 0,
  356. radius_client_timer, radius, NULL);
  357. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  358. HOSTAPD_LEVEL_DEBUG, "Next RADIUS client "
  359. "retransmit in %ld seconds",
  360. (long int) (first - now.sec));
  361. }
  362. if (auth_failover && conf->num_auth_servers > 1) {
  363. struct hostapd_radius_server *next, *old;
  364. old = conf->auth_server;
  365. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  366. HOSTAPD_LEVEL_NOTICE,
  367. "No response from Authentication server "
  368. "%s:%d - failover",
  369. hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
  370. old->port);
  371. for (entry = radius->msgs; entry; entry = entry->next) {
  372. if (entry->msg_type == RADIUS_AUTH)
  373. old->timeouts++;
  374. }
  375. next = old + 1;
  376. if (next > &(conf->auth_servers[conf->num_auth_servers - 1]))
  377. next = conf->auth_servers;
  378. conf->auth_server = next;
  379. radius_change_server(radius, next, old,
  380. radius->auth_serv_sock,
  381. radius->auth_serv_sock6, 1);
  382. }
  383. if (acct_failover && conf->num_acct_servers > 1) {
  384. struct hostapd_radius_server *next, *old;
  385. old = conf->acct_server;
  386. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  387. HOSTAPD_LEVEL_NOTICE,
  388. "No response from Accounting server "
  389. "%s:%d - failover",
  390. hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
  391. old->port);
  392. for (entry = radius->msgs; entry; entry = entry->next) {
  393. if (entry->msg_type == RADIUS_ACCT ||
  394. entry->msg_type == RADIUS_ACCT_INTERIM)
  395. old->timeouts++;
  396. }
  397. next = old + 1;
  398. if (next > &conf->acct_servers[conf->num_acct_servers - 1])
  399. next = conf->acct_servers;
  400. conf->acct_server = next;
  401. radius_change_server(radius, next, old,
  402. radius->acct_serv_sock,
  403. radius->acct_serv_sock6, 0);
  404. }
  405. }
  406. static void radius_client_update_timeout(struct radius_client_data *radius)
  407. {
  408. struct os_time now;
  409. os_time_t first;
  410. struct radius_msg_list *entry;
  411. eloop_cancel_timeout(radius_client_timer, radius, NULL);
  412. if (radius->msgs == NULL) {
  413. return;
  414. }
  415. first = 0;
  416. for (entry = radius->msgs; entry; entry = entry->next) {
  417. if (first == 0 || entry->next_try < first)
  418. first = entry->next_try;
  419. }
  420. os_get_time(&now);
  421. if (first < now.sec)
  422. first = now.sec;
  423. eloop_register_timeout(first - now.sec, 0, radius_client_timer, radius,
  424. NULL);
  425. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  426. HOSTAPD_LEVEL_DEBUG, "Next RADIUS client retransmit in"
  427. " %ld seconds\n", (long int) (first - now.sec));
  428. }
  429. static void radius_client_list_add(struct radius_client_data *radius,
  430. struct radius_msg *msg,
  431. RadiusType msg_type,
  432. const u8 *shared_secret,
  433. size_t shared_secret_len, const u8 *addr)
  434. {
  435. struct radius_msg_list *entry, *prev;
  436. if (eloop_terminated()) {
  437. /* No point in adding entries to retransmit queue since event
  438. * loop has already been terminated. */
  439. radius_msg_free(msg);
  440. return;
  441. }
  442. entry = os_zalloc(sizeof(*entry));
  443. if (entry == NULL) {
  444. printf("Failed to add RADIUS packet into retransmit list\n");
  445. radius_msg_free(msg);
  446. return;
  447. }
  448. if (addr)
  449. os_memcpy(entry->addr, addr, ETH_ALEN);
  450. entry->msg = msg;
  451. entry->msg_type = msg_type;
  452. entry->shared_secret = shared_secret;
  453. entry->shared_secret_len = shared_secret_len;
  454. os_get_time(&entry->last_attempt);
  455. entry->first_try = entry->last_attempt.sec;
  456. entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT;
  457. entry->attempts = 1;
  458. entry->next_wait = RADIUS_CLIENT_FIRST_WAIT * 2;
  459. entry->next = radius->msgs;
  460. radius->msgs = entry;
  461. radius_client_update_timeout(radius);
  462. if (radius->num_msgs >= RADIUS_CLIENT_MAX_ENTRIES) {
  463. printf("Removing the oldest un-ACKed RADIUS packet due to "
  464. "retransmit list limits.\n");
  465. prev = NULL;
  466. while (entry->next) {
  467. prev = entry;
  468. entry = entry->next;
  469. }
  470. if (prev) {
  471. prev->next = NULL;
  472. radius_client_msg_free(entry);
  473. }
  474. } else
  475. radius->num_msgs++;
  476. }
  477. static void radius_client_list_del(struct radius_client_data *radius,
  478. RadiusType msg_type, const u8 *addr)
  479. {
  480. struct radius_msg_list *entry, *prev, *tmp;
  481. if (addr == NULL)
  482. return;
  483. entry = radius->msgs;
  484. prev = NULL;
  485. while (entry) {
  486. if (entry->msg_type == msg_type &&
  487. os_memcmp(entry->addr, addr, ETH_ALEN) == 0) {
  488. if (prev)
  489. prev->next = entry->next;
  490. else
  491. radius->msgs = entry->next;
  492. tmp = entry;
  493. entry = entry->next;
  494. hostapd_logger(radius->ctx, addr,
  495. HOSTAPD_MODULE_RADIUS,
  496. HOSTAPD_LEVEL_DEBUG,
  497. "Removing matching RADIUS message");
  498. radius_client_msg_free(tmp);
  499. radius->num_msgs--;
  500. continue;
  501. }
  502. prev = entry;
  503. entry = entry->next;
  504. }
  505. }
  506. /**
  507. * radius_client_send - Send a RADIUS request
  508. * @radius: RADIUS client context from radius_client_init()
  509. * @msg: RADIUS message to be sent
  510. * @msg_type: Message type (RADIUS_AUTH, RADIUS_ACCT, RADIUS_ACCT_INTERIM)
  511. * @addr: MAC address of the device related to this message or %NULL
  512. * Returns: 0 on success, -1 on failure
  513. *
  514. * This function is used to transmit a RADIUS authentication (RADIUS_AUTH) or
  515. * accounting request (RADIUS_ACCT or RADIUS_ACCT_INTERIM). The only difference
  516. * between accounting and interim accounting messages is that the interim
  517. * message will override any pending interim accounting updates while a new
  518. * accounting message does not remove any pending messages.
  519. *
  520. * The message is added on the retransmission queue and will be retransmitted
  521. * automatically until a response is received or maximum number of retries
  522. * (RADIUS_CLIENT_MAX_RETRIES) is reached.
  523. *
  524. * The related device MAC address can be used to identify pending messages that
  525. * can be removed with radius_client_flush_auth() or with interim accounting
  526. * updates.
  527. */
  528. int radius_client_send(struct radius_client_data *radius,
  529. struct radius_msg *msg, RadiusType msg_type,
  530. const u8 *addr)
  531. {
  532. struct hostapd_radius_servers *conf = radius->conf;
  533. const u8 *shared_secret;
  534. size_t shared_secret_len;
  535. char *name;
  536. int s, res;
  537. struct wpabuf *buf;
  538. if (msg_type == RADIUS_ACCT_INTERIM) {
  539. /* Remove any pending interim acct update for the same STA. */
  540. radius_client_list_del(radius, msg_type, addr);
  541. }
  542. if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) {
  543. if (conf->acct_server == NULL) {
  544. hostapd_logger(radius->ctx, NULL,
  545. HOSTAPD_MODULE_RADIUS,
  546. HOSTAPD_LEVEL_INFO,
  547. "No accounting server configured");
  548. return -1;
  549. }
  550. shared_secret = conf->acct_server->shared_secret;
  551. shared_secret_len = conf->acct_server->shared_secret_len;
  552. radius_msg_finish_acct(msg, shared_secret, shared_secret_len);
  553. name = "accounting";
  554. s = radius->acct_sock;
  555. conf->acct_server->requests++;
  556. } else {
  557. if (conf->auth_server == NULL) {
  558. hostapd_logger(radius->ctx, NULL,
  559. HOSTAPD_MODULE_RADIUS,
  560. HOSTAPD_LEVEL_INFO,
  561. "No authentication server configured");
  562. return -1;
  563. }
  564. shared_secret = conf->auth_server->shared_secret;
  565. shared_secret_len = conf->auth_server->shared_secret_len;
  566. radius_msg_finish(msg, shared_secret, shared_secret_len);
  567. name = "authentication";
  568. s = radius->auth_sock;
  569. conf->auth_server->requests++;
  570. }
  571. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  572. HOSTAPD_LEVEL_DEBUG, "Sending RADIUS message to %s "
  573. "server", name);
  574. if (conf->msg_dumps)
  575. radius_msg_dump(msg);
  576. buf = radius_msg_get_buf(msg);
  577. res = send(s, wpabuf_head(buf), wpabuf_len(buf), 0);
  578. if (res < 0)
  579. radius_client_handle_send_error(radius, s, msg_type);
  580. radius_client_list_add(radius, msg, msg_type, shared_secret,
  581. shared_secret_len, addr);
  582. return 0;
  583. }
  584. static void radius_client_receive(int sock, void *eloop_ctx, void *sock_ctx)
  585. {
  586. struct radius_client_data *radius = eloop_ctx;
  587. struct hostapd_radius_servers *conf = radius->conf;
  588. RadiusType msg_type = (RadiusType) sock_ctx;
  589. int len, roundtrip;
  590. unsigned char buf[3000];
  591. struct radius_msg *msg;
  592. struct radius_hdr *hdr;
  593. struct radius_rx_handler *handlers;
  594. size_t num_handlers, i;
  595. struct radius_msg_list *req, *prev_req;
  596. struct os_time now;
  597. struct hostapd_radius_server *rconf;
  598. int invalid_authenticator = 0;
  599. if (msg_type == RADIUS_ACCT) {
  600. handlers = radius->acct_handlers;
  601. num_handlers = radius->num_acct_handlers;
  602. rconf = conf->acct_server;
  603. } else {
  604. handlers = radius->auth_handlers;
  605. num_handlers = radius->num_auth_handlers;
  606. rconf = conf->auth_server;
  607. }
  608. len = recv(sock, buf, sizeof(buf), MSG_DONTWAIT);
  609. if (len < 0) {
  610. perror("recv[RADIUS]");
  611. return;
  612. }
  613. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  614. HOSTAPD_LEVEL_DEBUG, "Received %d bytes from RADIUS "
  615. "server", len);
  616. if (len == sizeof(buf)) {
  617. printf("Possibly too long UDP frame for our buffer - "
  618. "dropping it\n");
  619. return;
  620. }
  621. msg = radius_msg_parse(buf, len);
  622. if (msg == NULL) {
  623. printf("Parsing incoming RADIUS frame failed\n");
  624. rconf->malformed_responses++;
  625. return;
  626. }
  627. hdr = radius_msg_get_hdr(msg);
  628. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  629. HOSTAPD_LEVEL_DEBUG, "Received RADIUS message");
  630. if (conf->msg_dumps)
  631. radius_msg_dump(msg);
  632. switch (hdr->code) {
  633. case RADIUS_CODE_ACCESS_ACCEPT:
  634. rconf->access_accepts++;
  635. break;
  636. case RADIUS_CODE_ACCESS_REJECT:
  637. rconf->access_rejects++;
  638. break;
  639. case RADIUS_CODE_ACCESS_CHALLENGE:
  640. rconf->access_challenges++;
  641. break;
  642. case RADIUS_CODE_ACCOUNTING_RESPONSE:
  643. rconf->responses++;
  644. break;
  645. }
  646. prev_req = NULL;
  647. req = radius->msgs;
  648. while (req) {
  649. /* TODO: also match by src addr:port of the packet when using
  650. * alternative RADIUS servers (?) */
  651. if ((req->msg_type == msg_type ||
  652. (req->msg_type == RADIUS_ACCT_INTERIM &&
  653. msg_type == RADIUS_ACCT)) &&
  654. radius_msg_get_hdr(req->msg)->identifier ==
  655. hdr->identifier)
  656. break;
  657. prev_req = req;
  658. req = req->next;
  659. }
  660. if (req == NULL) {
  661. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  662. HOSTAPD_LEVEL_DEBUG,
  663. "No matching RADIUS request found (type=%d "
  664. "id=%d) - dropping packet",
  665. msg_type, hdr->identifier);
  666. goto fail;
  667. }
  668. os_get_time(&now);
  669. roundtrip = (now.sec - req->last_attempt.sec) * 100 +
  670. (now.usec - req->last_attempt.usec) / 10000;
  671. hostapd_logger(radius->ctx, req->addr, HOSTAPD_MODULE_RADIUS,
  672. HOSTAPD_LEVEL_DEBUG,
  673. "Received RADIUS packet matched with a pending "
  674. "request, round trip time %d.%02d sec",
  675. roundtrip / 100, roundtrip % 100);
  676. rconf->round_trip_time = roundtrip;
  677. /* Remove ACKed RADIUS packet from retransmit list */
  678. if (prev_req)
  679. prev_req->next = req->next;
  680. else
  681. radius->msgs = req->next;
  682. radius->num_msgs--;
  683. for (i = 0; i < num_handlers; i++) {
  684. RadiusRxResult res;
  685. res = handlers[i].handler(msg, req->msg, req->shared_secret,
  686. req->shared_secret_len,
  687. handlers[i].data);
  688. switch (res) {
  689. case RADIUS_RX_PROCESSED:
  690. radius_msg_free(msg);
  691. /* continue */
  692. case RADIUS_RX_QUEUED:
  693. radius_client_msg_free(req);
  694. return;
  695. case RADIUS_RX_INVALID_AUTHENTICATOR:
  696. invalid_authenticator++;
  697. /* continue */
  698. case RADIUS_RX_UNKNOWN:
  699. /* continue with next handler */
  700. break;
  701. }
  702. }
  703. if (invalid_authenticator)
  704. rconf->bad_authenticators++;
  705. else
  706. rconf->unknown_types++;
  707. hostapd_logger(radius->ctx, req->addr, HOSTAPD_MODULE_RADIUS,
  708. HOSTAPD_LEVEL_DEBUG, "No RADIUS RX handler found "
  709. "(type=%d code=%d id=%d)%s - dropping packet",
  710. msg_type, hdr->code, hdr->identifier,
  711. invalid_authenticator ? " [INVALID AUTHENTICATOR]" :
  712. "");
  713. radius_client_msg_free(req);
  714. fail:
  715. radius_msg_free(msg);
  716. }
  717. /**
  718. * radius_client_get_id - Get an identifier for a new RADIUS message
  719. * @radius: RADIUS client context from radius_client_init()
  720. * Returns: Allocated identifier
  721. *
  722. * This function is used to fetch a unique (among pending requests) identifier
  723. * for a new RADIUS message.
  724. */
  725. u8 radius_client_get_id(struct radius_client_data *radius)
  726. {
  727. struct radius_msg_list *entry, *prev, *_remove;
  728. u8 id = radius->next_radius_identifier++;
  729. /* remove entries with matching id from retransmit list to avoid
  730. * using new reply from the RADIUS server with an old request */
  731. entry = radius->msgs;
  732. prev = NULL;
  733. while (entry) {
  734. if (radius_msg_get_hdr(entry->msg)->identifier == id) {
  735. hostapd_logger(radius->ctx, entry->addr,
  736. HOSTAPD_MODULE_RADIUS,
  737. HOSTAPD_LEVEL_DEBUG,
  738. "Removing pending RADIUS message, "
  739. "since its id (%d) is reused", id);
  740. if (prev)
  741. prev->next = entry->next;
  742. else
  743. radius->msgs = entry->next;
  744. _remove = entry;
  745. } else {
  746. _remove = NULL;
  747. prev = entry;
  748. }
  749. entry = entry->next;
  750. if (_remove)
  751. radius_client_msg_free(_remove);
  752. }
  753. return id;
  754. }
  755. /**
  756. * radius_client_flush - Flush all pending RADIUS client messages
  757. * @radius: RADIUS client context from radius_client_init()
  758. * @only_auth: Whether only authentication messages are removed
  759. */
  760. void radius_client_flush(struct radius_client_data *radius, int only_auth)
  761. {
  762. struct radius_msg_list *entry, *prev, *tmp;
  763. if (!radius)
  764. return;
  765. prev = NULL;
  766. entry = radius->msgs;
  767. while (entry) {
  768. if (!only_auth || entry->msg_type == RADIUS_AUTH) {
  769. if (prev)
  770. prev->next = entry->next;
  771. else
  772. radius->msgs = entry->next;
  773. tmp = entry;
  774. entry = entry->next;
  775. radius_client_msg_free(tmp);
  776. radius->num_msgs--;
  777. } else {
  778. prev = entry;
  779. entry = entry->next;
  780. }
  781. }
  782. if (radius->msgs == NULL)
  783. eloop_cancel_timeout(radius_client_timer, radius, NULL);
  784. }
  785. static void radius_client_update_acct_msgs(struct radius_client_data *radius,
  786. const u8 *shared_secret,
  787. size_t shared_secret_len)
  788. {
  789. struct radius_msg_list *entry;
  790. if (!radius)
  791. return;
  792. for (entry = radius->msgs; entry; entry = entry->next) {
  793. if (entry->msg_type == RADIUS_ACCT) {
  794. entry->shared_secret = shared_secret;
  795. entry->shared_secret_len = shared_secret_len;
  796. radius_msg_finish_acct(entry->msg, shared_secret,
  797. shared_secret_len);
  798. }
  799. }
  800. }
  801. static int
  802. radius_change_server(struct radius_client_data *radius,
  803. struct hostapd_radius_server *nserv,
  804. struct hostapd_radius_server *oserv,
  805. int sock, int sock6, int auth)
  806. {
  807. struct sockaddr_in serv, claddr;
  808. #ifdef CONFIG_IPV6
  809. struct sockaddr_in6 serv6, claddr6;
  810. #endif /* CONFIG_IPV6 */
  811. struct sockaddr *addr, *cl_addr;
  812. socklen_t addrlen, claddrlen;
  813. char abuf[50];
  814. int sel_sock;
  815. struct radius_msg_list *entry;
  816. struct hostapd_radius_servers *conf = radius->conf;
  817. hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
  818. HOSTAPD_LEVEL_INFO,
  819. "%s server %s:%d",
  820. auth ? "Authentication" : "Accounting",
  821. hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)),
  822. nserv->port);
  823. if (!oserv || nserv->shared_secret_len != oserv->shared_secret_len ||
  824. os_memcmp(nserv->shared_secret, oserv->shared_secret,
  825. nserv->shared_secret_len) != 0) {
  826. /* Pending RADIUS packets used different shared secret, so
  827. * they need to be modified. Update accounting message
  828. * authenticators here. Authentication messages are removed
  829. * since they would require more changes and the new RADIUS
  830. * server may not be prepared to receive them anyway due to
  831. * missing state information. Client will likely retry
  832. * authentication, so this should not be an issue. */
  833. if (auth)
  834. radius_client_flush(radius, 1);
  835. else {
  836. radius_client_update_acct_msgs(
  837. radius, nserv->shared_secret,
  838. nserv->shared_secret_len);
  839. }
  840. }
  841. /* Reset retry counters for the new server */
  842. for (entry = radius->msgs; entry; entry = entry->next) {
  843. if ((auth && entry->msg_type != RADIUS_AUTH) ||
  844. (!auth && entry->msg_type != RADIUS_ACCT))
  845. continue;
  846. entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT;
  847. entry->attempts = 0;
  848. entry->next_wait = RADIUS_CLIENT_FIRST_WAIT * 2;
  849. }
  850. if (radius->msgs) {
  851. eloop_cancel_timeout(radius_client_timer, radius, NULL);
  852. eloop_register_timeout(RADIUS_CLIENT_FIRST_WAIT, 0,
  853. radius_client_timer, radius, NULL);
  854. }
  855. switch (nserv->addr.af) {
  856. case AF_INET:
  857. os_memset(&serv, 0, sizeof(serv));
  858. serv.sin_family = AF_INET;
  859. serv.sin_addr.s_addr = nserv->addr.u.v4.s_addr;
  860. serv.sin_port = htons(nserv->port);
  861. addr = (struct sockaddr *) &serv;
  862. addrlen = sizeof(serv);
  863. sel_sock = sock;
  864. break;
  865. #ifdef CONFIG_IPV6
  866. case AF_INET6:
  867. os_memset(&serv6, 0, sizeof(serv6));
  868. serv6.sin6_family = AF_INET6;
  869. os_memcpy(&serv6.sin6_addr, &nserv->addr.u.v6,
  870. sizeof(struct in6_addr));
  871. serv6.sin6_port = htons(nserv->port);
  872. addr = (struct sockaddr *) &serv6;
  873. addrlen = sizeof(serv6);
  874. sel_sock = sock6;
  875. break;
  876. #endif /* CONFIG_IPV6 */
  877. default:
  878. return -1;
  879. }
  880. if (conf->force_client_addr) {
  881. switch (conf->client_addr.af) {
  882. case AF_INET:
  883. os_memset(&claddr, 0, sizeof(claddr));
  884. claddr.sin_family = AF_INET;
  885. claddr.sin_addr.s_addr = conf->client_addr.u.v4.s_addr;
  886. claddr.sin_port = htons(0);
  887. cl_addr = (struct sockaddr *) &claddr;
  888. claddrlen = sizeof(claddr);
  889. break;
  890. #ifdef CONFIG_IPV6
  891. case AF_INET6:
  892. os_memset(&claddr6, 0, sizeof(claddr6));
  893. claddr6.sin6_family = AF_INET6;
  894. os_memcpy(&claddr6.sin6_addr, &conf->client_addr.u.v6,
  895. sizeof(struct in6_addr));
  896. claddr6.sin6_port = htons(0);
  897. cl_addr = (struct sockaddr *) &claddr6;
  898. claddrlen = sizeof(claddr6);
  899. break;
  900. #endif /* CONFIG_IPV6 */
  901. default:
  902. return -1;
  903. }
  904. if (bind(sel_sock, cl_addr, claddrlen) < 0) {
  905. perror("bind[radius]");
  906. return -1;
  907. }
  908. }
  909. if (connect(sel_sock, addr, addrlen) < 0) {
  910. perror("connect[radius]");
  911. return -1;
  912. }
  913. #ifndef CONFIG_NATIVE_WINDOWS
  914. switch (nserv->addr.af) {
  915. case AF_INET:
  916. claddrlen = sizeof(claddr);
  917. getsockname(sel_sock, (struct sockaddr *) &claddr, &claddrlen);
  918. wpa_printf(MSG_DEBUG, "RADIUS local address: %s:%u",
  919. inet_ntoa(claddr.sin_addr), ntohs(claddr.sin_port));
  920. break;
  921. #ifdef CONFIG_IPV6
  922. case AF_INET6: {
  923. claddrlen = sizeof(claddr6);
  924. getsockname(sel_sock, (struct sockaddr *) &claddr6,
  925. &claddrlen);
  926. wpa_printf(MSG_DEBUG, "RADIUS local address: %s:%u",
  927. inet_ntop(AF_INET6, &claddr6.sin6_addr,
  928. abuf, sizeof(abuf)),
  929. ntohs(claddr6.sin6_port));
  930. break;
  931. }
  932. #endif /* CONFIG_IPV6 */
  933. }
  934. #endif /* CONFIG_NATIVE_WINDOWS */
  935. if (auth)
  936. radius->auth_sock = sel_sock;
  937. else
  938. radius->acct_sock = sel_sock;
  939. return 0;
  940. }
  941. static void radius_retry_primary_timer(void *eloop_ctx, void *timeout_ctx)
  942. {
  943. struct radius_client_data *radius = eloop_ctx;
  944. struct hostapd_radius_servers *conf = radius->conf;
  945. struct hostapd_radius_server *oserv;
  946. if (radius->auth_sock >= 0 && conf->auth_servers &&
  947. conf->auth_server != conf->auth_servers) {
  948. oserv = conf->auth_server;
  949. conf->auth_server = conf->auth_servers;
  950. radius_change_server(radius, conf->auth_server, oserv,
  951. radius->auth_serv_sock,
  952. radius->auth_serv_sock6, 1);
  953. }
  954. if (radius->acct_sock >= 0 && conf->acct_servers &&
  955. conf->acct_server != conf->acct_servers) {
  956. oserv = conf->acct_server;
  957. conf->acct_server = conf->acct_servers;
  958. radius_change_server(radius, conf->acct_server, oserv,
  959. radius->acct_serv_sock,
  960. radius->acct_serv_sock6, 0);
  961. }
  962. if (conf->retry_primary_interval)
  963. eloop_register_timeout(conf->retry_primary_interval, 0,
  964. radius_retry_primary_timer, radius,
  965. NULL);
  966. }
  967. static int radius_client_disable_pmtu_discovery(int s)
  968. {
  969. int r = -1;
  970. #if defined(IP_MTU_DISCOVER) && defined(IP_PMTUDISC_DONT)
  971. /* Turn off Path MTU discovery on IPv4/UDP sockets. */
  972. int action = IP_PMTUDISC_DONT;
  973. r = setsockopt(s, IPPROTO_IP, IP_MTU_DISCOVER, &action,
  974. sizeof(action));
  975. if (r == -1)
  976. wpa_printf(MSG_ERROR, "Failed to set IP_MTU_DISCOVER: "
  977. "%s", strerror(errno));
  978. #endif
  979. return r;
  980. }
  981. static int radius_client_init_auth(struct radius_client_data *radius)
  982. {
  983. struct hostapd_radius_servers *conf = radius->conf;
  984. int ok = 0;
  985. radius->auth_serv_sock = socket(PF_INET, SOCK_DGRAM, 0);
  986. if (radius->auth_serv_sock < 0)
  987. perror("socket[PF_INET,SOCK_DGRAM]");
  988. else {
  989. radius_client_disable_pmtu_discovery(radius->auth_serv_sock);
  990. ok++;
  991. }
  992. #ifdef CONFIG_IPV6
  993. radius->auth_serv_sock6 = socket(PF_INET6, SOCK_DGRAM, 0);
  994. if (radius->auth_serv_sock6 < 0)
  995. perror("socket[PF_INET6,SOCK_DGRAM]");
  996. else
  997. ok++;
  998. #endif /* CONFIG_IPV6 */
  999. if (ok == 0)
  1000. return -1;
  1001. radius_change_server(radius, conf->auth_server, NULL,
  1002. radius->auth_serv_sock, radius->auth_serv_sock6,
  1003. 1);
  1004. if (radius->auth_serv_sock >= 0 &&
  1005. eloop_register_read_sock(radius->auth_serv_sock,
  1006. radius_client_receive, radius,
  1007. (void *) RADIUS_AUTH)) {
  1008. printf("Could not register read socket for authentication "
  1009. "server\n");
  1010. return -1;
  1011. }
  1012. #ifdef CONFIG_IPV6
  1013. if (radius->auth_serv_sock6 >= 0 &&
  1014. eloop_register_read_sock(radius->auth_serv_sock6,
  1015. radius_client_receive, radius,
  1016. (void *) RADIUS_AUTH)) {
  1017. printf("Could not register read socket for authentication "
  1018. "server\n");
  1019. return -1;
  1020. }
  1021. #endif /* CONFIG_IPV6 */
  1022. return 0;
  1023. }
  1024. static int radius_client_init_acct(struct radius_client_data *radius)
  1025. {
  1026. struct hostapd_radius_servers *conf = radius->conf;
  1027. int ok = 0;
  1028. radius->acct_serv_sock = socket(PF_INET, SOCK_DGRAM, 0);
  1029. if (radius->acct_serv_sock < 0)
  1030. perror("socket[PF_INET,SOCK_DGRAM]");
  1031. else {
  1032. radius_client_disable_pmtu_discovery(radius->acct_serv_sock);
  1033. ok++;
  1034. }
  1035. #ifdef CONFIG_IPV6
  1036. radius->acct_serv_sock6 = socket(PF_INET6, SOCK_DGRAM, 0);
  1037. if (radius->acct_serv_sock6 < 0)
  1038. perror("socket[PF_INET6,SOCK_DGRAM]");
  1039. else
  1040. ok++;
  1041. #endif /* CONFIG_IPV6 */
  1042. if (ok == 0)
  1043. return -1;
  1044. radius_change_server(radius, conf->acct_server, NULL,
  1045. radius->acct_serv_sock, radius->acct_serv_sock6,
  1046. 0);
  1047. if (radius->acct_serv_sock >= 0 &&
  1048. eloop_register_read_sock(radius->acct_serv_sock,
  1049. radius_client_receive, radius,
  1050. (void *) RADIUS_ACCT)) {
  1051. printf("Could not register read socket for accounting "
  1052. "server\n");
  1053. return -1;
  1054. }
  1055. #ifdef CONFIG_IPV6
  1056. if (radius->acct_serv_sock6 >= 0 &&
  1057. eloop_register_read_sock(radius->acct_serv_sock6,
  1058. radius_client_receive, radius,
  1059. (void *) RADIUS_ACCT)) {
  1060. printf("Could not register read socket for accounting "
  1061. "server\n");
  1062. return -1;
  1063. }
  1064. #endif /* CONFIG_IPV6 */
  1065. return 0;
  1066. }
  1067. /**
  1068. * radius_client_init - Initialize RADIUS client
  1069. * @ctx: Callback context to be used in hostapd_logger() calls
  1070. * @conf: RADIUS client configuration (RADIUS servers)
  1071. * Returns: Pointer to private RADIUS client context or %NULL on failure
  1072. *
  1073. * The caller is responsible for keeping the configuration data available for
  1074. * the lifetime of the RADIUS client, i.e., until radius_client_deinit() is
  1075. * called for the returned context pointer.
  1076. */
  1077. struct radius_client_data *
  1078. radius_client_init(void *ctx, struct hostapd_radius_servers *conf)
  1079. {
  1080. struct radius_client_data *radius;
  1081. radius = os_zalloc(sizeof(struct radius_client_data));
  1082. if (radius == NULL)
  1083. return NULL;
  1084. radius->ctx = ctx;
  1085. radius->conf = conf;
  1086. radius->auth_serv_sock = radius->acct_serv_sock =
  1087. radius->auth_serv_sock6 = radius->acct_serv_sock6 =
  1088. radius->auth_sock = radius->acct_sock = -1;
  1089. if (conf->auth_server && radius_client_init_auth(radius)) {
  1090. radius_client_deinit(radius);
  1091. return NULL;
  1092. }
  1093. if (conf->acct_server && radius_client_init_acct(radius)) {
  1094. radius_client_deinit(radius);
  1095. return NULL;
  1096. }
  1097. if (conf->retry_primary_interval)
  1098. eloop_register_timeout(conf->retry_primary_interval, 0,
  1099. radius_retry_primary_timer, radius,
  1100. NULL);
  1101. return radius;
  1102. }
  1103. /**
  1104. * radius_client_deinit - Deinitialize RADIUS client
  1105. * @radius: RADIUS client context from radius_client_init()
  1106. */
  1107. void radius_client_deinit(struct radius_client_data *radius)
  1108. {
  1109. if (!radius)
  1110. return;
  1111. if (radius->auth_serv_sock >= 0)
  1112. eloop_unregister_read_sock(radius->auth_serv_sock);
  1113. if (radius->acct_serv_sock >= 0)
  1114. eloop_unregister_read_sock(radius->acct_serv_sock);
  1115. #ifdef CONFIG_IPV6
  1116. if (radius->auth_serv_sock6 >= 0)
  1117. eloop_unregister_read_sock(radius->auth_serv_sock6);
  1118. if (radius->acct_serv_sock6 >= 0)
  1119. eloop_unregister_read_sock(radius->acct_serv_sock6);
  1120. #endif /* CONFIG_IPV6 */
  1121. eloop_cancel_timeout(radius_retry_primary_timer, radius, NULL);
  1122. radius_client_flush(radius, 0);
  1123. os_free(radius->auth_handlers);
  1124. os_free(radius->acct_handlers);
  1125. os_free(radius);
  1126. }
  1127. /**
  1128. * radius_client_flush_auth - Flush pending RADIUS messages for an address
  1129. * @radius: RADIUS client context from radius_client_init()
  1130. * @addr: MAC address of the related device
  1131. *
  1132. * This function can be used to remove pending RADIUS authentication messages
  1133. * that are related to a specific device. The addr parameter is matched with
  1134. * the one used in radius_client_send() call that was used to transmit the
  1135. * authentication request.
  1136. */
  1137. void radius_client_flush_auth(struct radius_client_data *radius,
  1138. const u8 *addr)
  1139. {
  1140. struct radius_msg_list *entry, *prev, *tmp;
  1141. prev = NULL;
  1142. entry = radius->msgs;
  1143. while (entry) {
  1144. if (entry->msg_type == RADIUS_AUTH &&
  1145. os_memcmp(entry->addr, addr, ETH_ALEN) == 0) {
  1146. hostapd_logger(radius->ctx, addr,
  1147. HOSTAPD_MODULE_RADIUS,
  1148. HOSTAPD_LEVEL_DEBUG,
  1149. "Removing pending RADIUS authentication"
  1150. " message for removed client");
  1151. if (prev)
  1152. prev->next = entry->next;
  1153. else
  1154. radius->msgs = entry->next;
  1155. tmp = entry;
  1156. entry = entry->next;
  1157. radius_client_msg_free(tmp);
  1158. radius->num_msgs--;
  1159. continue;
  1160. }
  1161. prev = entry;
  1162. entry = entry->next;
  1163. }
  1164. }
  1165. static int radius_client_dump_auth_server(char *buf, size_t buflen,
  1166. struct hostapd_radius_server *serv,
  1167. struct radius_client_data *cli)
  1168. {
  1169. int pending = 0;
  1170. struct radius_msg_list *msg;
  1171. char abuf[50];
  1172. if (cli) {
  1173. for (msg = cli->msgs; msg; msg = msg->next) {
  1174. if (msg->msg_type == RADIUS_AUTH)
  1175. pending++;
  1176. }
  1177. }
  1178. return os_snprintf(buf, buflen,
  1179. "radiusAuthServerIndex=%d\n"
  1180. "radiusAuthServerAddress=%s\n"
  1181. "radiusAuthClientServerPortNumber=%d\n"
  1182. "radiusAuthClientRoundTripTime=%d\n"
  1183. "radiusAuthClientAccessRequests=%u\n"
  1184. "radiusAuthClientAccessRetransmissions=%u\n"
  1185. "radiusAuthClientAccessAccepts=%u\n"
  1186. "radiusAuthClientAccessRejects=%u\n"
  1187. "radiusAuthClientAccessChallenges=%u\n"
  1188. "radiusAuthClientMalformedAccessResponses=%u\n"
  1189. "radiusAuthClientBadAuthenticators=%u\n"
  1190. "radiusAuthClientPendingRequests=%u\n"
  1191. "radiusAuthClientTimeouts=%u\n"
  1192. "radiusAuthClientUnknownTypes=%u\n"
  1193. "radiusAuthClientPacketsDropped=%u\n",
  1194. serv->index,
  1195. hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)),
  1196. serv->port,
  1197. serv->round_trip_time,
  1198. serv->requests,
  1199. serv->retransmissions,
  1200. serv->access_accepts,
  1201. serv->access_rejects,
  1202. serv->access_challenges,
  1203. serv->malformed_responses,
  1204. serv->bad_authenticators,
  1205. pending,
  1206. serv->timeouts,
  1207. serv->unknown_types,
  1208. serv->packets_dropped);
  1209. }
  1210. static int radius_client_dump_acct_server(char *buf, size_t buflen,
  1211. struct hostapd_radius_server *serv,
  1212. struct radius_client_data *cli)
  1213. {
  1214. int pending = 0;
  1215. struct radius_msg_list *msg;
  1216. char abuf[50];
  1217. if (cli) {
  1218. for (msg = cli->msgs; msg; msg = msg->next) {
  1219. if (msg->msg_type == RADIUS_ACCT ||
  1220. msg->msg_type == RADIUS_ACCT_INTERIM)
  1221. pending++;
  1222. }
  1223. }
  1224. return os_snprintf(buf, buflen,
  1225. "radiusAccServerIndex=%d\n"
  1226. "radiusAccServerAddress=%s\n"
  1227. "radiusAccClientServerPortNumber=%d\n"
  1228. "radiusAccClientRoundTripTime=%d\n"
  1229. "radiusAccClientRequests=%u\n"
  1230. "radiusAccClientRetransmissions=%u\n"
  1231. "radiusAccClientResponses=%u\n"
  1232. "radiusAccClientMalformedResponses=%u\n"
  1233. "radiusAccClientBadAuthenticators=%u\n"
  1234. "radiusAccClientPendingRequests=%u\n"
  1235. "radiusAccClientTimeouts=%u\n"
  1236. "radiusAccClientUnknownTypes=%u\n"
  1237. "radiusAccClientPacketsDropped=%u\n",
  1238. serv->index,
  1239. hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)),
  1240. serv->port,
  1241. serv->round_trip_time,
  1242. serv->requests,
  1243. serv->retransmissions,
  1244. serv->responses,
  1245. serv->malformed_responses,
  1246. serv->bad_authenticators,
  1247. pending,
  1248. serv->timeouts,
  1249. serv->unknown_types,
  1250. serv->packets_dropped);
  1251. }
  1252. /**
  1253. * radius_client_get_mib - Get RADIUS client MIB information
  1254. * @radius: RADIUS client context from radius_client_init()
  1255. * @buf: Buffer for returning MIB data in text format
  1256. * @buflen: Maximum buf length in octets
  1257. * Returns: Number of octets written into the buffer
  1258. */
  1259. int radius_client_get_mib(struct radius_client_data *radius, char *buf,
  1260. size_t buflen)
  1261. {
  1262. struct hostapd_radius_servers *conf = radius->conf;
  1263. int i;
  1264. struct hostapd_radius_server *serv;
  1265. int count = 0;
  1266. if (conf->auth_servers) {
  1267. for (i = 0; i < conf->num_auth_servers; i++) {
  1268. serv = &conf->auth_servers[i];
  1269. count += radius_client_dump_auth_server(
  1270. buf + count, buflen - count, serv,
  1271. serv == conf->auth_server ?
  1272. radius : NULL);
  1273. }
  1274. }
  1275. if (conf->acct_servers) {
  1276. for (i = 0; i < conf->num_acct_servers; i++) {
  1277. serv = &conf->acct_servers[i];
  1278. count += radius_client_dump_acct_server(
  1279. buf + count, buflen - count, serv,
  1280. serv == conf->acct_server ?
  1281. radius : NULL);
  1282. }
  1283. }
  1284. return count;
  1285. }
  1286. void radius_client_reconfig(struct radius_client_data *radius,
  1287. struct hostapd_radius_servers *conf)
  1288. {
  1289. if (radius)
  1290. radius->conf = conf;
  1291. }