dect
/
libdect
Archived
13
0
Fork 0
Commit Graph

16 Commits

Author SHA1 Message Date
Patrick McHardy ecc2c7d990 libdect: add preliminary wideband support
Unfinished, so far only meant for testing the kernel side.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-10-05 19:06:54 +02:00
Patrick McHardy 3dd2f8afdd raw: add dect_raw_close() function
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-22 16:08:00 +01:00
Patrick McHardy c3ab65226d example: hijack: fix timer usage
The slot number is stored as timer data, not in the private timer area.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-10-14 22:45:17 +02:00
Patrick McHardy 7c0e516ed9 libdect: name timer related functions more consistently
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-08-02 05:25:03 +02:00
Patrick McHardy 3d125cbc83 libdect: name timer related functions more consistently
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-08-02 05:21:45 +02:00
Patrick McHardy d7120331a6 lce: name paging functions and structures more consistently
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-30 01:55:10 +02:00
Patrick McHardy 71920788b8 raw: add raw socket reception support
Not fully functional yet - the caller can't register FD events
itself if raw frame reception is used.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-28 00:21:03 +02:00
Patrick McHardy cb5d6bd44b libdect: include cleanup - only include io.h where needed
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-26 22:47:53 +02:00
Patrick McHardy e6e12fb611 libdect: include cleanup - only include timer.h where needed
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-26 22:38:20 +02:00
Patrick McHardy adc06cfd50 lce: fix up for kernel sockaddr changes
Also add support to bind to clusters by name.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-25 00:03:41 +02:00
Patrick McHardy b870069f4c example: consolidate common initialization and cleanup code
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-03-19 16:24:03 +01:00
Patrick McHardy a9373d66ce lce: add page response callback
Add a page response callback that is invoked for unknown page responses.
This can be used to initiate procedures with unknown PPs after a broadcast
page.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-02-13 19:04:04 +01:00
Patrick McHardy ad905dd6d0 example: add dummy ops for unimplemented functions
Avoid segfaults when unimplemented callbacks are invoked by providing
dummy functions.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-12-28 17:58:15 +01:00
Patrick McHardy 722ce09d31 hijack: remove unnecessary includes
Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-12-06 19:14:05 +01:00
Patrick McHardy a0005af512 raw: move raw socket helpers to library proper
Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-12-06 19:11:31 +01:00
Patrick McHardy 2c124658fb examples: add raw socket example for hijacking PPs
Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-12-06 14:55:49 +01:00