Searched refs:fst_session_send_action (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/fst/ |
D | fst_session.c | 270 static int fst_session_send_action(struct fst_session *s, bool old_iface, in fst_session_send_action() function 347 res = fst_session_send_action(s, true, &td, sizeof(td), NULL); in fst_session_send_tear_down() 690 if (!fst_session_send_action(s, false, &res, sizeof(res), NULL)) { in fst_session_handle_ack_request() 908 res = fst_session_send_action(s, true, &req, sizeof(req), in fst_session_initiate_setup() 1003 if (fst_session_send_action(s, true, &res, sizeof(res), in fst_session_respond() 1056 res = fst_session_send_action(s, false, &req, sizeof(req), NULL); in fst_session_initiate_switch() 1397 return fst_session_send_action(&s, true, &req, sizeof(req), in fst_test_req_send_fst_request() 1472 return fst_session_send_action(&s, true, &res, sizeof(res), in fst_test_req_send_fst_response() 1501 return fst_session_send_action(&s, false, &req, sizeof(req), NULL); in fst_test_req_send_ack_request() 1529 return fst_session_send_action(&s, false, &res, sizeof(res), NULL); in fst_test_req_send_ack_response() [all …]
|