]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - build-utilities/hostap.git/commit
Add test commands for sending deauth/disassoc without dropping state
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 29 Mar 2010 19:01:40 +0000 (12:01 -0700)
committerJouni Malinen <j@w1.fi>
Mon, 29 Mar 2010 19:01:40 +0000 (12:01 -0700)
commitb91ab76e8ca3dceb6b0d9262988bbff12e722220
treee26ee04e081322f9a4f7c8397b2c057ac3498662
parent90a3206a1449af0058704482b4703b1a9f7c3d95
Add test commands for sending deauth/disassoc without dropping state

This can be used to test 802.11w by sending a protected or unprotected
deauth/disassoc frame.

hostapd_cli deauth <dst addr> test=<0/1>
hostapd_cli disassoc <dst addr> test=<0/1>

test=0: unprotected
test=1: protected
hostapd/ctrl_iface.c
hostapd/hostapd_cli.c
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c