mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
[net80211] add a macro to check this configuration option.
This commit is contained in:
parent
321eb9ffbe
commit
da6ee937ae
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,9 @@
|
|||
*/
|
||||
#define IEEE80211_CONF_VHT(ic) ((ic)->ic_vhtcaps != 0)
|
||||
|
||||
#define IEEE80211_CONF_SEQNO_OFFLOAD(ic) \
|
||||
((ic)->ic_flags_ext & IEEE80211_FEXT_SEQNO_OFFLOAD)
|
||||
|
||||
/*
|
||||
* 802.11 control state is split into a common portion that maps
|
||||
* 1-1 to a physical device and one or more "Virtual AP's" (VAP)
|
||||
|
|
|
|||
Loading…
Reference in a new issue