Searched refs:receive_sc (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.h | 111 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);
|
D | ieee802_1x_secy_ops.h | 41 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);
|
D | ieee802_1x_kay.c | 467 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() 1529 struct receive_sc *rxsc; in ieee802_1x_mka_decode_sak_use_body() 1534 struct receive_sc, list) { in ieee802_1x_mka_decode_sak_use_body() 2545 struct receive_sc *rxsc, *pre_rxsc; in ieee802_1x_participant_timer() 2578 struct receive_sc, list) { in ieee802_1x_participant_timer() [all …]
|
D | ieee802_1x_secy_ops.c | 240 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/wpa_supplicant/ |
D | wpas_kay.c | 115 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()
|
D | driver_i.h | 856 wpa_drv_create_receive_sc(struct wpa_supplicant *wpa_s, struct receive_sc *sc, in wpa_drv_create_receive_sc() 866 struct receive_sc *sc) in wpa_drv_delete_receive_sc()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_qca.c | 523 struct receive_sc *sc, in macsec_qca_lookup_receive_channel() 532 struct receive_sc *sc, in macsec_qca_register_receive_channel() 654 static int macsec_qca_create_receive_sc(void *priv, struct receive_sc *sc, in macsec_qca_create_receive_sc() 710 static int macsec_qca_delete_receive_sc(void *priv, struct receive_sc *sc) in macsec_qca_delete_receive_sc()
|
D | driver_macsec_linux.c | 816 static int macsec_drv_create_receive_sc(void *priv, struct receive_sc *sc, in macsec_drv_create_receive_sc() 856 static int macsec_drv_delete_receive_sc(void *priv, struct receive_sc *sc) in macsec_drv_delete_receive_sc()
|
D | driver.h | 4207 int (*create_receive_sc)(void *priv, struct receive_sc *sc, 4217 int (*delete_receive_sc)(void *priv, struct receive_sc *sc);
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_kay.c | 150 static int hapd_create_receive_sc(void *priv, struct receive_sc *sc, in hapd_create_receive_sc() 163 static int hapd_delete_receive_sc(void *priv, struct receive_sc *sc) in hapd_delete_receive_sc()
|