Searched refs:hw_max (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.c647 u32 hw_max = hw & mask; local
650 if (conf_val > hw_max) {
652 name, conf_val >> shift, hw_max >> shift);
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.c647 u32 hw_max = hw & mask; local
650 if (conf_val > hw_max) {
652 name, conf_val >> shift, hw_max >> shift);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.c647 u32 hw_max = hw & mask; local
650 if (conf_val > hw_max) {
652 name, conf_val >> shift, hw_max >> shift);

Completed in 47 milliseconds