Searched refs:rate_type (Results 1 – 6 of 6) sorted by relevance
160 const auto rate_type = fuzz_data.SelectOneOf(rate_types); in FuzzOneInputTest() local161 const int sample_rate = rate_type.first; in FuzzOneInputTest()162 const uint8_t payload_type = rate_type.second; in FuzzOneInputTest()
948 enum beacon_rate_type rate_type; member
1643 params->rate_type = hapd->iconf->rate_type; in ieee802_11_build_ap_params()
3280 conf->rate_type = BEACON_RATE_HT;3290 conf->rate_type = BEACON_RATE_VHT;3300 conf->rate_type = BEACON_RATE_HE;3310 conf->rate_type = BEACON_RATE_LEGACY;
1276 enum beacon_rate_type rate_type; member
4362 params->rate_type == BEACON_RATE_LEGACY)) in nl80211_put_beacon_rate()4393 switch (params->rate_type) { in nl80211_put_beacon_rate()4635 wpa_printf(MSG_DEBUG, "nl80211: rate_type=%d", params->rate_type); in wpa_driver_nl80211_set_ap()