Searched defs:key_idx (Results 1 – 9 of 9) sorted by relevance
/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() 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/ |
D | wps_attr_process.c | 157 const u8 *key_idx) in wps_process_cred_network_key_idx()
|
D | wps.h | 52 u8 key_idx; member
|
/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
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 19 int key_idx; member
|
D | wpa.c | 2536 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/ |
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() 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/ |
D | settings.c | 60 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()
|
D | cfg_srv.c | 290 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()
|