Searched refs:net_auth (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | net.c | 953 u8_t net_auth[8] = { 0 }; in auth_match() local 959 bt_mesh_beacon_auth(keys->beacon, flags, keys->net_id, iv_index, net_auth); in auth_match() 961 if (memcmp(auth, net_auth, 8)) { in auth_match() 962 BT_WARN("Authentication Value %s != %s", bt_hex(auth, 8), bt_hex(net_auth, 8)); in auth_match()
|
Completed in 4 milliseconds