TDLS: Pass peer's Supported channel and oper class info during sta_add
authorSunil Dutt <usdutt@qti.qualcomm.com>
Mon, 6 Jan 2014 13:06:13 +0000 (18:36 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 14 Jan 2014 15:24:33 +0000 (17:24 +0200)
commit3ed97271ba4e119c4413b2a77c64adbbb666a46f
treefcf7c674bd8d4c4a89dd870b3ec72b1eefb17a70
parenteed65aad1447f63ea14634da43153784754e383e
TDLS: Pass peer's Supported channel and oper class info during sta_add

The information of the peer's supported channel and operating class
is required for the driver to do TDLS off channel operations with a
compatible peer. Pass this information to the driver when the peer
station is getting added.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/ieee802_11_defs.h
src/drivers/driver.h
src/rsn_supp/tdls.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
src/rsn_supp/wpa_ie.c
src/rsn_supp/wpa_ie.h
wpa_supplicant/wpas_glue.c