Home
last modified time | relevance | path

Searched refs:receive_sc (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/pae/
Dieee802_1x_secy_ops.h18 struct receive_sc;
43 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
44 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
Dieee802_1x_kay.c413 ieee802_1x_kay_init_receive_sa(struct receive_sc *psc, u8 an, u32 lowest_pn, in ieee802_1x_kay_init_receive_sa()
462 static struct receive_sc *
466 struct receive_sc *psc; in ieee802_1x_kay_init_receive_sc()
496 struct ieee802_1x_mka_participant *participant, struct receive_sc *psc) in ieee802_1x_kay_deinit_receive_sc()
520 struct receive_sc *rxsc; in ieee802_1x_kay_create_live_peer()
596 struct receive_sc *rxsc; in ieee802_1x_kay_move_live_peer()
1116 struct receive_sc *rxsc; in ieee802_1x_mka_get_lpn()
1119 dl_list_for_each(rxsc, &principal->rxsc_list, struct receive_sc, list) { in ieee802_1x_mka_get_lpn()
2357 struct receive_sc *rxsc, *pre_rxsc; in ieee802_1x_participant_timer()
2399 struct receive_sc, list) { in ieee802_1x_participant_timer()
[all …]
Dieee802_1x_kay_i.h121 struct receive_sc { struct
144 struct receive_sc *sc; /* list entry in struct receive_sc::sa_list */ argument
Dieee802_1x_secy_ops.c209 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) in secy_create_receive_sc()
230 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) in secy_delete_receive_sc()