Home
last modified time | relevance | path

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

/src/contrib/wpa/src/ap/
H A Dhw_features.c227 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
233 if (hostapd_rate_found(basic_rates, rate->rate)) { in hostapd_prepare_rates()
H A Dap_config.h1376 int hostapd_rate_found(int *list, int rate);
H A Dap_config.c1082 int hostapd_rate_found(int *list, int rate) in hostapd_rate_found() function