]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Request update connection params only for drivers with SME
authorSunil Dutt <usdutt@codeaurora.org>
Fri, 16 Aug 2019 04:53:24 +0000 (10:23 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 16 Aug 2019 12:26:18 +0000 (15:26 +0300)
commitc574a3ff1804351756daca09fa5a96afc8c96a87
tree52ae8dd640b237ea7ca1855b385c47ae5766f13e
parent30998360a1b4c387fc57e4019002ec5f983ebf64
nl80211: Request update connection params only for drivers with SME

Update Connection Params is intended for drivers that implement
internal SME and expect these updated connection params from
wpa_supplicant. Do not send this request for the drivers using
SME from wpa_supplicant.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/drivers/driver_nl80211.c