mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add a case of IEEE80211_ELEMID_IBSSPARMS so the statistic on unknown
elements is more meaningful (will add more with WPA merge) Obtained from: madwifi
This commit is contained in:
parent
7aa402898f
commit
4bd067c5a1
1 changed files with 2 additions and 0 deletions
|
|
@ -621,6 +621,8 @@ ieee80211_recv_mgmt(struct ieee80211com *ic, struct mbuf *m0,
|
|||
break;
|
||||
case IEEE80211_ELEMID_TIM:
|
||||
break;
|
||||
case IEEE80211_ELEMID_IBSSPARMS:
|
||||
break;
|
||||
case IEEE80211_ELEMID_XRATES:
|
||||
xrates = frm;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue