Deprecate set_intra_bss() driver_ops
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 17 Oct 2011 15:58:46 +0000 (18:58 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 17 Oct 2011 15:58:46 +0000 (18:58 +0300)
commitfd13a5418086ec4eb58336636ace3e1c5569bb25
treef43e5aade75e8a811cd07228314a9682bf719a10
parent5ce0f8b31b62ab6d3074d3db7a931db45198acfb
Deprecate set_intra_bss() driver_ops

The AP client isolation parameter is now available through set_ap().
driver_nl80211.c was the only driver wrapper using the set_intra_bss()
call in hostap.git, but some external trees may have used this. Once
those are cleared, the set_infra_bss() driver_ops can be removed
completely. The only remaining use case for it currently is in P2P
GO mode with wpa_supplicant.
src/ap/beacon.c
src/drivers/driver.h
src/drivers/driver_nl80211.c