Searched refs:rx_stbc (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | config_ssid.h | 808 int rx_stbc; member
|
D | wpa_supplicant.c | 6079 int rx_stbc) in wpa_set_rx_stbc() argument 6083 if (rx_stbc == -1) in wpa_set_rx_stbc() 6086 wpa_msg(wpa_s, MSG_DEBUG, "set_rx_stbc: %d", rx_stbc); in wpa_set_rx_stbc() 6088 if (rx_stbc < 0 || rx_stbc > 3) { in wpa_set_rx_stbc() 6090 "rx_stbc: %d out of range. Must be 0-3 or -1", rx_stbc); in wpa_set_rx_stbc() 6096 htcaps->ht_capabilities_info |= (rx_stbc << 8) & msk; in wpa_set_rx_stbc() 6126 wpa_set_rx_stbc(wpa_s, htcaps, htcaps_mask, ssid->rx_stbc); in wpa_supplicant_apply_ht_overrides()
|
D | config_file.c | 864 INT_DEF(rx_stbc, DEFAULT_RX_STBC); in wpa_config_write_network()
|
D | config.c | 2682 { INT_RANGE(rx_stbc, -1, 3) }, 3253 ssid->rx_stbc = DEFAULT_RX_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")
|