mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 09:18:24 -05:00
18 lines
446 B
C
18 lines
446 B
C
|
/*
|
||
|
* Android driver interface
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 as
|
||
|
* published by the Free Software Foundation.
|
||
|
*
|
||
|
* Alternatively, this software may be distributed under the terms of BSD
|
||
|
* license.
|
||
|
*/
|
||
|
|
||
|
#ifndef ANDROID_DRV_H
|
||
|
#define ANDROID_DRV_H
|
||
|
|
||
|
#define WPA_EVENT_DRIVER_STATE "CTRL-EVENT-DRIVER-STATE "
|
||
|
|
||
|
#endif /* ANDROID_DRV_H */
|