gas_server.c | 24 u8 adv_proto_id[MAX_ADV_PROTO_ID_LEN]; member in struct:gas_server_handler 131 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len); 213 os_memcmp(adv_proto + 1, handler->adv_proto_id, 269 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len); 458 const u8 *adv_proto_id, u8 adv_proto_id_len, 474 os_memcpy(handler->adv_proto_id, adv_proto_id, adv_proto_id_len);
|