nl80211: Add more command/event names to debug prints
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
25bd4e7beb
commit
c6f01fbf26
1 changed files with 3 additions and 0 deletions
|
@ -131,8 +131,11 @@ static const char * nl80211_command_to_string(enum nl80211_commands cmd)
|
|||
C2S(NL80211_CMD_SET_QOS_MAP)
|
||||
C2S(NL80211_CMD_ADD_TX_TS)
|
||||
C2S(NL80211_CMD_DEL_TX_TS)
|
||||
C2S(NL80211_CMD_WIPHY_REG_CHANGE)
|
||||
C2S(NL80211_CMD_PORT_AUTHORIZED)
|
||||
C2S(NL80211_CMD_EXTERNAL_AUTH)
|
||||
C2S(NL80211_CMD_STA_OPMODE_CHANGED)
|
||||
C2S(NL80211_CMD_CONTROL_PORT_FRAME)
|
||||
default:
|
||||
return "NL80211_CMD_UNKNOWN";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue