/* ETSI GS MEC 028 - WLAN Access Information API The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI The version of the OpenAPI document: 2.2.1 Generated by OpenAPI Generator: https://openapi-generator.tech */ syntax = "proto3"; package mec028; message ReportedBeaconFrameInfo { // A value of 0 indicates a Beacon or Probe Response. A value of 1 indicates a Measurement Pilot frame. int32 frameType = 1; // Value between 0 and 127 coded according to dot11PHYType. int32 phyType = 2; }