Home
last modified time | relevance | path

Searched refs:send_mgmt (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/pasn/
Dpasn_common.c36 int (*send_mgmt)(void *ctx, const u8 *data, in pasn_register_callbacks()
48 pasn->send_mgmt = send_mgmt; in pasn_register_callbacks()
Dpasn_common.h142 int (*send_mgmt)(void *ctx, const u8 *data, size_t data_len, int noack, member
188 int (*send_mgmt)(void *ctx, const u8 *data,
Dpasn_responder.c416 ret = pasn->send_mgmt(pasn->cb_ctx, wpabuf_head_u8(buf), in handle_auth_pasn_comeback()
581 ret = pasn->send_mgmt(pasn->cb_ctx, wpabuf_head_u8(buf), in handle_auth_pasn_resp()
Dpasn_initiator.c927 ret = pasn->send_mgmt(pasn->cb_ctx, in wpas_pasn_send_auth_1()
1332 ret = pasn->send_mgmt(pasn->cb_ctx, in wpa_pasn_auth_rx()
/hostap-latest/tests/fuzzing/pasn-init/
Dpasn-init.c40 pasn.send_mgmt = pasn_send_mgmt; in LLVMFuzzerTestOneInput()
/hostap-latest/tests/fuzzing/pasn-resp/
Dpasn-resp.c67 pasn.send_mgmt = pasn_send_mgmt; in LLVMFuzzerTestOneInput()