Searched defs:key_idx (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | testing.c | 63 void bt_mesh_test_model_bound(uint16_t addr, const struct bt_mesh_model *model, uint16_t key_idx) in bt_mesh_test_model_bound() 74 void bt_mesh_test_model_unbound(uint16_t addr, const struct bt_mesh_model *model, uint16_t key_idx) in bt_mesh_test_model_unbound()
|
D | cdb.c | 34 uint16_t key_idx:12, /* AppKey or NetKey Index */ member 623 static struct key_update *cdb_key_update_find(bool app_key, uint16_t key_idx, in cdb_key_update_find() 885 int bt_mesh_cdb_subnet_key_import(struct bt_mesh_cdb_subnet *sub, int key_idx, in bt_mesh_cdb_subnet_key_import() 897 int bt_mesh_cdb_subnet_key_export(const struct bt_mesh_cdb_subnet *sub, int key_idx, in bt_mesh_cdb_subnet_key_export() 1094 int bt_mesh_cdb_app_key_import(struct bt_mesh_cdb_app_key *key, int key_idx, const uint8_t in[16]) in bt_mesh_cdb_app_key_import() 1105 int bt_mesh_cdb_app_key_export(const struct bt_mesh_cdb_app_key *key, int key_idx, uint8_t out[16]) in bt_mesh_cdb_app_key_export()
|
D | app_keys.c | 37 uint16_t key_idx:12, /* AppKey Index */ member 123 static struct app_key_update *app_key_update_find(uint16_t key_idx, in app_key_update_find() 379 static int app_id_set(struct app_key *app, int key_idx, const struct bt_mesh_key *key) in app_id_set()
|
D | subnet.c | 48 uint16_t key_idx:12, /* NetKey Index */ member 121 static struct net_key_update *net_key_update_find(uint16_t key_idx, in net_key_update_find() 749 static int subnet_key_set(struct bt_mesh_subnet *sub, int key_idx, const struct bt_mesh_key *key) in subnet_key_set()
|
D | cfg_srv.c | 201 static uint8_t mod_bind(const struct bt_mesh_model *model, uint16_t key_idx) in mod_bind() 234 static uint8_t mod_unbind(const struct bt_mesh_model *model, uint16_t key_idx, bool store) in mod_unbind()
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wpa_supp_if.c | 723 int key_idx, in nrf_wifi_wpa_supp_add_key() 949 const unsigned char *addr, int key_idx, int set_tx, in nrf_wifi_wpa_supp_set_key()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 5416 uint16_t key_idx) in model_bound_cb() 5437 uint16_t key_idx) in model_unbound_cb()
|