Searched refs:rxsc (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_secy_ops.h43 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);
H A Dieee802_1x_secy_ops.c209 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) argument
213 if (!kay || !rxsc) {
225 return ops->create_receive_sc(ops->ctx, rxsc->channel, &rxsc->sci,
230 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) argument
234 if (!kay || !rxsc) {
246 return ops->delete_receive_sc(ops->ctx, rxsc->channel);
H A Dieee802_1x_kay.c520 struct receive_sc *rxsc; local
539 rxsc = ieee802_1x_kay_init_receive_sc(&peer->sci, sc_ch);
540 if (!rxsc)
543 dl_list_add(&participant->rxsc_list, &rxsc->list);
544 secy_create_receive_sc(participant->kay, rxsc);
596 struct receive_sc *rxsc; local
621 rxsc = ieee802_1x_kay_init_receive_sc(&peer->sci, sc_ch);
622 if (!rxsc)
625 dl_list_add(&participant->rxsc_list, &rxsc->list);
626 secy_create_receive_sc(participant->kay, rxsc);
1116 struct receive_sc *rxsc; local
2357 struct receive_sc *rxsc, *pre_rxsc; local
2661 struct receive_sc *rxsc; local
2717 struct receive_sc *rxsc; local
2796 struct receive_sc *rxsc; local
3410 struct receive_sc *rxsc; local
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_secy_ops.h43 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);
H A Dieee802_1x_secy_ops.c209 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) argument
213 if (!kay || !rxsc) {
225 return ops->create_receive_sc(ops->ctx, rxsc->channel, &rxsc->sci,
230 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) argument
234 if (!kay || !rxsc) {
246 return ops->delete_receive_sc(ops->ctx, rxsc->channel);
H A Dieee802_1x_kay.c520 struct receive_sc *rxsc; local
539 rxsc = ieee802_1x_kay_init_receive_sc(&peer->sci, sc_ch);
540 if (!rxsc)
543 dl_list_add(&participant->rxsc_list, &rxsc->list);
544 secy_create_receive_sc(participant->kay, rxsc);
596 struct receive_sc *rxsc; local
621 rxsc = ieee802_1x_kay_init_receive_sc(&peer->sci, sc_ch);
622 if (!rxsc)
625 dl_list_add(&participant->rxsc_list, &rxsc->list);
626 secy_create_receive_sc(participant->kay, rxsc);
1116 struct receive_sc *rxsc; local
2357 struct receive_sc *rxsc, *pre_rxsc; local
2661 struct receive_sc *rxsc; local
2717 struct receive_sc *rxsc; local
2796 struct receive_sc *rxsc; local
3410 struct receive_sc *rxsc; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_secy_ops.h43 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);
H A Dieee802_1x_secy_ops.c209 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) argument
213 if (!kay || !rxsc) {
225 return ops->create_receive_sc(ops->ctx, rxsc->channel, &rxsc->sci,
230 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) argument
234 if (!kay || !rxsc) {
246 return ops->delete_receive_sc(ops->ctx, rxsc->channel);
H A Dieee802_1x_kay.c520 struct receive_sc *rxsc; local
539 rxsc = ieee802_1x_kay_init_receive_sc(&peer->sci, sc_ch);
540 if (!rxsc)
543 dl_list_add(&participant->rxsc_list, &rxsc->list);
544 secy_create_receive_sc(participant->kay, rxsc);
596 struct receive_sc *rxsc; local
621 rxsc = ieee802_1x_kay_init_receive_sc(&peer->sci, sc_ch);
622 if (!rxsc)
625 dl_list_add(&participant->rxsc_list, &rxsc->list);
626 secy_create_receive_sc(participant->kay, rxsc);
1116 struct receive_sc *rxsc; local
2357 struct receive_sc *rxsc, *pre_rxsc; local
2661 struct receive_sc *rxsc; local
2717 struct receive_sc *rxsc; local
2796 struct receive_sc *rxsc; local
3410 struct receive_sc *rxsc; local
[all...]

Completed in 113 milliseconds