Searched refs:fst_session_send_action (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_session.c | 270 static int fst_session_send_action(struct fst_session *s, Boolean 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( in fst_test_req_send_ack_response() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A 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( in fst_test_req_send_ack_response() [all...] |
Completed in 5 milliseconds