Home | History | Annotate | Download | only in hostapd

Lines Matching full:cwmax

990 	} else if (os_strcmp(pos, "cwmax") == 0) {
991 queue->cwmax = atoi(val);
992 if (!valid_cw(queue->cwmax)) {
993 wpa_printf(MSG_ERROR, "Invalid cwMax value %d",
994 queue->cwmax);