We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015f3fe commit 6b6f535Copy full SHA for 6b6f535
source/6LoWPAN/ws/ws_pae_supp.c
@@ -1101,7 +1101,7 @@ static int8_t ws_pae_supp_parent_eui_64_get(protocol_interface_info_entry_t *int
1101
const uint8_t *parent_ll_addr = rpl_control_preferred_parent_addr(instance, false);
1102
if (parent_ll_addr) {
1103
memcpy(eui_64, &parent_ll_addr[8], 8);
1104
- eui_64[0] |= 0x02;
+ eui_64[0] ^= 0x02;
1105
return 0;
1106
}
1107
0 commit comments