Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa_main.c50 void wpa_install_key(enum wpa_alg alg, u8 *addr, int key_idx, int set_tx, in wpa_install_key()
56 int wpa_get_key(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, in wpa_get_key()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_attr_process.c157 const u8 *key_idx) in wps_process_cred_network_key_idx()
Dwps.h52 u8 key_idx; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c263 UINT16 xx, yy, key_idx = 0; in bta_hh_parse_keybd_rpt() local
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h19 int key_idx; member
Dwpa.c2536 u8 *addr, int key_idx, int set_tx, in wpa_sm_set_key()
2561 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-latest/zephyr/port/wifi/
Dwifi_stubs.c127 int esp_wifi_set_sta_key_internal(int alg, u8 *addr, int key_idx, int set_tx, u8 *seq, in esp_wifi_set_sta_key_internal()
142 int esp_wifi_get_sta_key_internal(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, u8 *key, in esp_wifi_get_sta_key_internal()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c60 uint16_t key_idx:12, /* AppKey or NetKey Index */ member
2146 static struct key_update *key_update_find(bool app_key, uint16_t key_idx, in key_update_find()
Dcfg_srv.c290 static uint8_t mod_bind(struct bt_mesh_model *model, uint16_t key_idx) in mod_bind()
322 static uint8_t mod_unbind(struct bt_mesh_model *model, uint16_t key_idx, bool store) in mod_unbind()