Lines Matching defs:rate
515 * Install received rate set information in the node's state block.
531 * Tack on 11g extended supported rate element.
538 "[%s] extended rate set too large;"
1147 uint8_t rate;
1236 * Adjust and check station's rate list with device's
1237 * supported rate. Send back response if there is at
1238 * least one rate or the fixed rate(if being set) is
1241 rate = ieee80211_setup_rates(in, rates, xrates,
1244 if (rate & IEEE80211_RATE_BASIC) {
1246 "%s recv'd rate set invalid",
1392 * Adjust and check AP's rate list with device's
1393 * supported rate. Re-start scan if no rate is or the
1394 * fixed rate(if being set) cannot be supported by
1397 rate = ieee80211_setup_rates(in, rates, xrates,
1400 if (rate & IEEE80211_RATE_BASIC) {
1402 "assoc failed (rate set mismatch)\n");