HomeSort by relevance Sort by last modified time
    Searched refs:receive_sc (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/pae/
ieee802_1x_secy_ops.h 18 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);
ieee802_1x_kay_i.h 121 struct receive_sc { struct
144 struct receive_sc *sc; /* list entry in struct receive_sc::sa_list */
ieee802_1x_secy_ops.c 209 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc)
230 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc)
ieee802_1x_kay.c 413 ieee802_1x_kay_init_receive_sa(struct receive_sc *psc, u8 an, u32 lowest_pn,
462 static struct receive_sc *
466 struct receive_sc *psc;
496 struct ieee802_1x_mka_participant *participant, struct receive_sc *psc)
520 struct receive_sc *rxsc;
596 struct receive_sc *rxsc;
1116 struct receive_sc *rxsc;
1119 dl_list_for_each(rxsc, &principal->rxsc_list, struct receive_sc, list) {
    [all...]

Completed in 56 milliseconds