Searched refs:tx_stbc (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | config_ssid.h | 800 int tx_stbc; member
|
D | wpa_supplicant.c | 6053 int tx_stbc) in wpa_set_tx_stbc() argument 6057 if (tx_stbc == -1) in wpa_set_tx_stbc() 6060 wpa_msg(wpa_s, MSG_DEBUG, "set_tx_stbc: %d", tx_stbc); in wpa_set_tx_stbc() 6062 if (tx_stbc < 0 || tx_stbc > 1) { in wpa_set_tx_stbc() 6064 "tx_stbc: %d out of range. Must be 0-1 or -1", tx_stbc); in wpa_set_tx_stbc() 6070 htcaps->ht_capabilities_info |= (tx_stbc << 7) & msk; in wpa_set_tx_stbc() 6127 wpa_set_tx_stbc(wpa_s, htcaps, htcaps_mask, ssid->tx_stbc); in wpa_supplicant_apply_ht_overrides()
|
D | config_file.c | 863 INT_DEF(tx_stbc, DEFAULT_TX_STBC); in wpa_config_write_network()
|
D | config.c | 2681 { INT_RANGE(tx_stbc, -1, 1) }, 3252 ssid->tx_stbc = DEFAULT_TX_STBC; in wpa_config_set_network_defaults()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_ht.py | 887 disable_ldpc="1", rx_stbc="2", tx_stbc="1") 903 rx_stbc="0", tx_stbc="0") 905 rx_stbc="1", tx_stbc="1")
|