plcstat.c 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. /*====================================================================*
  2. Copyright (c) 2020 Qualcomm Technologies, Inc.
  3. All Rights Reserved.
  4. Confidential and Proprietary - Qualcomm Technologies, Inc.
  5. ******************************************************************
  6. 2013 Qualcomm Atheros, Inc.
  7. *====================================================================*/
  8. /*====================================================================*
  9. *
  10. * plcstat.c -
  11. *
  12. * Contributor(s):
  13. * Charles Maier <cmaier@qca.qualcomm.com>
  14. *
  15. *--------------------------------------------------------------------*/
  16. /*====================================================================*
  17. * system header files;
  18. *--------------------------------------------------------------------*/
  19. #include <unistd.h>
  20. #include <inttypes.h>
  21. #include <stdlib.h>
  22. #include <stdint.h>
  23. #include <limits.h>
  24. /*====================================================================*
  25. * custom header files;
  26. *--------------------------------------------------------------------*/
  27. #include "../tools/getoptv.h"
  28. #include "../tools/putoptv.h"
  29. #include "../tools/memory.h"
  30. #include "../tools/number.h"
  31. #include "../tools/symbol.h"
  32. #include "../tools/types.h"
  33. #include "../tools/flags.h"
  34. #include "../tools/files.h"
  35. #include "../tools/error.h"
  36. #include "../plc/plc.h"
  37. /*====================================================================*
  38. * custom source files;
  39. *--------------------------------------------------------------------*/
  40. #ifndef MAKEFILE
  41. #include "../plc/chipset.c"
  42. #include "../plc/Confirm.c"
  43. #include "../plc/Display.c"
  44. #include "../plc/Failure.c"
  45. #include "../plc/Request.c"
  46. #include "../plc/ReadMME.c"
  47. #include "../plc/SendMME.c"
  48. #include "../plc/Devices.c"
  49. #include "../plc/lightning_link_statistics.c"
  50. #include "../plc/LocalDevices.c"
  51. #include "../plc/NetworkInformation2.c"
  52. #include "../plc/Topology2.c"
  53. #include "../plc/Platform.c"
  54. #include "../plc/WaitForStart.c"
  55. #endif
  56. #ifndef MAKEFILE
  57. #include "../tools/error.c"
  58. #include "../tools/getoptv.c"
  59. #include "../tools/putoptv.c"
  60. #include "../tools/version.c"
  61. #include "../tools/uintspec.c"
  62. #include "../tools/hexdump.c"
  63. #include "../tools/hexencode.c"
  64. #include "../tools/hexdecode.c"
  65. #include "../tools/hexstring.c"
  66. #include "../tools/todigit.c"
  67. #include "../tools/synonym.c"
  68. #include "../tools/typename.c"
  69. #endif
  70. #ifndef MAKEFILE
  71. #include "../ether/openchannel.c"
  72. #include "../ether/closechannel.c"
  73. #include "../ether/readpacket.c"
  74. #include "../ether/sendpacket.c"
  75. #include "../ether/channel.c"
  76. #endif
  77. #ifndef MAKEFILE
  78. #include "../mme/EthernetHeader.c"
  79. #include "../mme/QualcommHeader.c"
  80. #include "../mme/QualcommHeader1.c"
  81. #include "../mme/UnwantedMessage.c"
  82. #include "../mme/MMECode.c"
  83. #endif
  84. /*====================================================================*
  85. * program constants;
  86. *--------------------------------------------------------------------*/
  87. #define PLCSTAT_LOOP 1
  88. #define PLCSTAT_WAIT 0
  89. /*====================================================================*
  90. * program constants;
  91. *--------------------------------------------------------------------*/
  92. static const struct _term_ linkids [] =
  93. {
  94. {
  95. "CSMA-ALL",
  96. "0xFC"
  97. },
  98. {
  99. "CSMA-CAP0",
  100. "0x00"
  101. },
  102. {
  103. "CSMA-CAP1",
  104. "0x01"
  105. },
  106. {
  107. "CSMA-CAP2",
  108. "0x02"
  109. },
  110. {
  111. "CSMA-CAP3",
  112. "0x03"
  113. },
  114. {
  115. "CSMA-PEER",
  116. "0xF8"
  117. },
  118. };
  119. static const struct _term_ directions [] =
  120. {
  121. {
  122. "both",
  123. "2"
  124. },
  125. {
  126. "rx",
  127. "1"
  128. },
  129. {
  130. "tx",
  131. "0"
  132. }
  133. };
  134. /*====================================================================*
  135. * variables;
  136. *--------------------------------------------------------------------*/
  137. #ifndef __GNUC__
  138. #pragma pack (push,1)
  139. #endif
  140. typedef struct __packed lightning_transmit
  141. {
  142. uint64_t NUMTXMPDU_ACKD;
  143. uint64_t NUMTXMPDU_COLL;
  144. uint64_t NUMTXMPDU_FAIL;
  145. uint64_t NUMTXPBS_PASSED;
  146. uint64_t NUMTXPBS_FAILED;
  147. }
  148. transmit;
  149. typedef struct __packed lightning_receive
  150. {
  151. uint64_t NUMRXMPDU_ACKD;
  152. uint64_t NUMRXMPDU_FAIL;
  153. uint64_t NUMRXPBS_PASSED;
  154. uint64_t NUMRXPBS_FAILED;
  155. uint64_t SUMTURBOBER_PASSED;
  156. uint64_t SUMTURBOBER_FAILED;
  157. uint8_t NUMRXINTERVALS;
  158. uint8_t RXINTERVALSTATS [1];
  159. }
  160. receive;
  161. typedef struct __packed lightning_interval
  162. {
  163. uint8_t RXPHYRATE_MBPS_0;
  164. uint64_t NUMRXPBS_PASSED;
  165. uint64_t NUMRXPBS_FAILED;
  166. uint64_t SUMTURBOBER_PASSED;
  167. uint64_t SUMTURBOBER_FAILED;
  168. }
  169. interval;
  170. #ifndef __GNUC__
  171. #pragma pack (pop)
  172. #endif
  173. /*====================================================================*
  174. *
  175. * unsigned lightning_error_rate (uint64_t passed, uint64_t failed);
  176. *
  177. * compute error rate for a given quantity; the error rate is the
  178. * ratio of failures to attempts;
  179. *
  180. *--------------------------------------------------------------------*/
  181. static float lightning_error_rate (uint64_t passed, uint64_t failed)
  182. {
  183. if ((passed) || (failed))
  184. {
  185. return ((float) (failed * 100) / (float) (passed + failed));
  186. }
  187. return (0);
  188. }
  189. /*====================================================================*
  190. *
  191. * float lightning_fec_bit_error_rate (struct lightning_receive * receive);
  192. *
  193. * compute the FEC-BER from the VS_LINK_STATS when DIRECTION=1 and
  194. * LID=0xF8;
  195. *
  196. *--------------------------------------------------------------------*/
  197. static float lightning_fec_bit_error_rate (struct lightning_receive * receive)
  198. {
  199. float FECBitErrorRate = 0;
  200. if (receive->SUMTURBOBER_PASSED || receive->SUMTURBOBER_FAILED)
  201. {
  202. float TotalSumOfBitError = 100 * (float) (LE64TOH (receive->SUMTURBOBER_PASSED) + LE64TOH (receive->SUMTURBOBER_FAILED));
  203. float TotalSumOfBits = 8 * 520 * (float) (LE64TOH (receive->NUMRXPBS_PASSED) + LE64TOH (receive->NUMRXPBS_FAILED));
  204. FECBitErrorRate = TotalSumOfBitError / TotalSumOfBits;
  205. }
  206. return (FECBitErrorRate);
  207. }
  208. /*====================================================================*
  209. *
  210. * void lightning_transmit_statistics (struct lightning_transmit * transmit);
  211. *
  212. * display transmit statistics in fixed field format;
  213. *
  214. *--------------------------------------------------------------------*/
  215. static void lightning_transmit_statistics (struct lightning_transmit * transmit)
  216. {
  217. printf (" TX");
  218. printf (" %20" PRId64, LE64TOH (transmit->NUMTXPBS_PASSED));
  219. printf (" %20" PRId64, LE64TOH (transmit->NUMTXPBS_FAILED));
  220. printf (" %6.2f%%", lightning_error_rate (LE64TOH (transmit->NUMTXPBS_PASSED), LE64TOH (transmit->NUMTXPBS_FAILED)));
  221. printf (" %20" PRId64, LE64TOH (transmit->NUMTXMPDU_ACKD));
  222. printf (" %20" PRId64, LE64TOH (transmit->NUMTXMPDU_FAIL));
  223. printf (" %20" PRId64, LE64TOH (transmit->NUMTXMPDU_COLL));
  224. printf (" %6.2f%%", lightning_error_rate (LE64TOH (transmit->NUMTXMPDU_ACKD), LE64TOH (transmit->NUMTXMPDU_FAIL)));
  225. printf ("\n");
  226. return;
  227. }
  228. /*====================================================================*
  229. *
  230. * void light_receive_statistics (struct lightning_receive * receive);
  231. *
  232. * display receive statistics in fixed field format;
  233. *
  234. *--------------------------------------------------------------------*/
  235. static void light_receive_statistics (struct lightning_receive * receive)
  236. {
  237. printf (" RX");
  238. printf (" %20" PRId64, LE64TOH (receive->NUMRXPBS_PASSED));
  239. printf (" %20" PRId64, LE64TOH (receive->NUMRXPBS_FAILED));
  240. printf (" %6.2f%%", lightning_error_rate (LE64TOH (receive->NUMRXPBS_PASSED), LE64TOH (receive->NUMRXPBS_FAILED)));
  241. printf (" %20" PRId64, LE64TOH (receive->NUMRXMPDU_ACKD));
  242. printf (" %20" PRId64, LE64TOH (receive->NUMRXMPDU_FAIL));
  243. printf (" %6.2f%%", lightning_error_rate (LE64TOH (receive->NUMRXMPDU_ACKD), LE64TOH (receive->NUMRXMPDU_FAIL)));
  244. printf ("\n");
  245. return;
  246. }
  247. /*====================================================================*
  248. *
  249. * void Receive (struct lightning_receive * receive);
  250. *
  251. * display receive statistics in fixed field format for each slot;
  252. * the last line sumarizes results for all slots;
  253. *
  254. *--------------------------------------------------------------------*/
  255. static void lightning_receive_interval (struct lightning_receive * receive)
  256. {
  257. struct lightning_interval * interval = (struct lightning_interval *) (receive->RXINTERVALSTATS);
  258. uint8_t slot = 0;
  259. while (slot < receive->NUMRXINTERVALS)
  260. {
  261. printf (" %1d", slot);
  262. printf (" %3d", interval->RXPHYRATE_MBPS_0);
  263. printf (" %20" PRId64, LE64TOH (interval->NUMRXPBS_PASSED));
  264. printf (" %20" PRId64, LE64TOH (interval->NUMRXPBS_FAILED));
  265. printf (" %6.2f%%", lightning_error_rate (LE64TOH (interval->NUMRXPBS_PASSED), LE64TOH (interval->NUMRXPBS_FAILED)));
  266. printf (" %20" PRId64, LE64TOH (interval->SUMTURBOBER_PASSED));
  267. printf (" %20" PRId64, LE64TOH (interval->SUMTURBOBER_FAILED));
  268. printf (" %6.2f%%", lightning_error_rate (LE64TOH (interval->SUMTURBOBER_PASSED), LE64TOH (interval->SUMTURBOBER_FAILED)));
  269. printf ("\n");
  270. interval++;
  271. slot++;
  272. }
  273. printf (" ALL");
  274. printf (" %20" PRId64, LE64TOH (receive->NUMRXPBS_PASSED));
  275. printf (" %20" PRId64, LE64TOH (receive->NUMRXPBS_FAILED));
  276. printf (" %6.2f%%", lightning_error_rate (LE64TOH (receive->NUMRXPBS_PASSED), LE64TOH (receive->NUMRXPBS_FAILED)));
  277. printf (" %20" PRId64, LE64TOH (receive->SUMTURBOBER_PASSED));
  278. printf (" %20" PRId64, LE64TOH (receive->SUMTURBOBER_FAILED));
  279. printf (" %6.2f%%", lightning_error_rate (LE64TOH (receive->SUMTURBOBER_PASSED), LE64TOH (receive->SUMTURBOBER_FAILED)));
  280. printf (" %6.2f%%", lightning_fec_bit_error_rate (receive));
  281. printf ("\n");
  282. return;
  283. }
  284. /*====================================================================*
  285. *
  286. * signed lightning_link_statistics (struct plc * plc);
  287. *
  288. *--------------------------------------------------------------------*/
  289. signed lightning_link_statistics (struct plc * plc)
  290. {
  291. struct channel * channel = (struct channel *) (plc->channel);
  292. struct message * message = (struct message *) (plc->message);
  293. #ifndef __GNUC__
  294. #pragma pack (push,1)
  295. #endif
  296. struct __packed vs_lnk_stats_request
  297. {
  298. struct ethernet_hdr ethernet;
  299. struct qualcomm_hdr qualcomm;
  300. uint8_t MCONTROL;
  301. uint8_t DIRECTION;
  302. uint8_t LID;
  303. uint8_t MACADDRESS [ETHER_ADDR_LEN];
  304. }
  305. * request = (struct vs_lnk_stats_request *) (message);
  306. struct __packed vs_lnk_stats_confirm
  307. {
  308. struct ethernet_hdr ethernet;
  309. struct qualcomm_hdr qualcomm;
  310. uint8_t MSTATUS;
  311. uint8_t DIRECTION;
  312. uint8_t LID;
  313. uint8_t TEI;
  314. uint8_t LSTATS [1];
  315. }
  316. * confirm = (struct vs_lnk_stats_confirm *) (message);
  317. #ifndef __GNUC__
  318. #pragma pack (pop)
  319. #endif
  320. memset (message, 0, sizeof (* message));
  321. EthernetHeader (& request->ethernet, channel->peer, channel->host, channel->type);
  322. QualcommHeader (& request->qualcomm, 0, (VS_LNK_STATS | MMTYPE_REQ));
  323. plc->packetsize = (ETHER_MIN_LEN - ETHER_CRC_LEN);
  324. request->MCONTROL = plc->pushbutton;
  325. request->DIRECTION = plc->module;
  326. request->LID = plc->action;
  327. memcpy (request->MACADDRESS, plc->RDA, sizeof (request->MACADDRESS));
  328. if (SendMME (plc) <= 0)
  329. {
  330. error (PLC_EXIT (plc), errno, CHANNEL_CANTSEND);
  331. return (-1);
  332. }
  333. if (ReadMME (plc, 0, (VS_LNK_STATS | MMTYPE_CNF)) <= 0)
  334. {
  335. error (PLC_EXIT (plc), errno, CHANNEL_CANTREAD);
  336. return (-1);
  337. }
  338. if (confirm->MSTATUS)
  339. {
  340. Failure (plc, PLC_WONTDOIT);
  341. return (-1);
  342. }
  343. if (confirm->DIRECTION == 0)
  344. {
  345. printf (" DIR");
  346. printf (" ----------- PBs PASS");
  347. printf (" ----------- PBs FAIL");
  348. printf (" PBs ERR");
  349. printf (" ---------- MPDU ACKD");
  350. printf (" ---------- MPDU FAIL");
  351. printf ("\n");
  352. lightning_transmit_statistics ((struct lightning_transmit *) (confirm->LSTATS));
  353. printf ("\n");
  354. }
  355. if (confirm->DIRECTION == 1)
  356. {
  357. printf (" DIR");
  358. printf (" ----------- PBs PASS");
  359. printf (" ----------- PBs FAIL");
  360. printf (" PBs ERR");
  361. printf (" ---------- MPDU ACKD");
  362. printf (" ---------- MPDU FAIL");
  363. printf ("\n");
  364. light_receive_statistics ((struct lightning_receive *) (confirm->LSTATS));
  365. printf ("\n");
  366. printf (" PHY");
  367. printf (" ----------- PBs PASS");
  368. printf (" ----------- PBs FAIL");
  369. printf (" PBs ERR");
  370. printf (" ----------- BER PASS");
  371. printf (" ----------- BER FAIL");
  372. printf (" BER ERR");
  373. printf ("\n");
  374. lightning_receive_interval ((struct lightning_receive *) (confirm->LSTATS));
  375. printf ("\n");
  376. }
  377. if (confirm->DIRECTION == 2)
  378. {
  379. printf (" DIR");
  380. printf (" ----------- PBs PASS");
  381. printf (" ----------- PBs FAIL");
  382. printf (" PBs ERR");
  383. printf (" ---------- MPDU ACKD");
  384. printf (" ---------- MPDU FAIL");
  385. printf ("\n");
  386. lightning_transmit_statistics ((struct lightning_transmit *) (confirm->LSTATS));
  387. light_receive_statistics ((struct lightning_receive *) (confirm->LSTATS + sizeof (struct lightning_transmit)));
  388. printf ("\n");
  389. printf (" PHY");
  390. printf (" ----------- PBs PASS");
  391. printf (" ----------- PBs FAIL");
  392. printf (" PBs ERR");
  393. printf (" ----------- BER PASS");
  394. printf (" ----------- BER FAIL");
  395. printf (" BER ERR");
  396. printf ("\n");
  397. lightning_receive_interval ((struct lightning_receive *) (confirm->LSTATS + sizeof (struct lightning_transmit)));
  398. printf ("\n");
  399. }
  400. return (0);
  401. }
  402. /*====================================================================*
  403. *
  404. * void manager (struct plc * plc);
  405. *
  406. * perform operations in logical order despite any order specfied
  407. * on the command line; for example read PIB before writing PIB;
  408. *
  409. * operation order is controlled by the order of "if" statements
  410. * shown here; the entire operation sequence can be repeated with
  411. * an optional pause between each iteration;
  412. *
  413. *--------------------------------------------------------------------*/
  414. void manager (struct plc * plc, signed count, signed pause)
  415. {
  416. while (count--)
  417. {
  418. if (_anyset (plc->flags, PLC_ANALYSE))
  419. {
  420. Topology2 (plc);
  421. }
  422. if (_anyset (plc->flags, PLC_NETWORK))
  423. {
  424. NetworkInformation2 (plc);
  425. }
  426. if (_anyset (plc->flags, PLC_LINK_STATS))
  427. {
  428. lightning_link_statistics (plc);
  429. }
  430. sleep (pause);
  431. }
  432. return;
  433. }
  434. /*====================================================================*
  435. *
  436. * int main (int argc, char const * argv[]);
  437. *
  438. * parse command line, populate plc structure and perform selected
  439. * operations; show help summary if asked; see getoptv and putoptv
  440. * to understand command line parsing and help summary display; see
  441. * plc.h for the definition of struct plc;
  442. *
  443. * the command line accepts multiple MAC addresses and the program
  444. * performs the specified operations on each address, in turn; the
  445. * address order is significant but the option order is not; the
  446. * default address is a local broadcast that causes all devices on
  447. * the local H1 interface to respond but not those at the remote
  448. * end of the powerline;
  449. *
  450. * the default address is 00:B0:52:00:00:01; omitting the address
  451. * will automatically address the local device; some options will
  452. * cancel themselves if this makes no sense;
  453. *
  454. * the default interface is eth1 because most people use eth0 as
  455. * their principle network connection; you can specify another
  456. * interface with -i or define environment string PLC to make
  457. * that the default interface and save typing;
  458. *
  459. *--------------------------------------------------------------------*/
  460. int main (int argc, char const * argv [])
  461. {
  462. extern struct channel channel;
  463. static char const * optv [] =
  464. {
  465. "Cd:ei:l:mp:qs:tT:vw:",
  466. "device [device] [...] [> stdout]",
  467. "Qualcomm Atheros Powerline Link Statistics",
  468. #if defined (WINPCAP) || defined (LIBPCAP)
  469. "i n\thost interface is (n) [" LITERAL (CHANNEL_ETHNUMBER) "]",
  470. #else
  471. "i s\thost interface is (s) [" LITERAL (CHANNEL_ETHDEVICE) "]",
  472. #endif
  473. "C\tclear statistics without reading using VS_LNK_STATS",
  474. "d n\tdirection is (n) (0=tx, 1=rx, 2=both) for VS_LNK_STATS",
  475. "e\tredirect stderr to stdout",
  476. "l n\tloop (n) times [" LITERAL (PLCSTAT_LOOP) "]",
  477. "s n\tLink ID is (n) for VS_LNK_STATS (see Programmer's Guide)",
  478. "m\tprint network membership information using VS_NW_INFO",
  479. "p x\tpeer node address is (x) for options -s",
  480. "q\tquiet mode",
  481. "t\tprint network topology using VS_NW_INFO with VS_SW_VER",
  482. "T n\tread timeout is (n) milliseconds [" LITERAL (CHANNEL_TIMEOUT) "]",
  483. "v\tverbose mode",
  484. "w n\twait (n) seconds [" LITERAL (PLCSTAT_WAIT) "]",
  485. (char const *) (0)
  486. };
  487. #include "../plc/plc.c"
  488. signed loop = PLCSTAT_LOOP;
  489. signed wait = PLCSTAT_WAIT;
  490. signed c;
  491. if (getenv (PLCDEVICE))
  492. {
  493. #if defined (WINPCAP) || defined (LIBPCAP)
  494. channel.ifindex = atoi (getenv (PLCDEVICE));
  495. #else
  496. channel.ifname = strdup (getenv (PLCDEVICE));
  497. #endif
  498. }
  499. optind = 1;
  500. plc.pushbutton = 0;
  501. while (~ (c = getoptv (argc, argv, optv)))
  502. {
  503. switch (c)
  504. {
  505. case 'C':
  506. _setbits (plc.flags, PLC_LINK_STATS);
  507. plc.pushbutton = 1;
  508. break;
  509. case 'd':
  510. _setbits (plc.flags, PLC_LINK_STATS);
  511. plc.module = (uint8_t) (uintspec (synonym (optarg, directions, SIZEOF (directions)), 0, UCHAR_MAX));
  512. break;
  513. case 'e':
  514. dup2 (STDOUT_FILENO, STDERR_FILENO);
  515. break;
  516. case 'i':
  517. #if defined (WINPCAP) || defined (LIBPCAP)
  518. channel.ifindex = atoi (optarg);
  519. #else
  520. channel.ifname = optarg;
  521. #endif
  522. break;
  523. case 'm':
  524. _setbits (plc.flags, PLC_NETWORK);
  525. break;
  526. case 'p':
  527. _setbits (plc.flags, PLC_LINK_STATS);
  528. if (! hexencode (plc.RDA, sizeof (plc.RDA), (char const *) (optarg)))
  529. {
  530. error (1, errno, PLC_BAD_MAC, optarg);
  531. }
  532. break;
  533. case 'l':
  534. loop = (unsigned) (uintspec (optarg, 0, UINT_MAX));
  535. break;
  536. case 'q':
  537. _setbits (channel.flags, CHANNEL_SILENCE);
  538. _setbits (plc.flags, PLC_SILENCE);
  539. break;
  540. case 's':
  541. _setbits (plc.flags, PLC_LINK_STATS);
  542. plc.action = (uint8_t) (uintspec (synonym (optarg, linkids, SIZEOF (linkids)), 0, UCHAR_MAX));
  543. break;
  544. case 't':
  545. _setbits (plc.flags, PLC_ANALYSE);
  546. break;
  547. case 'T':
  548. channel.timeout = (signed) (uintspec (optarg, 0, UINT_MAX));
  549. break;
  550. case 'v':
  551. _setbits (channel.flags, CHANNEL_VERBOSE);
  552. _setbits (plc.flags, PLC_VERBOSE);
  553. break;
  554. case 'w':
  555. wait = (unsigned) (uintspec (optarg, 0, 3600));
  556. break;
  557. default:
  558. break;
  559. }
  560. }
  561. argc -= optind;
  562. argv += optind;
  563. openchannel (& channel);
  564. if (! (plc.message = malloc (sizeof (* plc.message))))
  565. {
  566. error (1, errno, PLC_NOMEMORY);
  567. }
  568. if (! argc)
  569. {
  570. manager (& plc, loop, wait);
  571. }
  572. while ((argc) && (* argv))
  573. {
  574. if (! hexencode (channel.peer, sizeof (channel.peer), synonym (* argv, devices, SIZEOF (devices))))
  575. {
  576. error (1, errno, PLC_BAD_MAC, * argv);
  577. }
  578. manager (& plc, loop, wait);
  579. argc--;
  580. argv++;
  581. }
  582. free (plc.message);
  583. closechannel (& channel);
  584. return (0);
  585. }