Replace set_beacon() driver op with set_ap()
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 10 Aug 2011 10:22:37 +0000 (13:22 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 10 Aug 2011 10:22:37 +0000 (13:22 +0300)
commit19c3b56685e138bade6b7c3c1ebab55cebb25e35
tree62dfd18401e7a3868474d3b7c0f9df41c5f2e337
parent5fb1a23252ca213c7c69d1bb11703e0f763f3d3e
Replace set_beacon() driver op with set_ap()

This change is a first step in better supporting different driver
architectures for AP mode operations with nl80211. This commit in
itself does not add new functionality, but it makes it easier to add
new AP mode parameters to address needs of drivers that have more of
the MLME/SME in firmware or kernel.
src/ap/ap_drv_ops.h
src/ap/beacon.c
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
wpa_supplicant/driver_i.h