You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added test harness API for set temporary neighbour lifetime longer
API support values 240-2200 seconds.
Temporary entry is now detetcted if life time is < 240 it works like normal temprary entry which may be removed at TX done confirmation.
* Made only for test purpose for test EDFE certificatiomn test harness.
211
+
*
212
+
* \param interface_id Network interface ID.
213
+
* \param temporary_lifetime 0 to disable test harness, 240-2200 enable longer temporary neighbour lifetime. Values bigger than 2200 will be capped to 2200.
if (!entry_ptr->trusted_device|| !ws_neighbor|| !etx_entry||ws_neighbor->negative_aro_send||entry_ptr->link_lifetime!=WS_NEIGHBOR_LINK_TIMEOUT) {
1962
+
if (!entry_ptr->trusted_device|| !ws_neighbor|| !etx_entry||ws_neighbor->negative_aro_send||entry_ptr->link_lifetime<WS_NEIGHBOUR_TEMPORARY_NEIGH_MAX_LIFETIME) {
0 commit comments