Searched refs:body_tx (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_kay.c | 2020 int (*body_tx)(struct ieee802_1x_mka_participant *participant, member 2032 .body_tx = ieee802_1x_mka_encode_basic_body, 2040 .body_tx = ieee802_1x_mka_encode_live_peer_body, 2048 .body_tx = ieee802_1x_mka_encode_potential_peer_body, 2056 .body_tx = ieee802_1x_mka_encode_sak_use_body, 2064 .body_tx = ieee802_1x_mka_encode_dist_sak_body, 2072 .body_tx = NULL, 2080 .body_tx = NULL, 2088 .body_tx = NULL, 2096 .body_tx = ieee802_1x_mka_encode_icv_body, [all …]
|