dot11PhyType property
DOT11_PHY_TYPE
get
dot11PhyType
A DOT11_PHY_TYPE value that indicates the physical type of the association.
Implementation
DOT11_PHY_TYPE get dot11PhyType => .new(_dot11PhyType);
set
dot11PhyType
(DOT11_PHY_TYPE value)
Implementation
set dot11PhyType(DOT11_PHY_TYPE value) => _dot11PhyType = value;