Working ...
FossilOrigin-Name: 76683772133379e4ebd35973998048a7dfc1f5ff63deb2182f849c1390c67a92
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
#ifndef __NLT_H
|
||||
#define __NLT_H
|
||||
|
||||
#include "nl80211.h"
|
||||
|
||||
extern const char * nlt_attrnames[];
|
||||
extern const char * nlt_cmdnames[];
|
||||
|
||||
#define nlt_get_attrname(type) nlt_attrnames[type]
|
||||
|
||||
#define nlt_get_cmdname(cmd) (cmd>NL80211_CMD_MAX? "Unknown": nlt_cmdnames[cmd])
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user