Searched refs:FT_RRB_LAST_EMPTY (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 312 for (i = 0; tlvs[i].type != FT_RRB_LAST_EMPTY; i++) { in wpa_ft_tlv_len() 334 for (i = 0; tlvs[i].type != FT_RRB_LAST_EMPTY; i++) { in wpa_ft_tlv_lin() 554 WPA_PUT_LE16(pos, FT_RRB_LAST_EMPTY); in wpa_ft_rrb_build() 945 { .type = FT_RRB_LAST_EMPTY, .len = 0, .data = NULL }, in wpa_ft_rrb_seq_req() 1944 { .type = FT_RRB_LAST_EMPTY, .len = 0, .data = NULL }, in wpa_ft_pull_pmk_r1() 1955 { .type = FT_RRB_LAST_EMPTY, .len = 0, .data = NULL }, in wpa_ft_pull_pmk_r1() 3524 { .type = FT_RRB_LAST_EMPTY, .len = 0, .data = NULL }, in wpa_ft_rrb_build_r0() 3667 resp[1].type = FT_RRB_LAST_EMPTY; in wpa_ft_rrb_rx_pull() 3683 resp_auth[4].type = FT_RRB_LAST_EMPTY; in wpa_ft_rrb_rx_pull() 4185 seq_resp_auth[4].type = FT_RRB_LAST_EMPTY; in wpa_ft_rrb_rx_seq_req() [all …]
|
D | wpa_auth.h | 66 #define FT_RRB_LAST_EMPTY 0 /* placeholder or padding */ macro
|