Searched refs:wpa_alg (Results 1 – 25 of 34) sorted by relevance
12
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wext.h | 55 int wpa_driver_wext_set_key(const char *ifname, void *priv, enum wpa_alg alg,
|
D | driver_openbsd.c | 71 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, in wpa_driver_openbsd_set_key()
|
D | driver_privsep.c | 209 enum wpa_alg alg, const u8 *addr, in wpa_driver_privsep_set_key()
|
D | driver_wext.c | 1708 static int wpa_driver_wext_set_key_ext(void *priv, enum wpa_alg alg, in wpa_driver_wext_set_key_ext() 1828 int wpa_driver_wext_set_key(const char *ifname, void *priv, enum wpa_alg alg, in wpa_driver_wext_set_key()
|
D | driver_hostap.c | 392 enum wpa_alg alg, const u8 *addr, in wpa_driver_hostap_set_key()
|
D | driver.h | 2148 int (*set_key)(const char *ifname, void *priv, enum wpa_alg alg,
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 308 enum wpa_alg last_gtk_alg; 314 enum wpa_alg last_igtk_alg;
|
D | sta_info.h | 255 enum wpa_alg last_tk_alg;
|
D | ap_drv_ops.h | 86 enum wpa_alg alg, const u8 *addr,
|
D | wpa_auth.h | 241 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
|
D | wpa_auth.c | 134 enum wpa_alg alg, const u8 *addr, int idx, in wpa_auth_set_key() 2540 enum wpa_alg alg; in fils_set_tk() 3046 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE() 3594 enum wpa_alg alg; in wpa_group_config_group_keys()
|
D | ap_drv_ops.c | 652 enum wpa_alg alg, const u8 *addr, in hostapd_drv_set_key()
|
D | wpa_auth_glue.c | 341 static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in hostapd_wpa_auth_set_key()
|
/external/wpa_supplicant_8/src/common/ |
D | defs.h | 175 enum wpa_alg { enum
|
D | wpa_common.h | 451 enum wpa_alg wpa_cipher_to_alg(int cipher);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | preauth_test.c | 127 static int wpa_supplicant_set_key(void *wpa_s, enum wpa_alg alg, in wpa_supplicant_set_key()
|
D | ibss_rsn.c | 139 static int supp_set_key(void *ctx, enum wpa_alg alg, in supp_set_key() 295 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
|
D | mesh_rsn.c | 100 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
|
D | wpa_supplicant_i.h | 1083 enum wpa_alg last_tk_alg;
|
D | driver_i.h | 142 enum wpa_alg alg, const u8 *addr, in wpa_drv_set_key()
|
D | wpas_glue.c | 488 static int wpa_supplicant_set_key(void *_wpa_s, enum wpa_alg alg, in wpa_supplicant_set_key()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 323 enum wpa_alg alg; in wpa_ft_install_ptk() 551 enum wpa_alg alg; in wpa_ft_process_gtk_subelem()
|
D | wpa_i.h | 188 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, in wpa_sm_set_key()
|
D | wpa.h | 29 int (*set_key)(void *ctx, enum wpa_alg alg,
|
D | wpa.c | 702 enum wpa_alg alg; in wpa_supplicant_install_ptk() 771 enum wpa_alg *alg) in wpa_supplicant_check_group_cipher() 796 enum wpa_alg alg; 4011 enum wpa_alg alg; in fils_process_assoc_resp()
|
12