Searched refs:tx_stbc (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_ssid.h | 708 int tx_stbc; member
|
D | wpa_supplicant.c | 4663 int tx_stbc) in wpa_set_tx_stbc() argument 4667 if (tx_stbc == -1) in wpa_set_tx_stbc() 4670 wpa_msg(wpa_s, MSG_DEBUG, "set_tx_stbc: %d", tx_stbc); in wpa_set_tx_stbc() 4672 if (tx_stbc < 0 || tx_stbc > 1) { in wpa_set_tx_stbc() 4674 "tx_stbc: %d out of range. Must be 0-1 or -1", tx_stbc); in wpa_set_tx_stbc() 4680 htcaps->ht_capabilities_info |= (tx_stbc << 7) & msk; in wpa_set_tx_stbc() 4737 wpa_set_tx_stbc(wpa_s, htcaps, htcaps_mask, ssid->tx_stbc); in wpa_supplicant_apply_ht_overrides()
|
D | config_file.c | 903 INT_DEF(tx_stbc, DEFAULT_TX_STBC); in wpa_config_write_network()
|
D | config.c | 2352 { INT_RANGE(tx_stbc, -1, 1) }, 2878 ssid->tx_stbc = DEFAULT_TX_STBC; in wpa_config_set_network_defaults()
|