Lines Matching refs:uint16_t
45 bool ValidateChannel(Error* error, const uint16_t& value);
49 static bool GetFrequencyFromChannel(uint16_t channel, uint32_t* freq);
73 void SetChannel(uint16_t channel);
74 uint16_t GetChannel() const;
79 void SetServerAddressIndex(uint16_t);
80 uint16_t GetServerAddressIndex() const;
130 static const uint16_t kPropertyDefaultChannel;;
132 static const uint16_t kPropertyDefaultServerAddressIndex;
135 static const uint16_t kBand24GHzChannelLow;
136 static const uint16_t kBand24GHzChannelHigh;
138 static const uint16_t kBand5GHzChannelLow;
139 static const uint16_t kBand5GHzChannelHigh;
140 static const uint16_t kBand5GHzBaseFrequency;