Searched refs:send_mgmt (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/wpa/src/pasn/ |
| H A 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()
|
| H A 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,
|
| H A 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()
|
| H A 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()
|