1*780fb4a2SCy Schubert /* 2*780fb4a2SCy Schubert * binder interface for wpa_supplicant daemon 3*780fb4a2SCy Schubert * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi> 4*780fb4a2SCy Schubert * Copyright (c) 2004-2016, Roshan Pius <rpius@google.com> 5*780fb4a2SCy Schubert * 6*780fb4a2SCy Schubert * This software may be distributed under the terms of the BSD license. 7*780fb4a2SCy Schubert * See README for more details. 8*780fb4a2SCy Schubert */ 9*780fb4a2SCy Schubert 10*780fb4a2SCy Schubert #include "binder_constants.h" 11*780fb4a2SCy Schubert 12*780fb4a2SCy Schubert namespace wpa_supplicant_binder { 13*780fb4a2SCy Schubert namespace binder_constants { 14*780fb4a2SCy Schubert 15*780fb4a2SCy Schubert const char kServiceName[] = "wpa_supplicant"; 16*780fb4a2SCy Schubert 17*780fb4a2SCy Schubert } /* namespace binder_constants */ 18*780fb4a2SCy Schubert } /* namespace wpa_supplicant_binder */ 19