Home
last modified time | relevance | path

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

/drivers/staging/vt6656/
Dhostap.h36 #define WLAN_RATE_5M5 BIT2 macro
/drivers/staging/vt6655/
Dhostap.h38 #define WLAN_RATE_5M5 BIT2 macro
/drivers/net/wireless/hostap/
Dhostap_ap.h25 #define WLAN_RATE_5M5 BIT(2) macro
Dhostap_ap.c1231 sta->tx_supp_rates |= WLAN_RATE_5M5; in prism2_check_tx_rates()
1250 if (sta->tx_supp_rates & WLAN_RATE_5M5) { in prism2_check_tx_rates()
1724 if (local->tx_rate_control & WLAN_RATE_5M5) { in handle_assoc()
1725 *p++ = local->basic_rates & WLAN_RATE_5M5 ? in handle_assoc()
2573 if (sta->tx_supp_rates & WLAN_RATE_5M5) in prism2_hostapd_add_sta()
3216 WLAN_RATE_5M5 | WLAN_RATE_11M; in hostap_add_sta()