Home
last modified time | relevance | path

Searched refs:WLAN_RATE_5M5 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h26 #define WLAN_RATE_5M5 BIT(2) macro
H A Dhostap_ap.c1170 sta->tx_supp_rates |= WLAN_RATE_5M5; in prism2_check_tx_rates()
1189 if (sta->tx_supp_rates & WLAN_RATE_5M5) { in prism2_check_tx_rates()
1662 if (local->tx_rate_control & WLAN_RATE_5M5) { in handle_assoc()
1663 *p++ = local->basic_rates & WLAN_RATE_5M5 ? in handle_assoc()
2511 if (sta->tx_supp_rates & WLAN_RATE_5M5) in prism2_hostapd_add_sta()
3154 WLAN_RATE_5M5 | WLAN_RATE_11M; in hostap_add_sta()