Searched refs:wpa_alg (Results 1 – 25 of 35) 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 | 72 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 | 1711 static int wpa_driver_wext_set_key_ext(void *priv, enum wpa_alg alg, in wpa_driver_wext_set_key_ext() 1831 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 | 399 enum wpa_alg alg, const u8 *addr, in wpa_driver_hostap_set_key()
|
D | driver.h | 2268 int (*set_key)(const char *ifname, void *priv, enum wpa_alg alg,
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 327 enum wpa_alg last_gtk_alg; 333 enum wpa_alg last_igtk_alg;
|
D | sta_info.h | 273 enum wpa_alg last_tk_alg;
|
D | ap_drv_ops.h | 86 enum wpa_alg alg, const u8 *addr,
|
D | wpa_auth.h | 260 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
|
D | ap_drv_ops.c | 660 enum wpa_alg alg, const u8 *addr, in hostapd_drv_set_key()
|
D | wpa_auth.c | 138 enum wpa_alg alg, const u8 *addr, int idx, in wpa_auth_set_key() 2679 enum wpa_alg alg; in fils_set_tk() 3285 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE() 3897 enum wpa_alg alg; in wpa_group_config_group_keys()
|
/external/wpa_supplicant_8/src/common/ |
D | defs.h | 190 enum wpa_alg { enum
|
D | wpa_common.h | 476 enum wpa_alg wpa_cipher_to_alg(int cipher);
|
/external/wpa_supplicant_8/tests/ |
D | test-eapol.c | 237 static int supp_set_key(void *ctx, enum wpa_alg alg, in supp_set_key() 427 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
|
/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() 297 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
|
D | mesh_rsn.c | 102 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
|
D | wpa_supplicant_i.h | 1113 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 | 392 enum wpa_alg alg; in wpa_ft_install_ptk() 683 enum wpa_alg alg; in wpa_ft_process_gtk_subelem()
|
D | wpa_i.h | 196 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, in wpa_sm_set_key()
|
D | wpa.h | 30 int (*set_key)(void *ctx, enum wpa_alg alg,
|
D | wpa.c | 761 enum wpa_alg alg; in wpa_supplicant_install_ptk() 830 enum wpa_alg *alg) in wpa_supplicant_check_group_cipher() 855 enum wpa_alg alg; 4241 enum wpa_alg alg; in fils_process_assoc_resp()
|
12