Marcel Holtmann
dfcb1ddbc1
monitor: Print data packet for unknown attributes
2014-08-03 08:38:55 +02:00
Marcel Holtmann
34d8b0d308
ie: Keep copyright notice the same for all source files
2014-08-03 08:14:16 +02:00
Marcel Holtmann
8894e213e5
README: Add notes about netlink monitoring requirements
2014-08-03 08:07:35 +02:00
Marcel Holtmann
db60e4d48f
monitor: Add initial version of iwmon utitlity
2014-08-03 06:03:53 +02:00
Marcel Holtmann
e724c166fe
linux: Update copy of kdbus.h public header
2014-08-03 00:10:37 +02:00
Marcel Holtmann
1262d53c20
linux: Update copy of nl80211.h public header
2014-08-03 00:09:49 +02:00
Denis Kenzior
2c0e997ee8
build: Avoid redefining _FORTIFY_SOURCE
...
Gentoo (and others) define _FORTIFY_SOURCE=2 by default. Since we
always define it as well, this results in redefinition warnings &
configure failure.
2014-08-01 09:52:36 -05:00
Denis Kenzior
1f65caf4e4
unit: Take out unused function
2014-07-31 10:18:47 -05:00
Denis Kenzior
70f6999a61
unit: Redo test data setup
2014-07-31 10:17:07 -05:00
Denis Kenzior
89b91b7629
unit: Fix warnings
...
unit/test-ie.c: In function ‘ie_test_writer’:
unit/test-ie.c:238:2: error: comparison between signed and unsigned
integer expressions [-Werror=sign-compare]
unit/test-ie.c:251:17: error: comparison between signed and unsigned
integer expressions [-Werror=sign-compare]
2014-07-31 09:59:55 -05:00
Jukka Rissanen
b461863f78
unit: Add IE builder test cases
2014-07-31 09:59:01 -05:00
Jukka Rissanen
b90d914a3f
ie: Adding IE builder support
...
These functions can be used to create IE TLV messages.
2014-07-31 09:58:58 -05:00
Jukka Rissanen
8cb16f41a8
unit: Refactor IE reader test
...
Use real beacon frame data when testing the IE reader API.
2014-07-30 17:14:46 -05:00
Marcel Holtmann
999ba12f31
core: Add skeleton for nl80211 setup
2014-07-29 21:25:01 +02:00
Marcel Holtmann
3cb432a81c
doc: Prefer !var over var == NULL checks
2014-07-20 17:48:48 +02:00
Denis Kenzior
54b0b7d9e9
doc: Add coding-style.txt from oFono
2014-07-19 23:17:51 -05:00
Jukka Rissanen
61245bc14e
ie: Adding function to recurse when reading
...
This function is needed when building recursive IE.
2014-07-15 19:19:04 -05:00
Denis Kenzior
4943f2300d
AUTHORS: Mention Jukka's contributions
2014-07-15 19:18:08 -05:00
Denis Kenzior
15d6663a54
.gitignore: Ignore test-ie
2014-07-15 19:18:08 -05:00
Denis Kenzior
119a1e7de3
ie: Add additional boundary checking
...
==20758== Invalid read of size 1
==20758== at 0x401254: ie_tlv_iter_next (ie.c:55)
==20758== by 0x40104B: ie_test (test-ie.c:57)
==20758== by 0x4021C0: l_test_run (test.c:83)
==20758== by 0x4011B7: main (test-ie.c:123)
==20758== Address 0x51e10f3 is 0 bytes after a block of size 19 alloc'd
==20758== at 0x4C2C874: realloc (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==20758== by 0x4010CF: append_data (test-ie.c:101)
==20758== by 0x40118F: main (test-ie.c:119)
==20758==
==20758== Invalid read of size 1
==20758== at 0x401266: ie_tlv_iter_next (ie.c:56)
==20758== by 0x40104B: ie_test (test-ie.c:57)
==20758== by 0x4021C0: l_test_run (test.c:83)
==20758== by 0x4011B7: main (test-ie.c:123)
==20758== Address 0x51e10f4 is 1 bytes after a block of size 19 alloc'd
==20758== at 0x4C2C874: realloc (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==20758== by 0x4010CF: append_data (test-ie.c:101)
==20758== by 0x40118F: main (test-ie.c:119)
2014-07-15 19:18:08 -05:00
Denis Kenzior
5cf28c6dc7
unit: Fix memory leak
...
==7978== 29 bytes in 3 blocks are definitely lost in loss record 2 of 2
==7978== at 0x4C2C66D: malloc (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==7978== by 0x4012FD: l_malloc (util.c:62)
==7978== by 0x4018EF: l_util_hexstring (util.c:372)
==7978== by 0x40118E: ie_test (in
/home/denkenz/iwd-master/unit/test-ie)
==7978== by 0x401BE7: l_test_run (test.c:83)
==7978== by 0x401016: main (in /home/denkenz/iwd-master/unit/test-ie)
2014-07-15 19:18:08 -05:00
Denis Kenzior
f2ae753964
unit: Fix compiler warning
...
unit/test-ie.c: In function ‘ie_test’:
unit/test-ie.c:70:2: error: comparison between signed and unsigned
integer expressions [-Werror=sign-compare]
2014-07-15 19:18:08 -05:00
Denis Kenzior
d0e76fda03
unit: Fix style issue
2014-07-15 19:18:08 -05:00
Jukka Rissanen
e12bdd02bd
unit: Add information element parser unit test cases
2014-07-15 19:18:08 -05:00
Jukka Rissanen
458ac1aba4
ie: Simple informational element parser
...
The parsing API goes through the byte stream and parses the
TLV (Type, Length and Value) values and avoids data copying.
2014-07-15 19:18:08 -05:00
Denis Kenzior
70ae80ffa5
AUTHORS: Mention Denis' contributions
2014-07-15 19:18:08 -05:00
Marcel Holtmann
ad27f03a49
build: Add debug options to configure
2014-07-16 02:10:15 +02:00
Jukka Rissanen
eedadd860b
ie: Add information element types
...
IE types are from IEEE Std 802.11 chapter 8.4.2
2014-07-15 15:45:03 -05:00
Marcel Holtmann
43f91eb168
core: Fix a few compiler warnings
2014-07-15 22:29:02 +02:00
Marcel Holtmann
c11be930ea
build: Use default compiler flags
2014-07-15 22:18:59 +02:00
Marcel Holtmann
188917cc29
core: Add missing include for network interface tracking
2014-06-21 20:54:58 +02:00
Marcel Holtmann
37cba460a8
core: Add tracking of network interfaces via RTNL
2014-06-21 13:41:40 +02:00
Marcel Holtmann
c1bc53ff4a
build: Adjust for building with Generic Netlink from ELL
2014-06-20 13:12:26 +02:00
Marcel Holtmann
ad6302830d
build: Adjust for including netlink private header from ELL
2014-06-20 11:51:38 +02:00
Marcel Holtmann
233cc120b0
build: Add ChangeLog file to satisfy distribution requirements
2014-05-22 19:53:56 -07:00
Marcel Holtmann
5b0f239d84
build: Adjust source files for internal ELL compilation
2014-05-22 18:48:11 -07:00
Marcel Holtmann
2d2b983d33
build: Add COPYING and INSTALL template files
2014-05-22 10:09:24 -07:00
Marcel Holtmann
78379fc673
core: Limit the kdbus attach flags to useful ones
2014-05-21 22:44:31 -07:00
Marcel Holtmann
edc067abf1
core: Use PRIu64 format modifier for printing uint64 variables
2014-05-21 22:43:38 -07:00
Marcel Holtmann
387ea2e9b3
README: Add basic information and build instructions
2014-05-21 22:41:40 -07:00
Marcel Holtmann
51d5e77b8a
core: Print debug information for kdbus connections
2014-05-20 23:36:56 -07:00
Marcel Holtmann
74b14e1791
client: Open private bus connection if available
2014-05-20 23:08:14 -07:00
Marcel Holtmann
f299d96e77
core: Open the private bus connection and acquire name
2014-05-20 23:07:49 -07:00
Marcel Holtmann
f3b9d44be7
core: Add kdbus helpers for connections and well known names
2014-05-20 23:06:56 -07:00
Marcel Holtmann
d0594bb878
build: Fix issue with wrongly linked ELL headers
2014-05-20 21:52:54 -07:00
Marcel Holtmann
0dbb04b93f
client: Lookup the private daemon bus
2014-05-20 21:45:03 -07:00
Marcel Holtmann
bf7c041b47
core: Add support for creating private bus
2014-05-20 21:44:13 -07:00
Marcel Holtmann
632be0730a
core: Add kdbus helper functions for bus creation and lookup
2014-05-20 21:42:35 -07:00
Marcel Holtmann
902fda77a6
build: Add copy of kernel kdbus.h public header
2014-05-20 19:54:16 -07:00
Marcel Holtmann
abf1eb9494
build: Move nl80211.h public header to separate directory
2014-05-20 19:51:36 -07:00