Searched refs:rx_stbc (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_ssid.h | 760 int rx_stbc; member
|
D | wpa_supplicant.c | 5389 int rx_stbc) in wpa_set_rx_stbc() argument 5393 if (rx_stbc == -1) in wpa_set_rx_stbc() 5396 wpa_msg(wpa_s, MSG_DEBUG, "set_rx_stbc: %d", rx_stbc); in wpa_set_rx_stbc() 5398 if (rx_stbc < 0 || rx_stbc > 3) { in wpa_set_rx_stbc() 5400 "rx_stbc: %d out of range. Must be 0-3 or -1", rx_stbc); in wpa_set_rx_stbc() 5406 htcaps->ht_capabilities_info |= (rx_stbc << 8) & msk; in wpa_set_rx_stbc() 5436 wpa_set_rx_stbc(wpa_s, htcaps, htcaps_mask, ssid->rx_stbc); in wpa_supplicant_apply_ht_overrides()
|
D | config_file.c | 852 INT_DEF(rx_stbc, DEFAULT_RX_STBC); in wpa_config_write_network()
|
D | config.c | 2574 { INT_RANGE(rx_stbc, -1, 3) }, 3117 ssid->rx_stbc = DEFAULT_RX_STBC; in wpa_config_set_network_defaults()
|