Home
last modified time | relevance | path

Searched refs:fsts_id (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/fst/
Dfst_session.c30 (s)->id, (s)->data.fsts_id, \
65 u32 fsts_id; /* FSTS ID, see spec, 8.4.2.147 member
345 td.fsts_id = host_to_le32(s->data.fsts_id); in fst_session_send_tear_down()
466 if (le_to_host32(req->stie.fsts_id) != s->data.fsts_id) in fst_session_handle_setup_request()
490 s->data.fsts_id = le_to_host32(req->stie.fsts_id); in fst_session_handle_setup_request()
552 le_to_host32(res->stie.fsts_id) != s->data.fsts_id) { in fst_session_handle_setup_response()
555 le_to_host32(res->stie.fsts_id)); in fst_session_handle_setup_response()
626 if (le_to_host32(td->fsts_id) != s->data.fsts_id) { in fst_session_handle_tear_down()
629 le_to_host32(td->fsts_id)); in fst_session_handle_tear_down()
677 if (le_to_host32(req->fsts_id) != s->data.fsts_id) { in fst_session_handle_ack_request()
[all …]
Dfst_defs.h37 le32 fsts_id; member
73 le32 fsts_id; member
79 le32 fsts_id; member
84 le32 fsts_id; member
Dfst_group.h16 u32 fsts_id; member
Dfst_group.c259 g->fsts_id++; in fst_group_assign_fsts_id()
260 return g->fsts_id; in fst_group_assign_fsts_id()
Dfst_ctrl_iface.c439 u32 fsts_id = fst_test_req_get_fsts_id( in test_request() local
441 if (fsts_id != FST_FSTS_ID_NOT_FOUND) in test_request()
442 return os_snprintf(buf, buflen, "%u\n", fsts_id); in test_request()