Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.h111 struct receive_sc { struct
132 struct receive_sc *sc; /* list entry in struct receive_sc::sa_list */ argument
154 int (*create_receive_sc)(void *ctx, struct receive_sc *sc,
157 int (*delete_receive_sc)(void *ctx, struct receive_sc *sc);
Dieee802_1x_secy_ops.h41 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
42 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
Dieee802_1x_kay.c467 ieee802_1x_kay_init_receive_sa(struct receive_sc *psc, u8 an, u32 lowest_pn, in ieee802_1x_kay_init_receive_sa()
520 static struct receive_sc *
523 struct receive_sc *psc; in ieee802_1x_kay_init_receive_sc()
561 struct ieee802_1x_mka_participant *participant, struct receive_sc *psc) in ieee802_1x_kay_deinit_receive_sc()
612 struct receive_sc *rxsc; in ieee802_1x_kay_create_live_peer()
672 struct receive_sc *rxsc; in ieee802_1x_kay_move_live_peer()
1361 struct receive_sc *rxsc; in ieee802_1x_mka_decode_sak_use_body()
1485 dl_list_for_each(rxsc, &participant->rxsc_list, struct receive_sc, in ieee802_1x_mka_decode_sak_use_body()
2498 struct receive_sc *rxsc, *pre_rxsc; in ieee802_1x_participant_timer()
2531 struct receive_sc, list) { in ieee802_1x_participant_timer()
[all …]
Dieee802_1x_secy_ops.c240 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) in secy_create_receive_sc()
260 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) in secy_delete_receive_sc()
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c301 struct receive_sc *sc, in macsec_qca_lookup_receive_channel()
310 struct receive_sc *sc, in macsec_qca_register_receive_channel()
432 static int macsec_qca_create_receive_sc(void *priv, struct receive_sc *sc, in macsec_qca_create_receive_sc()
488 static int macsec_qca_delete_receive_sc(void *priv, struct receive_sc *sc) in macsec_qca_delete_receive_sc()
Ddriver_macsec_linux.c812 static int macsec_drv_create_receive_sc(void *priv, struct receive_sc *sc, in macsec_drv_create_receive_sc()
852 static int macsec_drv_delete_receive_sc(void *priv, struct receive_sc *sc) in macsec_drv_delete_receive_sc()
Ddriver.h3859 int (*create_receive_sc)(void *priv, struct receive_sc *sc,
3869 int (*delete_receive_sc)(void *priv, struct receive_sc *sc);
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_kay.c115 static int wpas_create_receive_sc(void *wpa_s, struct receive_sc *sc, in wpas_create_receive_sc()
123 static int wpas_delete_receive_sc(void *wpa_s, struct receive_sc *sc) in wpas_delete_receive_sc()
Ddriver_i.h816 wpa_drv_create_receive_sc(struct wpa_supplicant *wpa_s, struct receive_sc *sc, in wpa_drv_create_receive_sc()
826 struct receive_sc *sc) in wpa_drv_delete_receive_sc()