Denis Kenzior
cdfcb902e4
station: move signal level agent logic from device
2018-09-04 23:57:14 -05:00
Denis Kenzior
ac83a35b97
station: Register skeleton dbus interface
2018-09-04 23:57:14 -05:00
Denis Kenzior
f3d326b0fd
adhoc: Fix comment
2018-09-04 23:57:14 -05:00
Denis Kenzior
4c8b39da3b
station: Move device_disconnect_event to station
2018-09-04 23:57:14 -05:00
Denis Kenzior
d8617a5000
station: Move device_disassociate to station
2018-09-04 23:57:14 -05:00
Denis Kenzior
520d3ad6b2
station: move GetSortedNetworks implementation
2018-09-04 23:57:14 -05:00
Denis Kenzior
77b006b4e9
station: Move dbus disconnection logic from device
2018-09-04 23:57:14 -05:00
Denis Kenzior
12ce9debec
station: Move device_disconnect to station
2018-09-04 23:57:14 -05:00
Denis Kenzior
ee91cfcb7e
station: Move hidden network code from device
2018-09-04 23:57:14 -05:00
Denis Kenzior
e65c3e63be
station: Move state reset code from device
2018-09-04 23:57:14 -05:00
Denis Kenzior
f8b724d3ba
wsc/device: Use station_set_autoconnect
2018-09-04 23:57:14 -05:00
Denis Kenzior
b49ec9461b
station: move the remaining scanning code from device
2018-09-04 23:57:14 -05:00
Denis Kenzior
58c8243114
device: Get rid of device_list queue
2018-09-04 23:57:14 -05:00
Denis Kenzior
553a8c1bae
device/wsc: Use station_set_scan_results
2018-09-04 23:57:14 -05:00
Denis Kenzior
187ea7f5d1
device/network: Use station_is_busy
2018-09-04 23:57:14 -05:00
Denis Kenzior
f996bea880
station: Add station_is_busy
2018-09-04 23:57:14 -05:00
Denis Kenzior
5e2cce2e0b
device: Remove unused device_get_connected_network
2018-09-04 23:57:14 -05:00
Denis Kenzior
1962549152
device: Remove device_network_find
...
Switch to using station_network_find instead
2018-09-04 23:57:14 -05:00
Denis Kenzior
dcfdd0ccde
network: Use station_foreach
...
Instead of __iwd_device_foreach api, use the newly introduced
station_foreach API
2018-09-04 23:57:14 -05:00
Denis Kenzior
d576c28d9f
device: Remove device_get_path
...
Use netdev_get_path instead
2018-09-04 23:57:14 -05:00
Denis Kenzior
993a69cef8
network: Make network station centric
2018-09-04 23:57:14 -05:00
Denis Kenzior
0650707eea
station: Add station_get_connected_network
2018-09-04 23:57:14 -05:00
Denis Kenzior
d0ec5fcf77
station: Add station_get_netdev
2018-09-04 23:57:14 -05:00
Denis Kenzior
5837e65c40
station: Add station_get_wiphy
2018-09-04 23:57:14 -05:00
Denis Kenzior
738faa7657
network: Pass connected state to network_rank_update
2018-09-04 23:57:14 -05:00
Denis Kenzior
b69f938879
device: Get rid of connected_bss member
2018-09-04 23:57:14 -05:00
Denis Kenzior
e6c6e4f0ae
device: Get rid of connected_network member
2018-09-04 23:57:14 -05:00
Denis Kenzior
575d0fa554
station: Move roam triggering & scanning code
...
Move the roam initiation (signal loss, ap directed roaming) and scanning
details into station from device. Certain device functions have been
exposed temporarily to make this possible.
2018-09-04 23:57:14 -05:00
Denis Kenzior
966cad3696
network: Remove unused function
2018-09-04 23:57:14 -05:00
Denis Kenzior
e028b7019c
station: Move state tracking from device
2018-09-04 23:57:14 -05:00
Denis Kenzior
69f1c3321a
station: Add station_find
2018-09-04 23:57:14 -05:00
Denis Kenzior
1378a3c945
station: Move scanning code from device
2018-09-04 23:57:14 -05:00
Denis Kenzior
1b22af2052
scan: Add scan_bss_addr_cmp/eq
2018-09-04 23:57:14 -05:00
Denis Kenzior
9b574b5931
station: Move autoconnect logic from device
2018-09-04 23:57:14 -05:00
Denis Kenzior
977b817f3c
device: Modify signature of device_set_scan_results
...
WSC was using this to set the scan results. However it never needed the
autoconnect paths, so modify the signature to make this explicit.
2018-09-04 23:57:14 -05:00
Denis Kenzior
345485c506
device: Split process_bss
...
process_bss performs two main operations. It adds a seen BSS to a
network object (existing or new) and if the device is in the autoconnect
state, it adds an autoconnect entry as needed. Split this operation
into two separate & independent steps.
2018-09-04 23:57:14 -05:00
Denis Kenzior
e6060c1026
station: Move handshake setup code from device
...
For now we temporarily create the station object from within device so
that the code can be moved over in a more manageable manner.
2018-08-31 20:25:23 -05:00
Denis Kenzior
641e71a02f
station: Add skeleton
2018-08-31 20:24:15 -05:00
Denis Kenzior
839053c952
device: Get rid of timestamp parameter in process_bss
...
This is no longer being used
2018-08-31 14:53:56 -05:00
Denis Kenzior
451ae3ba84
TODO: Add certificate element matching task
2018-08-30 14:39:00 -05:00
James Prestwood
35231a1b2c
adhoc: removed unneeded check for !sta->addr
...
sta->addr is is guarenteed to be valid (assuming sta is valid).
2018-08-29 12:49:06 -05:00
Denis Kenzior
6f30384f77
TODO: Add GTK for AP/IBSS support task
2018-08-28 13:13:56 -05:00
Krzysztof Wilk
d0cf6a6822
doc: Fix Interface for Ad-Hoc DBus API
2018-08-28 10:17:56 -05:00
Krzysztof Wilk
bd0e33906f
doc: Fix Interface for Access Point DBus API
2018-08-27 11:46:42 -05:00
Andrew Zaborowski
6405f487c6
unit: Update handshake_state WPA/RSN IE setter names
2018-08-27 11:46:38 -05:00
Andrew Zaborowski
5f3cdc2093
handshake: Rename own_ie/ap_ie and related setters
...
To avoid confusion in case of an authenticator side handshake_state
structure and eapol_sm structure, rename own_ie to supplicant_ie and
ap_ie to authenticator_ie. Also rename
handshake_state_set_{own,ap}_{rsn,wpa} and fix when we call
handshake_state_setup_own_ciphers. As a result
handshake_state_set_authenticator, if needed, should be called before
handshake_state_set_{own,ap}_{rsn,wpa}.
2018-08-27 11:42:45 -05:00
Denis Kenzior
74e4f1a02c
TODO: Add agent non-interactive mode task
2018-08-26 11:43:30 -05:00
Marcel Holtmann
3200936048
Release 0.7
2018-08-24 20:27:48 +02:00
Andrew Zaborowski
ddbc49538e
ap: Drop a RSNE check
...
After EAPOL logic was moved to eapol.c a check was added to
ap_associate_sta_cb to bitwise compare the AP's RSNE to the RSNE
received in the (Re)Association frame. There is as far as I know no
reason for them to be the same (although they are in our autotest) and
if there was a reason we'd rather validate the (Re)Association RSNE
immediately when received. We also must set different RSNEs as the
"own" (supplicant) and "ap" RSNEs in the handshake_state for validation
of step 2/4 in eapol.c (fixes wpa_supplicant's and MS Windows
connections being rejected)
2018-08-23 22:03:38 -05:00
Andrew Zaborowski
cb04fb6314
ap: Stop EAPOL negotiation on Disassociation
...
Make sure we interrupt eapol traffic (4-way handshake) if we receive a
Disassociation from station. Actually do this in ap_del_station because
it's called from both ap_disassoc_cb and ap_success_assoc_resp_cb and
seems to make sense in both cases.
2018-08-23 21:49:53 -05:00