nl80211: Indicate disconnect event as deauthentication
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 3 Apr 2012 14:11:22 +0000 (17:11 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 3 Apr 2012 14:11:22 +0000 (17:11 +0300)
commit2e9f078c8dde5abfe7025513deb417c679502e99
tree77a3a3687fcd7c8e70b665d12e1d3524dedc68d0
parent3fc14102f8a0e50d32085364334ab4fac130b865
nl80211: Indicate disconnect event as deauthentication

This was previously indicated as disassociation, but the P2P group
session ending case expect a deauthentication notification. Since the
cfg80211 disconnection event does not really indicate which frame was
used, the easiest approach for now seems to be to just indicate these
as deauthentication events.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c