WLAN AP Information. More...
#include <glsupl2locationid.h>
Public Attributes | |
unsigned char | apMACAddress [6] |
Access Point MAC Address. | |
short | apTransmitPower |
AP transmit power in dBm. | |
short | apAntennaGain |
AP antenna gain in dBi. | |
short | apSignaltoNoise |
AP Signal to Noise received at the SET in dB. | |
short | apSignalStrength |
AP signal strength received at the SET in dBm. | |
unsigned short | apChannelFrequency |
AP channel/frequency of Tx/Rx. | |
GLSUPL_RTD | apRoundTripDelay |
Round Trip Delay between SET and AP. | |
short | setTransmitPower |
SET transmit power in dBm. | |
short | setAntennaGain |
SET antenna gain in dBi. | |
short | setSignaltoNoise |
SET Signal to Noise received at the AP in dB. | |
short | setSignalStrength |
SET signal strength received at the AP in dBm. | |
GLSUPL_ReportedLocation | apReportedLocation |
Location of the Access Point as reported by the AP. |
WLAN AP Information.
This parameter defines the parameter of a WLAN access point [IEEE 802.11v].
Reference: OMA SUPL TS (Section 10.11.7 WLAN AP Info)
ASN.1 specification:
WlanAPInformation ::= SEQUENCE { -- as per [IEEE 802.11v] apMACAddress BIT STRING(SIZE (48)), -- AP MAC Address apTransmitPower INTEGER(-127..128) OPTIONAL, -- AP transmit power in dbm apAntennaGain INTEGER(-127..128) OPTIONAL, -- AP antenna gain in dBi apSignaltoNoise INTEGER(-127..128) OPTIONAL, -- AP S/N received at SET apDeviceType ENUMERATED {wlan802-11a(0), wlan802-11b(1), wlan802-11g(2), ...} OPTIONAL, apSignalStrength INTEGER(-127..128) OPTIONAL, -- AP signal strength at SET apChannelFrequency INTEGER(0..256) OPTIONAL, -- AP channel/frequency of Tx/Rx apRoundTripDelay RTD OPTIONAL, -- Round Trip Delay between SET and AP setTransmitPower INTEGER(-127..128) OPTIONAL, -- SET transmit power in dBm setAntennaGain INTEGER (-127..128) OPTIONAL, -- SET antenna gain in dBi setSignaltoNoise INTEGER (-127..128) OPTIONAL, -- SET S/N received at AP setSignalStrength INTEGER(-127..128) OPTIONAL, -- SET signal strength at AP apReportedLocation ReportedLocation OPTIONAL, -- AP Location reported by AP ... }