Home
last modified time | relevance | path

Searched refs:ieee802_1x_mka_hdr (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c84 struct ieee802_1x_mka_hdr *hdr = body; in set_mka_param_body_len()
92 const struct ieee802_1x_mka_hdr *hdr = body; in get_mka_param_body_len()
99 const struct ieee802_1x_mka_hdr *hdr = body; in get_mka_param_body_type()
949 struct ieee802_1x_mka_hdr *hdr; in ieee802_1x_mka_i_in_peerlist()
960 hdr = (struct ieee802_1x_mka_hdr *) pos; in ieee802_1x_mka_i_in_peerlist()
1010 const struct ieee802_1x_mka_hdr *hdr; in ieee802_1x_mka_decode_live_peer_body()
1019 hdr = (const struct ieee802_1x_mka_hdr *) peer_msg; in ieee802_1x_mka_decode_live_peer_body()
1070 const struct ieee802_1x_mka_hdr *hdr; in ieee802_1x_mka_decode_potential_peer_body()
1074 hdr = (const struct ieee802_1x_mka_hdr *) peer_msg; in ieee802_1x_mka_decode_potential_peer_body()
1252 struct ieee802_1x_mka_hdr *hdr; in ieee802_1x_mka_decode_sak_use_body()
[all …]
Dieee802_1x_kay_i.h151 struct ieee802_1x_mka_hdr { struct
170 #define MKA_HDR_LEN sizeof(struct ieee802_1x_mka_hdr) argument