mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
FST: Make fst_action_names static
This is not used outside this file. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
82c734c28c
commit
94c4d78ef1
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user