OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wpa_sm
(Results
26 - 48
of
48
) sorted by null
1
2
/external/wpa_supplicant/
wpa.c
223
static void wpa_supplicant_peerkey_free(struct
wpa_sm
*sm,
729
struct
wpa_sm
*sm)
842
static int wpa_gen_wpa_ie(struct
wpa_sm
*sm, u8 *wpa_ie, size_t wpa_ie_len)
940
static void wpa_eapol_key_send(struct
wpa_sm
*sm, const u8 *kck,
981
void wpa_sm_key_request(struct
wpa_sm
*sm, int error, int pairwise)
1039
int wpa_sm_stkstart(struct
wpa_sm
*sm, const u8 *peer)
[
all
...]
pmksa_cache.c
34
struct
wpa_sm
*sm; /* TODO: get rid of this reference(?) */
380
struct rsn_pmksa_cache_entry * pmksa_cache_get_current(struct
wpa_sm
*sm)
392
void pmksa_cache_clear_current(struct
wpa_sm
*sm)
409
int pmksa_cache_set_current(struct
wpa_sm
*sm, const u8 *pmkid,
441
int pmksa_cache_list(struct
wpa_sm
*sm, char *buf, size_t len)
488
void *ctx, struct
wpa_sm
*sm)
wpa_supplicant_i.h
28
struct
wpa_sm
;
316
struct
wpa_sm
*wpa;
/external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c
70
wpa_auth_sta_local_mic_failure_report(sta->
wpa_sm
);
wpa_auth_glue.c
267
if (sta->
wpa_sm
&& cb(sta->
wpa_sm
, cb_ctx))
403
if (sta == NULL || sta->
wpa_sm
== NULL)
432
if (sta->
wpa_sm
) {
434
return sta->
wpa_sm
;
437
sta->
wpa_sm
= wpa_auth_sta_init(hapd->wpa_auth, sta->addr);
438
if (sta->
wpa_sm
== NULL) {
444
return sta->
wpa_sm
;