mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGS
This commit is contained in:
parent
890565f00b
commit
586fdde4bc
2 changed files with 2 additions and 0 deletions
|
|
@ -547,6 +547,7 @@ struct wi_ltv_mcast {
|
|||
#define WI_SUPPRATES_2M 0x0002
|
||||
#define WI_SUPPRATES_5M 0x0004
|
||||
#define WI_SUPPRATES_11M 0x0008
|
||||
#define WI_RATES_BITS "\20\0011M\0022M\0035.5M\00411M"
|
||||
|
||||
/*
|
||||
* Information frame types.
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ struct hostap_sta {
|
|||
#define HOSTAP_FLAGS_AUTHEN 0x0001
|
||||
#define HOSTAP_FLAGS_ASSOC 0x0002
|
||||
#define HOSTAP_FLAGS_PERM 0x0004
|
||||
#define HOSTAP_FLAGS_BITS "\20\01ASSOC\02AUTH\03PERM"
|
||||
|
||||
#define SIOCHOSTAP_GET _IOWR('i', 210, struct ifreq)
|
||||
#define SIOCHOSTAP_ADD _IOWR('i', 211, struct ifreq)
|
||||
|
|
|
|||
Loading…
Reference in a new issue