]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Support no_encrypt=1 with send_mlme()
authorJouni Malinen <j@w1.fi>
Fri, 3 Jan 2020 11:49:10 +0000 (13:49 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 3 Jan 2020 11:53:42 +0000 (13:53 +0200)
commit27cc06d073fc1f5c781bef3262b3afb5d54f7a8f
tree541cc26dba5d7df0632092338d787ae64f1d1c13
parent665a3007fb2a5bb022b0a0fafc8e4a5383c6525c
nl80211: Support no_encrypt=1 with send_mlme()

This allows send_mlme() to be used to replace send_frame() for the test
cases where unencrypted Deauthentication/Disassociation frames need to
be sent out even when using PMF for the association. This is currently
supported only when monitor interface is used for AP mode management
frames.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c