Searched refs:adv_proto_id_len (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | gas_server.c | 26 u8 adv_proto_id_len; member 95 size_t hdr_len = 24 + 2 + 5 + 3 + handler->adv_proto_id_len + 2; in gas_server_send_resp() 124 handler->adv_proto_id_len + in gas_server_send_resp() 134 wpabuf_put_u8(resp, 1 + handler->adv_proto_id_len); /* Length */ in gas_server_send_resp() 137 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len); in gas_server_send_resp() 228 if (adv_proto_len < 1 + handler->adv_proto_id_len || in gas_server_rx_initial_req() 230 handler->adv_proto_id_len) != 0) in gas_server_rx_initial_req() 261 size_t hdr_len = 24 + 2 + 6 + 3 + handler->adv_proto_id_len + 2; in gas_server_handle_rx_comeback_req() 270 handler->adv_proto_id_len); in gas_server_handle_rx_comeback_req() 279 wpabuf_put_u8(resp, 1 + handler->adv_proto_id_len); /* Lengt in gas_server_handle_rx_comeback_req() 550 gas_server_register(struct gas_server *gas, const u8 *adv_proto_id, u8 adv_proto_id_len, struct wpabuf * (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa, const u8 *query, size_t query_len, u16 *comeback_delay), void (*status_cb)(void *ctx, struct wpabuf *resp, int ok), void *ctx) gas_server_register() argument [all...] |
H A D | gas_server.h | 24 const u8 *adv_proto_id, u8 adv_proto_id_len,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | gas_server.c | 25 u8 adv_proto_id_len; member 90 size_t hdr_len = 24 + 2 + 5 + 3 + handler->adv_proto_id_len + 2; in gas_server_send_resp() 121 handler->adv_proto_id_len + in gas_server_send_resp() 131 wpabuf_put_u8(resp, 1 + handler->adv_proto_id_len); /* Length */ in gas_server_send_resp() 134 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len); in gas_server_send_resp() 215 if (adv_proto_len < 1 + handler->adv_proto_id_len || in gas_server_rx_initial_req() 217 handler->adv_proto_id_len) != 0) in gas_server_rx_initial_req() 243 size_t hdr_len = 24 + 2 + 6 + 3 + handler->adv_proto_id_len + 2; in gas_server_handle_rx_comeback_req() 260 handler->adv_proto_id_len + in gas_server_handle_rx_comeback_req() 270 wpabuf_put_u8(resp, 1 + handler->adv_proto_id_len); /* Lengt in gas_server_handle_rx_comeback_req() 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) gas_server_register() argument [all...] |
H A D | gas_server.h | 23 const u8 *adv_proto_id, u8 adv_proto_id_len,
|
Completed in 3 milliseconds