Mark management frame processing functions to use const buffer

This commit is contained in:
Jouni Malinen 2009-12-13 23:25:30 +02:00
parent ba091c06c5
commit b57e086cc1
12 changed files with 58 additions and 45 deletions

View file

@ -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;