Lines Matching +defs:debug +defs:mode
1687 /* hairpin mode */
1867 struct hostapd_hw_modes *mode = NULL;
1876 mode = &iface->hw_features[i];
1878 if (mode->mode == iface->conf->hw_mode) {
1880 !hw_mode_get_channel(mode, iface->freq, NULL)) {
1881 mode = NULL;
1885 for (j = 0; j < mode->num_channels; j++) {
1886 if (!(mode->channels[j].flag &
1890 if (is_6ghz_freq(mode->channels[j].freq))
1897 if (!mode || !is_6ghz)
1899 iface->current_mode = mode;
1905 chan = hw_get_channel_freq(iface->current_mode->mode,
1940 chan = hw_get_channel_freq(iface->current_mode->mode,
2099 * mode using the channel parameter for these cases.
2102 struct hostapd_hw_modes *mode = &iface->hw_features[j];
2105 iface->conf->hw_mode != mode->mode)
2107 for (i = 0; i < mode->num_channels; i++) {
2108 struct hostapd_channel_data *chan = &mode->channels[i];
2385 "OWE: ifname=%s found transition mode ifname=%s BSSID "
2401 "OWE: Copied transition mode information");
2415 /* Find transition mode SSID/BSSID information from a BSS operated by
2447 "OWE: Matching transition mode interface enabled - update beacon data for %s",
2461 /* Check whether the enabled BSS can complete OWE transition mode
2652 * mode), the interface is up only after driver_commit, so initialize
3284 const char *config_fname, int debug)
3372 for (k = 0; k < debug; k++) {
4251 struct hostapd_hw_modes *mode;
4263 mode = hapd->iface->current_mode;
4277 mode ? &mode->he_capab[IEEE80211_MODE_AP] :
4279 mode ? &mode->eht_capab[IEEE80211_MODE_AP] :