• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/wpa/src/ap/

Lines Matching defs:msgtype

1025 		   const char *msgtype, int no_defer)
1034 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both));
1080 MACSTR, msgtype, MAC2STR(src_addr));
1085 msgtype, MAC2STR(src_addr));
1095 const char *msgtype)
1104 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both));
3583 const char *msgtype = "pull request";
3601 RRB_GET_AUTH(FT_RRB_R0KH_ID, r0kh_id, msgtype, -1);
3609 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN);
3630 auth, auth_len, msgtype, no_defer);
3661 msgtype);
3665 RRB_GET(FT_RRB_PMK_R0_NAME, pmk_r0_name, msgtype, WPA_PMK_NAME_LEN);
3669 RRB_GET(FT_RRB_S1KH_ID, s1kh_id, msgtype, ETH_ALEN);
3734 const char *msgtype, u8 *s1kh_id_out,
3764 RRB_GET_AUTH(FT_RRB_R0KH_ID, r0kh_id, msgtype, -1);
3767 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN);
3791 auth, auth_len, msgtype,
3822 msgtype);
3826 RRB_GET(FT_RRB_S1KH_ID, s1kh_id, msgtype, ETH_ALEN);
3833 RRB_GET(FT_RRB_PAIRWISE, pairwise, msgtype, sizeof(le16));
3837 RRB_GET(FT_RRB_PMK_R1_NAME, pmk_r1_name, msgtype, WPA_PMK_NAME_LEN);
3846 RRB_GET(FT_RRB_PMK_R1, pmk_r1, msgtype, pmk_r1_len);
3851 RRB_GET_OPTIONAL(FT_RRB_EXPIRES_IN, expires_in, msgtype,
3858 wpa_printf(MSG_DEBUG, "FT: PMK-R1 %s - expires_in=%d", msgtype,
3870 RRB_GET_OPTIONAL(FT_RRB_IDENTITY, identity, msgtype, -1);
3875 RRB_GET_OPTIONAL(FT_RRB_RADIUS_CUI, radius_cui, msgtype, -1);
3880 RRB_GET_OPTIONAL(FT_RRB_SESSION_TIMEOUT, session_timeout, msgtype,
3966 const char *msgtype = "pull response";
3975 RRB_GET_AUTH(FT_RRB_NONCE, nonce, msgtype, FT_RRB_NONCE_LEN);
3987 enc, enc_len, auth, auth_len, msgtype, s1kh_id,
4019 const char *msgtype = "push";
4024 enc, enc_len, auth, auth_len, msgtype, NULL,