Searched refs:tx_supp_rates (Results 1 – 2 of 2) sorted by relevance
628 int tx_supp_rates = 0; in hostap_sta_add() local638 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()
160 u8 tx_supp_rates; member