Lines Matching +full:6 +full:a
38 * @brief Convert a band specification string to a bitmap representing the bands.
40 * @details The function will parse a string which specifies Wi-Fi frequency band
41 * values as a comma separated string and convert it to a bitmap. The string can
46 * - 6: 6 GHz
51 * E.g. a string "2,5,6" will be converted to a bitmap value of 0x7
63 * @brief Append a string containing an SSID to an array of SSID strings.
78 * @brief Convert a string containing a specification of scan channels to an array.
80 * @details The function will parse a string which specifies channels to be scanned
81 * as a string and convert it to an array.
85 * - A colon identifies the value preceding it as a band. A band value
86 * (2: 2.4 GHz, 5: 5 GHz 6: 6 GHz) has to precede the channels in that band (e.g. 2: etc)
88 * - Commas are used to separate channel values within a band. Channels can be specified
89 * as individual values (2,6,48 etc) or channel ranges using hyphens (1-14, 32-48 etc)
111 * @brief Validate a channel against a band.
123 * @brief Validate a channel against the 2.4 GHz band.
133 * @brief Validate a channel against the 5 GHz band.
143 * @brief Validate a channel against the 6 GHz band.