Home
last modified time | relevance | path

Searched defs:key_idx (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa_main.c32 void wpa_install_key(enum wpa_alg alg, u8 *addr, int key_idx, int set_tx, in wpa_install_key()
38 int wpa_get_key(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, in wpa_get_key()
/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/
Dwps_attr_process.c154 const u8 *key_idx) in wps_process_cred_network_key_idx()
Dwps.h57 u8 key_idx; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c262 UINT16 xx, yy, key_idx = 0; in bta_hh_parse_keybd_rpt() local
/hal_espressif-3.6.0/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h23 int key_idx; member
Dwpa.c2320 u8 *addr, int key_idx, int set_tx, in wpa_sm_set_key()
2345 wpa_sm_get_key(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, u8 *key, size_t key_len, enum key_fl… in wpa_sm_get_key()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c60 uint16_t key_idx:12, /* AppKey or NetKey Index */ member
2145 static struct key_update *key_update_find(bool app_key, uint16_t key_idx, in key_update_find()
Dcfg_srv.c271 static uint8_t mod_bind(struct bt_mesh_model *model, uint16_t key_idx) in mod_bind()
303 static uint8_t mod_unbind(struct bt_mesh_model *model, uint16_t key_idx, bool store) in mod_unbind()