Home
last modified time | relevance | path

Searched defs:akf (Results 1 – 3 of 3) sorted by relevance

/btstack/src/mesh/
H A Dmesh_keys.h113 uint8_t akf; member
127 uint8_t akf; member
H A Dmesh_upper_transport.c145 … uint16_t dst, uint16_t netkey_index, uint8_t akf, in mesh_transport_key_and_virtual_address_iterator_init()
504 uint8_t akf = incoming_access_decrypted->akf_aid_control & 0x40; in mesh_upper_transport_validate_access_message_ccm() local
593 uint8_t akf = (incoming_access_decrypted->akf_aid_control & 0x40) >> 6; in mesh_upper_transport_process_access_message() local
H A Dmesh_keys.c206 …iterator_init(mesh_transport_key_iterator_t *it, uint16_t netkey_index, uint8_t akf, uint8_t aid) { in mesh_transport_key_aid_iterator_init()