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

  /external/wpa_supplicant_8/src/pae/
ieee802_1x_secy_ops.h 43 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);
ieee802_1x_secy_ops.c 209 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc)
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)
234 if (!kay || !rxsc) {
246 return ops->delete_receive_sc(ops->ctx, rxsc->channel);
ieee802_1x_kay.c 520 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);
1111 struct receive_sc *rxsc; local
2347 struct receive_sc *rxsc, *pre_rxsc; local
2651 struct receive_sc *rxsc; local
2707 struct receive_sc *rxsc; local
2786 struct receive_sc *rxsc; local
3396 struct receive_sc *rxsc; local
    [all...]

Completed in 55 milliseconds