Searched refs:fst_session_send_action (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/fst/ |
D | fst_session.c | 268 static int fst_session_send_action(struct fst_session *s, bool old_iface, in fst_session_send_action() function 345 res = fst_session_send_action(s, true, &td, sizeof(td), NULL); in fst_session_send_tear_down() 688 if (!fst_session_send_action(s, false, &res, sizeof(res), NULL)) { in fst_session_handle_ack_request() 906 res = fst_session_send_action(s, true, &req, sizeof(req), in fst_session_initiate_setup() 1001 if (fst_session_send_action(s, true, &res, sizeof(res), in fst_session_respond() 1054 res = fst_session_send_action(s, false, &req, sizeof(req), NULL); in fst_session_initiate_switch() 1395 return fst_session_send_action(&s, true, &req, sizeof(req), in fst_test_req_send_fst_request() 1470 return fst_session_send_action(&s, true, &res, sizeof(res), in fst_test_req_send_fst_response() 1499 return fst_session_send_action(&s, false, &req, sizeof(req), NULL); in fst_test_req_send_ack_request() 1527 return fst_session_send_action(&s, false, &res, sizeof(res), NULL); in fst_test_req_send_ack_response() [all …]
|