Class Ieee80211Prim_ScanConfirm

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg

C++ definition: click here

Losely based on MLME-SCAN.confirm Possible result codes: SUCCESS, INVALID_PARAMETERS

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Ieee80211PrimConfirm

Base class for confirm primitives

Fields:

Name Type Description
bssList Ieee80211Prim_BSSDescription[]

Source code:

class Ieee80211Prim_ScanConfirm extends Ieee80211PrimConfirm
{
    fields:
        Ieee80211Prim_BSSDescription bssList[];
};