Home | History | Annotate | Download | only in wpa_supplicant_lib

Lines Matching refs:maxrate

876     int maxrate;
973 int maxrate;
982 maxrate = 0;
986 if (p.value > maxrate) {
987 maxrate = p.value;
993 /* Convert the maxrate from WE-style (b/s units) to
996 res->maxrate = maxrate / 500000;
1126 if (rate_ie == NULL && data->maxrate) {
1147 if (rate_ie == NULL && data->maxrate) {
1154 *pos++ = data->maxrate;