Home
last modified time | relevance | path

Searched refs:receive_sc (Results 1 – 10 of 10) 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()
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 …]
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/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.h856 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/
Ddriver_macsec_qca.c523 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()
Ddriver_macsec_linux.c816 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()
Ddriver.h4207 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/
Dwpa_auth_kay.c150 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()