Skip to content

Commit 184425b

Browse files
author
Juha Heiskanen
committed
Fixed parent target address set.
Target address was configured but entry address not.
1 parent 07ec237 commit 184425b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/6LoWPAN/ws/ws_pae_supp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ void ws_pae_supp_slow_timer(uint16_t seconds)
772772
// Returns same target if no other valid targets found
773773
const uint8_t *next_target = pae_supp->auth_next_target(pae_supp->interface_ptr, kmp_address_eui_64_get(&pae_supp->target_addr), &pae_supp->sec_keys_nw_info->key_pan_id);
774774
kmp_address_eui_64_set(&pae_supp->target_addr, next_target);
775+
ws_pae_supp_address_set(pae_supp, &pae_supp->target_addr);
775776
}
776777
pae_supp->tx_failure_on_initial_key = false;
777778
// Sends initial EAPOL-key

0 commit comments

Comments
 (0)