]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Add support for setting bridge network parameter
authorKyeyoon Park <kyeyoonp@qca.qualcomm.com>
Sat, 27 Sep 2014 04:09:54 +0000 (21:09 -0700)
committerJouni Malinen <j@w1.fi>
Mon, 27 Oct 2014 23:08:29 +0000 (01:08 +0200)
commit7565752d4725f00b782a3be59e147946684479a3
tree7bcfcd5e81d1ce40d9586b3f5aa7116f1460a356
parent73d2294fbe0a0880bd90c5e5da1c469b6d5ee867
AP: Add support for setting bridge network parameter

This allows setting a network parameter on the bridge that the BSS
belongs to.

This commit adds the needed functionality in driver_nl80211.c for the
Linux bridge implementation. In theory, this could be shared with
multiple Linux driver interfaces, but for now, only the main nl80211
interface is supported.

Signed-off-by: Kyeyoon Park <kyeyoonp@qca.qualcomm.com>
src/ap/ap_drv_ops.h
src/drivers/driver.h
src/drivers/driver_nl80211.c