]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P Manager: Use send_mlme() instead of send_frame() for Deauthentication
authorJouni Malinen <j@w1.fi>
Fri, 3 Jan 2020 11:22:32 +0000 (13:22 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 3 Jan 2020 11:22:32 +0000 (13:22 +0200)
commitb3525dc1729030b0a51f787f89dd9a879930d23a
tree10c71e1a7461458c7c94798f7ecd294e232ad576
parent947465475216936521899ceae9c46c354590574c
P2P Manager: Use send_mlme() instead of send_frame() for Deauthentication

send_frame() is documented to be used for "testing use only" and as
such, it should not have used here for a normal production
functionality. Replace this with use of send_mlme() which is already
used for sending Deauthentication frames in other cases.

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