Mark management frame processing functions to use const buffer
This commit is contained in:
parent
ba091c06c5
commit
b57e086cc1
12 changed files with 58 additions and 45 deletions
|
@ -1942,7 +1942,7 @@ union wpa_event_data {
|
|||
* struct rx_mgmt - Data for EVENT_RX_MGMT events
|
||||
*/
|
||||
struct rx_mgmt {
|
||||
u8 *frame;
|
||||
const u8 *frame;
|
||||
size_t frame_len;
|
||||
struct hostapd_frame_info *fi;
|
||||
} rx_mgmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue