Home | History | Annotate | Download | only in hostapd

Lines Matching full:cwmax

863 	} else if (os_strcmp(pos, "cwmax") == 0) {
864 queue->cwmax = atoi(val);
865 if (!valid_cw(queue->cwmax)) {
866 wpa_printf(MSG_ERROR, "Invalid cwMax value %d",
867 queue->cwmax);