Searched refs:adv_proto_id_len (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/common/
H A Dgas_server.c25 u8 adv_proto_id_len; member in struct:gas_server_handler
90 size_t hdr_len = 24 + 2 + 5 + 3 + handler->adv_proto_id_len + 2;
121 handler->adv_proto_id_len +
131 wpabuf_put_u8(resp, 1 + handler->adv_proto_id_len); /* Length */
134 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len);
215 if (adv_proto_len < 1 + handler->adv_proto_id_len ||
217 handler->adv_proto_id_len) != 0)
243 size_t hdr_len = 24 + 2 + 6 + 3 + handler->adv_proto_id_len + 2;
260 handler->adv_proto_id_len +
270 wpabuf_put_u8(resp, 1 + handler->adv_proto_id_len); /* Lengt
461 gas_server_register(struct gas_server *gas, const u8 *adv_proto_id, u8 adv_proto_id_len, struct wpabuf * (*req_cb)(void *ctx, const u8 *sa, const u8 *query, size_t query_len), void (*status_cb)(void *ctx, struct wpabuf *resp, int ok), void *ctx) argument
[all...]
H A Dgas_server.h23 const u8 *adv_proto_id, u8 adv_proto_id_len,

Completed in 76 milliseconds