Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:modes

488 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
495 if (modes[i].mode == mode)
496 return &modes[i];
511 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band);
532 if (wpa_s->hw.modes == NULL)