Added nlt_ifinfo.
FossilOrigin-Name: 8ee1f3bab6b654da3f7c60783bb08029a944f73ebf48ba19ded8358a2bacdf49
This commit is contained in:
@ -9,6 +9,12 @@ 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])
|
||||
|
||||
struct nlt_ifinfo {
|
||||
const char *ifname;
|
||||
int ifindex;
|
||||
int iftype;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user