Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.c628 int tx_supp_rates = 0; in hostap_sta_add() local
638 tx_supp_rates |= WLAN_RATE_1M; in hostap_sta_add()
640 tx_supp_rates |= WLAN_RATE_2M; in hostap_sta_add()
642 tx_supp_rates |= WLAN_RATE_5M5; in hostap_sta_add()
644 tx_supp_rates |= WLAN_RATE_11M; in hostap_sta_add()
652 param.u.add_sta.tx_supp_rates = tx_supp_rates; in hostap_sta_add()
Ddriver_hostap.h160 u8 tx_supp_rates; member