Remove unused driver_ops client MLME functions
authorJouni Malinen <j@w1.fi>
Sun, 23 Oct 2011 17:07:57 +0000 (20:07 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Oct 2011 17:07:57 +0000 (20:07 +0300)
commitedc3a7c4142d962f0409cc9390b8a9af82480fa4
tree2d310cbabee14a57369f4a01ffea48712d118d38
parente1e8cae3c782822b26cd6f9c3af5bc89f0de509a
Remove unused driver_ops client MLME functions

These driver_ops functions set_channel, set_ssid, set_bssid,
mlme_add_sta, and mlme_remove_sta were used with the user space
MLME implementation in wpa_supplicant. That was only for testing
purposes and was removed, but these driver_ops were forgotten.
Remove them now to remove confusing driver_ops definitions.
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_test.c
wpa_supplicant/driver_i.h