Marcel Holtmann
502aac073f
tools: Add configure option and D-Bus policy file for hwsim utility
2018-09-14 15:24:15 +02:00
Marcel Holtmann
c9b460f5cc
build: Add D-Bus policy for Ethernet authentication daemon
2018-09-14 15:07:30 +02:00
Marcel Holtmann
706f0775c3
build: Add option to disable the wireless daemon binary
2018-09-14 14:36:07 +02:00
Marcel Holtmann
5efc88f3af
build: Add systemd service configuration for Ethernet daemon
2018-09-14 14:09:53 +02:00
Marcel Holtmann
a053084228
build: Prepare the systemd configuration option for extensions
2018-09-14 14:07:34 +02:00
Marcel Holtmann
f81570eb75
build: Enable all optional features during distcheck
2018-09-14 13:53:55 +02:00
Marcel Holtmann
0071ecef8b
build: Add skeleton for Ethernet authentication daemon
2018-09-14 13:47:51 +02:00
Marcel Holtmann
8da33905f4
build: Add configuration for building internal utilities
2018-09-14 13:46:55 +02:00
Marcel Holtmann
f2d4b9afbd
build: Move plugin conditionals closer to the daemon sources
2018-09-14 13:46:15 +02:00
Marcel Holtmann
a01bbcfc19
build: Split noinst_PROGRAMS and libexec_PROGRAMS statements
2018-09-14 13:40:21 +02:00
Marcel Holtmann
b6720d52ac
build: Fix source file entries for hwsim and test-runner
2018-09-14 13:33:08 +02:00
Denis Kenzior
641e71a02f
station: Add skeleton
2018-08-31 20:24:15 -05:00
James Prestwood
26246e75c8
unit: tests for SAE
2018-08-15 13:26:58 -05:00
James Prestwood
220fb61128
sae: implementation
...
SAE (Simultaneous Authentication of Equals) takes place during
authentication, and followed by EAPoL/4-way handshake. This
module handles the entire SAE commit/confirm exchange. This was
done similar to eapol.
SAE begins when sae_register is called. At this point a commit
message will be created and sent out which kicks off the SAE
authentication procedure.
The commit/confirm exchange is very similar to EAP-PWD, so all
the ecc utility functions could be re-used as-is. A few new ecc
utility functions were added to conform to the 80211 'blinding'
technique for computing the password element.
2018-08-13 20:40:59 -05:00
Marcel Holtmann
28573c90d1
build: Add support for systemd D-Bus activation
2018-08-06 22:37:22 +02:00
Tim Kourt
efe45e4180
client: add client support for AdHoc
2018-07-30 09:00:57 -05:00
Tim Kourt
0fec184eae
client: add client support for AP
2018-07-30 09:00:57 -05:00
Tim Kourt
bb1a0adec7
client: introduce proxy property utils
...
All of the shared functions related to the processing of the
proxy properties will reside in this collection.
2018-07-25 11:21:14 -05:00
Andrew Zaborowski
2ca2d080d5
build: Add fswatch.[ch] from ell
2018-07-23 11:45:29 -05:00
Denis Kenzior
c37146d403
wsc: Rework wsc_init & wsc_exit
...
- wsc module does not need nl80211 any longer, so remove it.
- Move wsc_init & wsc_exit declarations to iwd.h and remove wsc.h
- re-arrange how wsc_init & wsc_exit is called inside main.c.
2018-07-17 19:19:09 -05:00
James Prestwood
55cb9aa2e9
adhoc: adhoc implementation
2018-07-17 16:46:18 -05:00
Denis Kenzior
1d40c6cee7
build: Add util.c to test-eapol
...
src/eapol.c now uses util_*
2018-06-22 14:40:46 -05:00
Denis Kenzior
180a893c0c
unit: Update to the new EAP API
2018-06-14 20:01:22 -05:00
Denis Kenzior
a2d8054218
eap: Separate private bits into eap-private.h
2018-06-14 20:01:19 -05:00
Denis Kenzior
5616962bb2
unit: Update scan_get_security usage to new API
2018-05-24 19:22:16 -05:00
Marcel Holtmann
3d69c3b134
build: Remove readline header files from sources listing
2018-05-05 09:19:01 +02:00
Tim Kourt
85a1678147
client: introduce agent
2018-05-03 16:00:23 -05:00
Tim Kourt
d1a00d9b34
client: implement agent-manager API
2018-05-03 16:00:23 -05:00
James Prestwood
d10369cf60
eap-pwd: core EAP-PWD code
2018-05-03 10:50:30 -05:00
James Prestwood
49d313ab68
unit: Add ECC math sanity tests
2018-05-03 10:48:46 -05:00
James Prestwood
fdee72dffc
ecc: added ecc implementation for EAP-PWD
...
The file, src/ecc.c was taken from the bluez project:
https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/src/shared/ecc.c
There were minor changes made, e.g. changing some functions to globals
for access in EAP-PWD as well as removing some unneeded code. There was
also some code appended which allows for point addition, modulus inverse
as well as a function to compute a Y value given an X.
2018-05-03 10:27:53 -05:00
Denis Kenzior
ab9c5670f7
build: Add new ell files
2018-04-19 10:23:54 -05:00
Denis Kenzior
6de76f97b4
build: Add net.[ch] from ell
2018-04-10 00:18:11 -05:00
James Prestwood
c0739c1965
eap-gtc: add EAP-GTC method implementation
2018-04-04 09:42:28 -05:00
Tim Kourt
7501d9372b
unit: network args parser validation
2018-03-28 14:33:00 -05:00
Marcel Holtmann
fe3a85ae05
build: Add extra dependency for internal ELL library
2018-02-11 21:03:36 +01:00
Marcel Holtmann
c31244ddec
build: Add support for installing systemd service unit
2018-02-10 18:42:43 +01:00
Marcel Holtmann
9f19cc3d25
build: Add option to disable monitor and client utilities
2018-02-09 17:14:31 +01:00
Marcel Holtmann
1f7d44056c
build: Separate between D-Bus policy and data directory
2018-02-09 17:01:31 +01:00
Marcel Holtmann
b4c9e63a8b
build: Make D-Bus policy configuration install optional
2018-01-29 02:55:54 -08:00
Marcel Holtmann
0cf589e13d
build: Don't provide iwd/main.conf during make install
2018-01-29 02:20:52 -08:00
Marcel Holtmann
980f6f3645
main: Rename iwd/iwd.conf into iwd/main.conf
2018-01-29 02:13:41 -08:00
Tim Kourt
20e74e8679
eap-peap: Introduce Protected EAP support
2018-01-24 11:19:56 -06:00
Denis Kenzior
0565c484d1
build: Add key-private.h from ell to build
2018-01-23 15:27:02 -06:00
James Prestwood
4911ba1e59
unit: updated Makefile to build simauth.c for eap-sim
2017-12-13 17:13:29 -06:00
James Prestwood
5d6118681d
plugins: added ofono plugin to build
2017-12-13 11:53:42 -06:00
Denis Kenzior
dd867a1e13
build: Add new dbus-client.[ch] files from ell
2017-12-06 15:05:06 -06:00
James Prestwood
074fb7df56
make: added hardcoded SIM plugin to build
2017-12-06 15:04:07 -06:00
James Prestwood
6c95faf88f
make: added simauth source to build
2017-11-30 08:49:49 -06:00
James Prestwood
8c6099fb9e
plugins: added plugin module to build
2017-11-28 13:30:44 -06:00