Add no_cck parameter for send_action() driver_ops
authorJouni Malinen <j@w1.fi>
Sat, 29 Oct 2011 18:49:46 +0000 (21:49 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 29 Oct 2011 18:49:46 +0000 (21:49 +0300)
commitb106173a82e061249e2b87e405f15e270dbe25f4
tree028d40214cd295a1a083626a3ad6c46a18bcedec
parent970fa12ea2c1b99a8e7fbfc12a97393b5727361e
Add no_cck parameter for send_action() driver_ops

This can be used to apply the no-CCK rule conditionally depending on
which frame is being sent. The no-CCK rule applies only for P2P
management frames while SA Query and FT use cases do not have similar
restrictions.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_test.c
wpa_supplicant/driver_i.h
wpa_supplicant/gas_query.c
wpa_supplicant/offchannel.c
wpa_supplicant/offchannel.h
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant_i.h