Lines Matching defs:band
92 /** Frequency band */
93 int band;
101 * @brief Sets the frequency band for this hotspot.
103 * @param band Indicates the frequency band to set.
104 * @return Returns {@link WIFI_SUCCESS} if the frequency band is set; returns an error code defined in
108 WifiErrorCode SetBand(int band);
111 * @brief Obtains the frequency band of this hotspot.
113 * @param result Indicates the obtained frequency band.
114 * @return Returns {@link WIFI_SUCCESS} if the frequency band is obtained; returns an error code defined in