|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
* WPA Supplicant - command line interface for wpa_supplicant daemon
|
|
* WPA Supplicant - command line interface for wpa_supplicant daemon
|
|
- * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
|
|
|
|
|
|
+ * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
|
|
*
|
|
*
|
|
* This software may be distributed under the terms of the BSD license.
|
|
* This software may be distributed under the terms of the BSD license.
|
|
* See README for more details.
|
|
* See README for more details.
|
|
@@ -29,7 +29,7 @@
|
|
|
|
|
|
static const char *const wpa_cli_version =
|
|
static const char *const wpa_cli_version =
|
|
"wpa_cli v" VERSION_STR "\n"
|
|
"wpa_cli v" VERSION_STR "\n"
|
|
-"Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi> and contributors";
|
|
|
|
|
|
+"Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi> and contributors";
|
|
|
|
|
|
#define VENDOR_ELEM_FRAME_ID \
|
|
#define VENDOR_ELEM_FRAME_ID \
|
|
" 0: Probe Req (P2P), 1: Probe Resp (P2P) , 2: Probe Resp (GO), " \
|
|
" 0: Probe Req (P2P), 1: Probe Resp (P2P) , 2: Probe Resp (GO), " \
|