Searched refs:fst_session_send_action (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_session.c270 static int fst_session_send_action(struct fst_session *s, Boolean old_iface, function
347 res = fst_session_send_action(s, TRUE, &td, sizeof(td), NULL);
709 if (!fst_session_send_action(s, FALSE, &res, sizeof(res), NULL)) {
929 res = fst_session_send_action(s, TRUE, &req, sizeof(req),
1024 if (fst_session_send_action(s, TRUE, &res, sizeof(res),
1077 res = fst_session_send_action(s, FALSE, &req, sizeof(req), NULL);
1418 return fst_session_send_action(&s, TRUE, &req, sizeof(req),
1493 return fst_session_send_action(&s, TRUE, &res, sizeof(res),
1522 return fst_session_send_action(&s, FALSE, &req, sizeof(req), NULL);
1550 return fst_session_send_action(
[all...]
/external/wpa_supplicant_8/src/fst/
H A Dfst_session.c270 static int fst_session_send_action(struct fst_session *s, Boolean old_iface, function
347 res = fst_session_send_action(s, TRUE, &td, sizeof(td), NULL);
709 if (!fst_session_send_action(s, FALSE, &res, sizeof(res), NULL)) {
929 res = fst_session_send_action(s, TRUE, &req, sizeof(req),
1024 if (fst_session_send_action(s, TRUE, &res, sizeof(res),
1077 res = fst_session_send_action(s, FALSE, &req, sizeof(req), NULL);
1418 return fst_session_send_action(&s, TRUE, &req, sizeof(req),
1493 return fst_session_send_action(&s, TRUE, &res, sizeof(res),
1522 return fst_session_send_action(&s, FALSE, &req, sizeof(req), NULL);
1550 return fst_session_send_action(
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_session.c270 static int fst_session_send_action(struct fst_session *s, Boolean old_iface, function
347 res = fst_session_send_action(s, TRUE, &td, sizeof(td), NULL);
709 if (!fst_session_send_action(s, FALSE, &res, sizeof(res), NULL)) {
929 res = fst_session_send_action(s, TRUE, &req, sizeof(req),
1024 if (fst_session_send_action(s, TRUE, &res, sizeof(res),
1077 res = fst_session_send_action(s, FALSE, &req, sizeof(req), NULL);
1418 return fst_session_send_action(&s, TRUE, &req, sizeof(req),
1493 return fst_session_send_action(&s, TRUE, &res, sizeof(res),
1522 return fst_session_send_action(&s, FALSE, &req, sizeof(req), NULL);
1550 return fst_session_send_action(
[all...]

Completed in 69 milliseconds