nl80211: Add a handler to create_interface
authorDavid Spinadel <david.spinadel@intel.com>
Tue, 25 Jun 2013 10:35:05 +0000 (13:35 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 25 Jun 2013 10:35:05 +0000 (13:35 +0300)
commitd6dcfcdaac70d06a4d9027aaa6bd17de68b23d59
treee9b927d1fe9fad375bd97d0bd2d03be49922c850
parentd3aaef803442a688b68e7a941431462c6eb17c71
nl80211: Add a handler to create_interface

Add an option to pass a handler to nl80211_create_iface() and
nl80211_create_interface_once() that will be called after receiving the
message from the kernel. This handler will add the option to process the
message in different ways for different interfaces.

Signed-off-by: David Spinadel <david.spinadel@intel.com>
src/drivers/driver_nl80211.c