Home | History | Annotate | Download | only in include

Lines Matching refs:chanspec

27 /* A chanspec holds the channel number, band, bandwidth and control sideband */
47 /* All builds use the new 11ac ratespec/chanspec */
104 /* chanspec stores radio channel & flags to indicate control channel location, i.e. upper/lower */
215 /* simple MACROs to get different fields of chanspec */
275 /* Legacy Chanspec defines
339 * Convert chanspec to ascii string
341 * @param chspec chanspec format
342 * @param buf ascii string of chanspec
351 * Convert ascii string to chanspec
360 * Verify the chanspec fields are valid.
362 * Verify the chanspec is using a legal set field values, i.e. that the chanspec
366 * @param chanspec input chanspec to verify
368 * @return TRUE if the chanspec is malformed, FALSE if it looks good.
370 extern bool wf_chspec_malformed(chanspec_t chanspec);
373 * Verify the chanspec specifies a valid channel according to 802.11.
375 * @param chanspec input chanspec to verify
377 * @return TRUE if the chanspec is a valid 802.11 channel
379 extern bool wf_chspec_valid(chanspec_t chanspec);
386 * it is the primary 20MHz channel specified by the chanspec.
388 * @param chspec input chanspec
395 * Return the primary (control) chanspec.
397 * This function returns the chanspec of the primary 20MHz channel. For 20MHz
398 * channels this is just the chanspec. For 40MHz or wider channels it is the
399 * chanspec of the primary 20MHZ channel specified by the chanspec.
401 * @param chspec input chanspec
403 * @return Returns the chanspec of the primary 20MHz channel
410 * This function returns the chanspec for the primary 40MHz of an 80MHz channel.
474 * Convert ctl chan and bw to chanspec