Searched refs:send_mgmt (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/pasn/ |
D | pasn_common.c | 36 int (*send_mgmt)(void *ctx, const u8 *data, in pasn_register_callbacks() 48 pasn->send_mgmt = send_mgmt; in pasn_register_callbacks()
|
D | pasn_common.h | 142 int (*send_mgmt)(void *ctx, const u8 *data, size_t data_len, int noack, member 188 int (*send_mgmt)(void *ctx, const u8 *data,
|
D | pasn_responder.c | 416 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()
|
D | pasn_initiator.c | 927 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/ |
D | pasn-init.c | 40 pasn.send_mgmt = pasn_send_mgmt; in LLVMFuzzerTestOneInput()
|
/hostap-latest/tests/fuzzing/pasn-resp/ |
D | pasn-resp.c | 67 pasn.send_mgmt = pasn_send_mgmt; in LLVMFuzzerTestOneInput()
|