Changeset 9d5062a
- Timestamp:
- 07/27/10 17:04:19 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- c69b593
- Parents:
- dda3564
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/link_wireless.c
rebf8071 r9d5062a 282 282 return false; 283 283 } 284 285 #if 0 284 286 285 287 /* … … 375 377 } 376 378 379 #endif 380 377 381 DLLEXPORT bool trace_get_wireless_signal_strength_dbm(void *link, 378 382 libtrace_linktype_t linktype, int8_t *strength) … … 471 475 } 472 476 477 #if 0 473 478 /* Not sure if this function is useful. As the radiotap documentation says, 474 479 * there's no set metric for defining the quality of the Barker Code Lock. … … 500 505 } 501 506 507 #endif 508 502 509 DLLEXPORT bool trace_get_wireless_tx_attenuation(void *link, 503 510 libtrace_linktype_t linktype, uint16_t *attenuation)
Note: See TracChangeset
for help on using the changeset viewer.