Added a mechanism for quering driver wrappers for available interfaces
authorJouni Malinen <j@w1.fi>
Wed, 24 Dec 2008 18:25:19 +0000 (20:25 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 24 Dec 2008 18:25:19 +0000 (20:25 +0200)
commit4b4a8ae547f409b17154722b3240915ed5eceecb
tree127c7396a4a4eebe949950449149726553aa622f
parent3cf85239bda55fdfeb82894774b7e5c22da27f62
Added a mechanism for quering driver wrappers for available interfaces

The new INTERFACE_LIST global control interface command can be used to
request a list of all available network interfaces that could be used
with the enabled driver wrappers. This could be used to enable
interfaces automatically by external programs (e.g., wpa_gui).
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_privsep.c
src/drivers/driver_test.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/wpa_cli.c