]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Allow control port to be disabled with a driver param
authorJouni Malinen <j@w1.fi>
Sun, 5 Jan 2020 19:18:18 +0000 (21:18 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 5 Jan 2020 19:31:33 +0000 (21:31 +0200)
commitc52129bed805a1f8ee61285509966d595df77aba
tree31648d73afa84105cbc82024c79921e458c6b96a
parent781c5a0624f00c8eccc2926165d8edb6096da609
nl80211: Allow control port to be disabled with a driver param

This is mainly for testing purposes to allow wpa_supplicant and hostapd
functionality to be tested both with and without using the nl80211
control port which is by default used whenever supported by the driver.
control_port=0 driver parameter will prevent that from happening.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c