Home
last modified time | relevance | path

Searched refs:hostapd_rate_found (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/ap/
Dhw_features.c231 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
237 if (hostapd_rate_found(basic_rates, rate->rate)) { in hostapd_prepare_rates()
Dap_config.h1397 int hostapd_rate_found(int *list, int rate);
Dap_config.c1094 int hostapd_rate_found(int *list, int rate) in hostapd_rate_found() function