Losely based on MLME-SCAN.confirm Possible result codes: SUCCESS, INVALID_PARAMETERS
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211PrimConfirm (class) |
Base class for confirm primitives |
Name | Type | Description |
---|---|---|
resultCode | int | |
bssList | Ieee80211Prim_BSSDescription[] |
// // Losely based on MLME-SCAN.confirm // Possible result codes: SUCCESS, INVALID_PARAMETERS // class Ieee80211Prim_ScanConfirm extends Ieee80211PrimConfirm { Ieee80211Prim_BSSDescription bssList[]; }