/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_attr_process.c | 157 const u8 *key_idx) in wps_process_cred_network_key_idx() argument 159 if (key_idx == NULL) in wps_process_cred_network_key_idx() 162 wpa_printf(MSG_DEBUG, "WPS: Network Key Index: %d", *key_idx); in wps_process_cred_network_key_idx() 163 cred->key_idx = *key_idx; in wps_process_cred_network_key_idx()
|
D | wps.h | 52 u8 key_idx; member
|
D | wps_registrar.c | 2919 dst->key_idx = src->key_idx; in wps_cred_update()
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 19 int key_idx; member 187 void wpa_install_key(enum wpa_alg alg, u8 *addr, int key_idx, int set_tx, 190 int wpa_get_key(uint8_t *ifx, int *alg, u8 *addr, int *key_idx,
|
D | wpa.h | 52 u8 *addr, int key_idx, int set_tx,
|
D | wpa.c | 65 static int wpa_sm_get_key(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, u8 *key, size_t key_len, … 2536 u8 *addr, int key_idx, int set_tx, in wpa_sm_set_key() argument 2544 if (alg == WIFI_WPA_ALG_TKIP && key_idx == 0 && key_len == 32) { in wpa_sm_set_key() 2552 key_sm->key_idx = key_idx; in wpa_sm_set_key() 2556 wpa_install_key(alg, addr, key_idx, set_tx, seq, seq_len, key, key_len, key_flag); 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() argument 2563 return wpa_get_key(ifx, alg, addr, key_idx, key, key_len, key_flag); in wpa_sm_get_key()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa_main.c | 50 void wpa_install_key(enum wpa_alg alg, u8 *addr, int key_idx, int set_tx, in wpa_install_key() argument 53 esp_wifi_set_sta_key_internal(alg, addr, key_idx, set_tx, seq, seq_len, key, key_len, key_flag); in wpa_install_key() 56 int wpa_get_key(uint8_t *ifx, int *alg, u8 *addr, int *key_idx, in wpa_get_key() argument 59 return esp_wifi_get_sta_key_internal(ifx, alg, addr, key_idx, key, key_len, key_flag); in wpa_get_key()
|
D | esp_wifi_driver.h | 238 int esp_wifi_set_sta_key_internal(int alg, u8 *addr, int key_idx, int set_tx, 240 int esp_wifi_get_sta_key_internal(uint8_t *ifx, int *alg, u8 *addr, int *key_idx,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | settings.c | 60 uint16_t key_idx:12, /* AppKey or NetKey Index */ member 1820 clear_app_key(update->key_idx); in store_pending_keys() 1822 clear_net_key(update->key_idx); in store_pending_keys() 1827 key = bt_mesh_app_key_find(update->key_idx); in store_pending_keys() 1831 BT_WARN("AppKeyIndex 0x%03x not found", update->key_idx); in store_pending_keys() 1835 sub = bt_mesh_subnet_get(update->key_idx); in store_pending_keys() 1839 BT_WARN("NetKeyIndex 0x%03x not found", update->key_idx); in store_pending_keys() 2146 static struct key_update *key_update_find(bool app_key, uint16_t key_idx, in key_update_find() argument 2166 if (update->key_idx == key_idx) { in key_update_find() 2194 free_slot->key_idx = sub->net_idx; in bt_mesh_store_subnet() [all …]
|
D | cfg_srv.c | 290 static uint8_t mod_bind(struct bt_mesh_model *model, uint16_t key_idx) in mod_bind() argument 294 BT_DBG("model %p key_idx 0x%03x", model, key_idx); in mod_bind() 296 if (!app_key_is_valid(key_idx)) { in mod_bind() 302 if (model->keys[i] == key_idx) { in mod_bind() 309 model->keys[i] = 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() argument 326 BT_DBG("model %p key_idx 0x%03x store %u", model, key_idx, store); in mod_unbind() 328 if (!app_key_is_valid(key_idx)) { in mod_unbind() 333 if (model->keys[i] != key_idx) { in mod_unbind() 343 if (model->pub && model->pub->key == key_idx) { in mod_unbind()
|
/hal_espressif-latest/zephyr/port/wifi/ |
D | wifi_stubs.c | 127 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() argument 132 ARG_UNUSED(key_idx); 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() argument 148 ARG_UNUSED(key_idx); in esp_wifi_get_sta_key_internal()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_utils.c | 263 UINT16 xx, yy, key_idx = 0; in bta_hh_parse_keybd_rpt() local 324 p_data->this_char[key_idx ++] = this_char; in bta_hh_parse_keybd_rpt()
|