diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2016-06-23 14:48:48 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-06-23 14:48:48 (GMT) |
commit | 94c4d78ef134ef379d0686b9226a5802d3d21a40 (patch) | |
tree | 756a358d4fb3419e9d3135d3e318ab3d2049f919 /src/fst | |
parent | 82c734c28c4f16d8e8656c211eedab2a84dc0850 (diff) | |
download | hostap-94c4d78ef134ef379d0686b9226a5802d3d21a40.zip hostap-94c4d78ef134ef379d0686b9226a5802d3d21a40.tar.gz hostap-94c4d78ef134ef379d0686b9226a5802d3d21a40.tar.bz2 |
FST: Make fst_action_names static
This is not used outside this file.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'src/fst')
-rw-r--r-- | src/fst/fst_session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fst/fst_session.c b/src/fst/fst_session.c index a80148a..652f46a 100644 --- a/src/fst/fst_session.c +++ b/src/fst/fst_session.c @@ -44,7 +44,7 @@ #define FST_LLT_MS_DEFAULT 50 #define FST_ACTION_MAX_SUPPORTED FST_ACTION_ON_CHANNEL_TUNNEL -const char * const fst_action_names[] = { +static const char * const fst_action_names[] = { [FST_ACTION_SETUP_REQUEST] = "Setup Request", [FST_ACTION_SETUP_RESPONSE] = "Setup Response", [FST_ACTION_TEAR_DOWN] = "Tear Down", |