Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_hostap.c632 int tx_supp_rates = 0; in hostap_sta_add() local
642 tx_supp_rates |= WLAN_RATE_1M; in hostap_sta_add()
644 tx_supp_rates |= WLAN_RATE_2M; in hostap_sta_add()
646 tx_supp_rates |= WLAN_RATE_5M5; in hostap_sta_add()
648 tx_supp_rates |= WLAN_RATE_11M; in hostap_sta_add()
656 param.u.add_sta.tx_supp_rates = tx_supp_rates; in hostap_sta_add()
Ddriver_hostap.h158 u8 tx_supp_rates; member