File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ typedef struct mlme_security_s {
7878 * This structure encapsulates security related variables,
7979 */
8080typedef struct mac_header_IE_s {
81- const uint8_t * content_ptr ; /**< Content data */
81+ uint8_t * content_ptr ; /**< Content data */
8282 unsigned length :7 ; /**< Element length 0- 127 */
8383 uint8_t id ; /**< Element ID */
8484} mac_header_IE_t ;
@@ -94,7 +94,7 @@ typedef struct mac_header_IE_s {
9494 * This structure encapsulates security related variables,
9595 */
9696typedef struct mac_payload_IE_s {
97- const uint8_t * content_ptr ; /**< Content data */
97+ uint8_t * content_ptr ; /**< Content data */
9898 unsigned length :11 ; /**< Element length 0- 2047 */
9999 unsigned id :4 ; /**< Group ID */
100100} mac_payload_IE_t ;
You can’t perform that action at this time.
0 commit comments