Home | History | Annotate | Download | only in apmanager

Lines Matching full:channel

92   // Get HT and VHT capability string based on the operating channel.
94 // exist for the band the given |channel| is in, false otherwise.
95 virtual bool GetHTCapability(uint16_t channel, std::string* ht_cap);
96 virtual bool GetVHTCapability(uint16_t channel, std::string* vht_cap);
110 // Get the HT secondary channel location base on the primary channel.
111 // Return true and set the output |above| flag if channel is valid,
113 static bool GetHTSecondaryChannelLocation(uint16_t channel, bool* above);
119 // Get the capability for the band the given |channel| is in. Return true
121 // band the given |channel| is in, false otherwise.
122 bool GetBandCapability(uint16_t channel, BandCapability* capability);