OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wpa_authenticator
(Results
1 - 12
of
12
) sorted by null
/external/wpa_supplicant_8/src/ap/
wpa_auth.h
108
struct
wpa_authenticator
;
197
int (*for_each_auth)(void *ctx, int (*cb)(struct
wpa_authenticator
*a,
208
struct
wpa_authenticator
* wpa_init(const u8 *addr,
211
void wpa_deinit(struct
wpa_authenticator
*wpa_auth);
212
int wpa_reconfig(struct
wpa_authenticator
*wpa_auth,
222
int wpa_validate_wpa_ie(struct
wpa_authenticator
*wpa_auth,
228
wpa_auth_sta_init(struct
wpa_authenticator
*wpa_auth, const u8 *addr);
229
int wpa_auth_sta_associated(struct
wpa_authenticator
*wpa_auth,
233
void wpa_receive(struct
wpa_authenticator
*wpa_auth,
243
void wpa_gtk_rekey(struct
wpa_authenticator
*wpa_auth)
[
all
...]
wpa_auth_i.h
31
struct
wpa_authenticator
*wpa_auth;
162
struct
wpa_authenticator
{
struct
193
void wpa_auth_logger(struct
wpa_authenticator
*wpa_auth, const u8 *addr,
195
void wpa_auth_vlogger(struct
wpa_authenticator
*wpa_auth, const u8 *addr,
197
void __wpa_send_eapol(struct
wpa_authenticator
*wpa_auth,
202
int wpa_auth_for_each_sta(struct
wpa_authenticator
*wpa_auth,
205
int wpa_auth_for_each_auth(struct
wpa_authenticator
*wpa_auth,
206
int (*cb)(struct
wpa_authenticator
*a, void *ctx),
210
int wpa_stsl_remove(struct
wpa_authenticator
*wpa_auth,
212
void wpa_smk_error(struct
wpa_authenticator
*wpa_auth
[
all
...]
wpa_auth_ie.h
54
int wpa_auth_gen_wpa_ie(struct
wpa_authenticator
*wpa_auth);
peerkey_auth.c
31
struct
wpa_authenticator
*wpa_auth = eloop_ctx;
56
static void wpa_smk_send_error(struct
wpa_authenticator
*wpa_auth,
87
void wpa_smk_m1(struct
wpa_authenticator
*wpa_auth,
151
static void wpa_send_smk_m4(struct
wpa_authenticator
*wpa_auth,
204
static void wpa_send_smk_m5(struct
wpa_authenticator
*wpa_auth,
261
void wpa_smk_m3(struct
wpa_authenticator
*wpa_auth,
332
void wpa_smk_error(struct
wpa_authenticator
*wpa_auth,
375
int wpa_stsl_remove(struct
wpa_authenticator
*wpa_auth,
wpa_auth.c
43
static void wpa_group_sm_step(struct
wpa_authenticator
*wpa_auth,
46
static int wpa_gtk_update(struct
wpa_authenticator
*wpa_auth,
48
static int wpa_group_config_group_keys(struct
wpa_authenticator
*wpa_auth,
63
struct
wpa_authenticator
*wpa_auth, const u8 *addr)
70
static inline void wpa_auth_set_eapol(struct
wpa_authenticator
*wpa_auth,
79
static inline int wpa_auth_get_eapol(struct
wpa_authenticator
*wpa_auth,
88
static inline const u8 * wpa_auth_get_psk(struct
wpa_authenticator
*wpa_auth,
97
static inline int wpa_auth_get_msk(struct
wpa_authenticator
*wpa_auth,
106
static inline int wpa_auth_set_key(struct
wpa_authenticator
*wpa_auth,
118
static inline int wpa_auth_get_seqnum(struct
wpa_authenticator
*wpa_auth
[
all
...]
wpa_auth_ft.c
54
static int wpa_ft_rrb_send(struct
wpa_authenticator
*wpa_auth, const u8 *dst,
65
static int wpa_ft_action_send(struct
wpa_authenticator
*wpa_auth,
76
wpa_ft_add_sta(struct
wpa_authenticator
*wpa_auth, const u8 *sta_addr)
212
static int wpa_ft_store_pmk_r0(struct
wpa_authenticator
*wpa_auth,
237
static int wpa_ft_fetch_pmk_r0(struct
wpa_authenticator
*wpa_auth,
262
static int wpa_ft_store_pmk_r1(struct
wpa_authenticator
*wpa_auth,
287
static int wpa_ft_fetch_pmk_r1(struct
wpa_authenticator
*wpa_auth,
312
static int wpa_ft_pull_pmk_r1(struct
wpa_authenticator
*wpa_auth,
404
static inline int wpa_auth_get_seqnum(struct
wpa_authenticator
*wpa_auth,
868
static inline int wpa_auth_set_key(struct
wpa_authenticator
*wpa_auth
[
all
...]
hostapd.h
97
struct
wpa_authenticator
*wpa_auth;
wpa_auth_glue.c
275
int (*cb)(struct
wpa_authenticator
*sm, void *ctx);
293
void *ctx, int (*cb)(struct
wpa_authenticator
*sm, void *ctx),
wpa_auth_ie.c
338
int wpa_auth_gen_wpa_ie(struct
wpa_authenticator
*wpa_auth)
406
static int wpa_auth_okc_iter(struct
wpa_authenticator
*a, void *ctx)
417
int wpa_validate_wpa_ie(struct
wpa_authenticator
*wpa_auth,
/external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h
36
struct
wpa_authenticator
*auth_group;
/external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c
45
struct
wpa_authenticator
*auth_group;
/external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c
45
struct
wpa_authenticator
*auth_group;
Completed in 702 milliseconds