1 / 11

Anand Balachandran Charles Hudak Geoffrey M. Voelker

Real-Time Performance Monitoring and Evaluation of an 802.11 Wireless LAN – Wireless Research API (WRAPI). Anand Balachandran Charles Hudak Geoffrey M. Voelker. Access Points. Internet. Motivation.

ellery
Download Presentation

Anand Balachandran Charles Hudak Geoffrey M. Voelker

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Real-Time Performance Monitoring and Evaluation of an 802.11 Wireless LAN– Wireless Research API (WRAPI) Anand Balachandran Charles Hudak Geoffrey M. Voelker

  2. Access Points Internet Motivation 1. Users in a wireless LAN benefit from an understanding of the RF network weather – recd. signal strengths, operating power, RF channel, SSID etc. 2. Network administrators and applications need to monitor the wireless LAN for site survey, nature of RF environment, load balancing decisions, etc.

  3. Outline • Motivation • Existing Mechanisms • WRAPI – purpose • Features • Methodology • Demo of WRAPI • Future Work

  4. Existing Mechanisms • WLAN monitors (e.g. OriNoCo Client Manager) • Vendor Specific • Expose different interfaces • Not all vendors support the same OIDs (object identifiers) • Firmware Implementations • Proprietary – written by the hardware vendors • Code is not made available

  5. So, What is WRAPI? • Wireless Research API (WRAPI) • A software library that allows applications running in user-space on mobiles hosts (and APs) to query/set information in the network they are attached to. • WRAPI: • Is hardware-agnostic WLAN monitoring tool (supports all 802.11b compliant hardware) • Is Programmable!! • Exposes all IEEE 802.11 WLAN objects • Currently runs on Windows XP • Can be ported to WinCE (Pocket PC 2002)

  6. WRAPI – Features • WRAPI provides an interface to applications to monitor the WLAN in real time • Supports 25 WLAN OIDs (see table for a sample) • OIDs are either read-only, read-write, or write-only

  7. IEEE 802.11 Network Objects typedef struct OID_802_11_BSSID { ULONG Length; NDIS_802_11_MAC_ADDRESS MacAddress; UCHAR Reserved[2]; NDIS_802_11_SSID Ssid; ULONG Privacy; NDIS_802_11_RSSI Rssi; NDIS_802_11_NETWORK_TYPE NetworkTypeInUse; NDIS_802_11_CONFIGURATION Configuration; NDIS_802_11_NETWORK_INFRASTRUCTURE InfrastructureMode; NDIS_802_11_RATES SupportedRates; } NDIS_WLAN_BSSID, *PNDIS_WLAN_BSSID;

  8. Methodology • The NDIS Stack DeviceIoControl()

  9. Methodology (2) Flow of Logic in the WRAPI DLL: • Gets a handle to the NDISUIO Protocol Driver • Enumerate Devices • Bind NDISUIO to the device • Query/Set the parameter using WIN32 DeviceIoControl() API

  10. WRAPI – Demo

  11. Future Work We are using WRAPI • To build the signal map of a location-determination system • To implement inter-AP load balancing algorithms that take into account individual user workloads Traces and scripts available at: http://ramp.ucsd.edu/pawn/wrapi/

More Related