neighbor_report.proto 909 Bytes
Newer Older
/*
  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.1.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec028;


message NeighborReport {

  // BSS Id of the Access Point that is being reported.
  string bssid = 1;

  // Additional information related to Access Point that is being reported such as AP reachability, security, key scope, Mobility Domain, HT/VHT capability and Fine Time Measurements.
  int32 bssid_info = 2;

  // The channel currently used by this Access Point.
  int32 channel = 3;

  // The channel set of the AP indicated by this BSSID.
  int32 operating_class = 4;

  // PHY type of the AP indicated by this BSSID. It is an integer value coded according to the value of the dot11PHYType.
  int32 phy_type = 5;

}