Searched refs:hostapd_rate_found (Results 1 – 3 of 3) sorted by relevance
197 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()203 if (hostapd_rate_found(basic_rates, rate->rate)) { in hostapd_prepare_rates()
708 int hostapd_rate_found(int *list, int rate);
650 int hostapd_rate_found(int *list, int rate) in hostapd_rate_found() function