2016-02-16 16:39:28 -08:00
|
|
|
/*
|
|
|
|
* binder interface for wpa_supplicant daemon
|
|
|
|
* Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
|
|
|
|
* Copyright (c) 2004-2016, Roshan Pius <rpius@google.com>
|
|
|
|
*
|
|
|
|
* This software may be distributed under the terms of the BSD license.
|
|
|
|
* See README for more details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "iface.h"
|
|
|
|
|
|
|
|
namespace wpa_supplicant_binder {
|
|
|
|
|
2016-07-07 09:48:58 -07:00
|
|
|
Iface::Iface(struct wpa_supplicant *wpa_s) : wpa_s_(wpa_s) {}
|
2016-02-16 16:39:28 -08:00
|
|
|
|
|
|
|
} /* namespace wpa_supplicant_binder */
|