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

  /external/wpa_supplicant_8/src/pae/
ieee802_1x_secy_ops.h 39 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
40 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
ieee802_1x_kay.h 110 struct receive_sc { struct
131 struct receive_sc *sc; /* list entry in struct receive_sc::sa_list */
152 int (*create_receive_sc)(void *ctx, struct receive_sc *sc,
155 int (*delete_receive_sc)(void *ctx, struct receive_sc *sc);
ieee802_1x_secy_ops.c 219 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc)
239 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc)
ieee802_1x_kay.c 431 ieee802_1x_kay_init_receive_sa(struct receive_sc *psc, u8 an, u32 lowest_pn,
484 static struct receive_sc *
487 struct receive_sc *psc;
525 struct ieee802_1x_mka_participant *participant, struct receive_sc *psc)
576 struct receive_sc *rxsc;
632 struct receive_sc *rxsc;
1140 struct receive_sc *rxsc;
1143 dl_list_for_each(rxsc, &principal->rxsc_list, struct receive_sc, list) {
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 285 struct receive_sc *sc,
294 struct receive_sc *sc,
416 static int macsec_qca_create_receive_sc(void *priv, struct receive_sc *sc,
472 static int macsec_qca_delete_receive_sc(void *priv, struct receive_sc *sc)
driver_macsec_linux.c 711 static int macsec_drv_create_receive_sc(void *priv, struct receive_sc *sc,
749 static int macsec_drv_delete_receive_sc(void *priv, struct receive_sc *sc)
driver.h     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_kay.c 109 static int wpas_create_receive_sc(void *wpa_s, struct receive_sc *sc,
117 static int wpas_delete_receive_sc(void *wpa_s, struct receive_sc *sc)
driver_i.h 792 wpa_drv_create_receive_sc(struct wpa_supplicant *wpa_s, struct receive_sc *sc,
802 struct receive_sc *sc)

Completed in 79 milliseconds