Preparations to parse IEEE802.11 management packets
This commit is contained in:
10
src/ac/ac_ieee80211_data.c
Normal file
10
src/ac/ac_ieee80211_data.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include "ac.h"
|
||||
#include "ac_session.h"
|
||||
#include "ieee80211.h"
|
||||
|
||||
/* */
|
||||
void ac_ieee80211_data(struct ac_session_data_t* sessiondata, uint8_t* buffer, int length) {
|
||||
ASSERT(sessiondata != NULL);
|
||||
ASSERT(buffer != NULL);
|
||||
ASSERT(length > 0);
|
||||
}
|
Reference in New Issue
Block a user