Home
last modified time | relevance | path

Searched refs:wpa_alg (Results 1 – 24 of 24) sorted by relevance

/NextBSD/contrib/wpa/src/drivers/
HDdriver_openbsd.c71 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, in wpa_driver_openbsd_set_key()
HDdriver_privsep.c190 enum wpa_alg alg, const u8 *addr, in wpa_driver_privsep_set_key()
HDdriver.h1720 int (*set_key)(const char *ifname, void *priv, enum wpa_alg alg,
HDdriver_bsd.c291 bsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, in bsd_set_key()
HDdriver_ndis.c980 enum wpa_alg alg, const u8 *addr, in wpa_driver_ndis_set_key()
/NextBSD/contrib/wpa/src/common/
HDdefs.h137 enum wpa_alg { enum
/NextBSD/contrib/wpa/wpa_supplicant/
HDpreauth_test.c127 static int wpa_supplicant_set_key(void *wpa_s, enum wpa_alg alg, in wpa_supplicant_set_key()
HDibss_rsn.c139 static int supp_set_key(void *ctx, enum wpa_alg alg, in supp_set_key()
290 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
HDmesh_rsn.c100 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key()
HDwpas_glue.c485 static int wpa_supplicant_set_key(void *_wpa_s, enum wpa_alg alg, in wpa_supplicant_set_key()
HDdriver_i.h144 enum wpa_alg alg, const u8 *addr, in wpa_drv_set_key()
HDwpa_supplicant.c135 enum wpa_alg alg; in wpa_supplicant_set_wpa_none_key()
/NextBSD/contrib/wpa/src/rsn_supp/
HDwpa_ft.c316 enum wpa_alg alg; in wpa_ft_install_ptk()
544 enum wpa_alg alg; in wpa_ft_process_gtk_subelem()
HDwpa_i.h156 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, in wpa_sm_set_key()
HDwpa.h29 int (*set_key)(void *ctx, enum wpa_alg alg,
HDwpa.c604 enum wpa_alg alg; in wpa_supplicant_install_ptk()
661 enum wpa_alg *alg) in wpa_supplicant_check_group_cipher()
686 enum wpa_alg alg;
HDtdls.c193 enum wpa_alg alg; in wpa_tdls_set_key()
/NextBSD/contrib/wpa/src/ap/
HDwpa_auth.h203 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
HDap_drv_ops.h85 enum wpa_alg alg, const u8 *addr,
HDwpa_auth_glue.c289 static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in hostapd_wpa_auth_set_key()
HDwpa_auth.c125 enum wpa_alg alg, const u8 *addr, int idx, in wpa_auth_set_key()
2350 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE()
2865 enum wpa_alg alg; in wpa_group_config_group_keys()
HDwpa_auth_ft.c759 enum wpa_alg alg, const u8 *addr, int idx, in wpa_auth_set_key()
771 enum wpa_alg alg; in wpa_ft_install_ptk()
HDap_drv_ops.c634 enum wpa_alg alg, const u8 *addr, in hostapd_drv_set_key()
/NextBSD/contrib/wpa/wpa_supplicant/tests/
HDtest_wpa.c136 static int supp_set_key(void *ctx, enum wpa_alg alg, in supp_set_key()