Home
last modified time | relevance | path

Searched defs:key_idx (Results 1 - 25 of 35) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_openbsd.c72 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, const unsigned char *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_driver_openbsd_set_key() argument
H A Ddriver_privsep.c208 wpa_driver_privsep_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_driver_privsep_set_key() argument
H A Ddriver_hostap.c398 wpa_driver_hostap_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_driver_hostap_set_key() argument
H A Ddriver_atheros.c473 atheros_del_key(void *priv, const u8 *addr, int key_idx) in atheros_del_key() argument
501 atheros_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) atheros_set_key() argument
[all...]
H A Ddriver_bsd.c267 bsd_del_key(void *priv, const u8 *addr, int key_idx) in bsd_del_key() argument
334 bsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, const unsigned char *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) bsd_set_key() argument
[all...]
H A Ddriver_wext.c1711 wpa_driver_wext_set_key_ext(void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_driver_wext_set_key_ext() argument
1831 wpa_driver_wext_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_driver_wext_set_key() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_process.c155 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) wps_process_cred_network_key_idx() argument
H A Dwps.h52 u8 key_idx; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_attr_process.c156 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) wps_process_cred_network_key_idx() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dpreauth_test.c127 wpa_supplicant_set_key(void *wpa_s, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_supplicant_set_key() argument
H A Dibss_rsn.c139 supp_set_key(void *ctx, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) supp_set_key() argument
H A Ddriver_i.h151 wpa_drv_set_key(struct wpa_supplicant *wpa_s, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_drv_set_key() argument
H A Dwpas_glue.c492 wpa_supplicant_set_key(void *_wpa_s, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_supplicant_set_key() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dprivsep_commands.h79 int key_idx; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpreauth_test.c133 wpa_supplicant_set_key(void *wpa_s, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len, enum key_flag key_flag) wpa_supplicant_set_key() argument
H A Dibss_rsn.c145 supp_set_key(void *ctx, int link_id, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len, enum key_flag key_flag) supp_set_key() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dprivsep_commands.h79 int key_idx; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_privsep.c215 int key_idx = params->key_idx; in wpa_driver_privsep_set_key() local
H A Ddriver_hostap.c409 int key_idx = params->key_idx; in wpa_driver_hostap_set_key() local
H A Ddriver_atheros.c467 atheros_del_key(void *priv, const u8 *addr, int key_idx) in atheros_del_key() argument
503 int key_idx = params->key_idx; in atheros_set_key() local
[all...]
H A Ddriver_bsd.c265 bsd_del_key(void *priv, const u8 *addr, int key_idx) in bsd_del_key() argument
321 int key_idx = params->key_idx; in bsd_set_key() local
[all...]
H A Ddriver_wext.c1828 int key_idx = params->key_idx; in wpa_driver_wext_set_key() local
1716 wpa_driver_wext_set_key_ext(void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len, enum key_flag key_flag) wpa_driver_wext_set_key_ext() argument
/third_party/python/Python/
H A Dhamt.c605 uint32_t key_idx = 2 * idx; in hamt_node_bitmap_clone_without() local
720 uint32_t key_idx = 2 * idx; in hamt_node_bitmap_assoc() local
913 uint32_t key_idx = 2 * idx; in hamt_node_bitmap_assoc() local
967 uint32_t key_idx = 2 * idx; hamt_node_bitmap_without() local
1103 uint32_t key_idx; hamt_node_bitmap_find() local
1327 Py_ssize_t key_idx = -1; hamt_node_collision_assoc() local
1443 Py_ssize_t key_idx = -1; hamt_node_collision_without() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_i.h197 wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_sm_set_key() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_drv_ops.c690 hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, enum wpa_alg alg, const u8 *addr, int key_idx, int vlan_id, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len, enum key_flag key_flag) hostapd_drv_set_key() argument

Completed in 53 milliseconds

12