Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c318 for (i = 0; tlvs[i].type != FT_RRB_LAST_EMPTY; i++) { in wpa_ft_tlv_len()
340 for (i = 0; tlvs[i].type != FT_RRB_LAST_EMPTY; i++) { in wpa_ft_tlv_lin()
560 WPA_PUT_LE16(pos, FT_RRB_LAST_EMPTY); in wpa_ft_rrb_build()
981 { .type = FT_RRB_LAST_EMPTY, .len = 0, .data = NULL }, in wpa_ft_rrb_seq_req()
1981 { .type = FT_RRB_LAST_EMPTY, .len = 0, .data = NULL }, in wpa_ft_pull_pmk_r1()
1992 { .type = FT_RRB_LAST_EMPTY, .len = 0, .data = NULL }, in wpa_ft_pull_pmk_r1()
3948 { .type = FT_RRB_LAST_EMPTY, .len = 0, .data = NULL }, in wpa_ft_rrb_build_r0()
4092 resp[1].type = FT_RRB_LAST_EMPTY; in wpa_ft_rrb_rx_pull()
4108 resp_auth[4].type = FT_RRB_LAST_EMPTY; in wpa_ft_rrb_rx_pull()
4612 seq_resp_auth[4].type = FT_RRB_LAST_EMPTY; in wpa_ft_rrb_rx_seq_req()
[all …]
H A Dwpa_auth.h67 #define FT_RRB_LAST_EMPTY 0 /* placeholder or padding */ macro