Home
last modified time | relevance | path

Searched refs:tx_stbc (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDconfig_ssid.h710 int tx_stbc; member
HDwpa_supplicant.c4672 int tx_stbc) in wpa_set_tx_stbc() argument
4676 if (tx_stbc == -1) in wpa_set_tx_stbc()
4679 wpa_msg(wpa_s, MSG_DEBUG, "set_tx_stbc: %d", tx_stbc); in wpa_set_tx_stbc()
4681 if (tx_stbc < 0 || tx_stbc > 1) { in wpa_set_tx_stbc()
4683 "tx_stbc: %d out of range. Must be 0-1 or -1", tx_stbc); in wpa_set_tx_stbc()
4689 htcaps->ht_capabilities_info |= (tx_stbc << 7) & msk; in wpa_set_tx_stbc()
4746 wpa_set_tx_stbc(wpa_s, htcaps, htcaps_mask, ssid->tx_stbc); in wpa_supplicant_apply_ht_overrides()
HDconfig_file.c904 INT_DEF(tx_stbc, DEFAULT_TX_STBC); in wpa_config_write_network()
HDconfig.c2352 { INT_RANGE(tx_stbc, -1, 1) },
2879 ssid->tx_stbc = DEFAULT_TX_STBC; in wpa_config_set_network_defaults()