Home
last modified time | relevance | path

Searched refs:tx_supp_rates (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A 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()
H A Ddriver_hostap.h160 u8 tx_supp_rates; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A 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()
H A Ddriver_hostap.h158 u8 tx_supp_rates; member

Completed in 5 milliseconds