mbox series

[0/3] OWE: cleanup and changes for SME drivers

Message ID 20200213085112.27376-1-sergey.matyukevich.os@quantenna.com
Headers show
Series OWE: cleanup and changes for SME drivers | expand

Message

Sergey Matyukevich Feb. 13, 2020, 8:51 a.m. UTC
Hi Jouni and all,

This patch series suggests several improvements for using OWE with SME
capable drivers. The major change is related to EVENT_ASSOC processing
for SME drivers. OWE processing is modified in such a way, that DH IE
element is not required on this stage for SME drivers anymore.

Possible OWE regressions has been checked using hostapd hwsim tests:

$ cd hostap/tests/hwsim
$ ./build.sh
$ ./start.sh
$ sudo ./run-tests.py -f owe
...
passed all 22 test case(s)


Regards,
Sergey

Sergey Matyukevich (3):
  nl80211: pass WPA3 AKM suites to driver
  OWE: rename owe_assoc_req_process parameter reason to status
  OWE: allow STA assoc w/o DH IE on OWE offload
  OWE: allow adding new STAs w/o DH IEs when OWE is offloaded

 src/ap/drv_callbacks.c       | 16 ++++++++++------
 src/ap/ieee802_11.c          | 29 ++++++++++++++++++++---------
 src/ap/wpa_auth_ie.c         |  5 -----
 src/drivers/driver_nl80211.c |  4 ++++
 4 files changed, 34 insertions(+), 20 deletions(-)